toiljs 0.0.114 → 0.0.115
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +13 -0
- package/build/cli/.tsbuildinfo +1 -1
- package/build/cli/index.js +53 -14
- package/package.json +1 -1
- package/src/cli/create.ts +170 -25
- package/src/cli/features.ts +7 -3
- package/src/cli/index.ts +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [v0.0.115] - 2026-07-11
|
|
4
|
+
|
|
5
|
+
- Add the `agent` create template: a minimal scaffold with basic client routing and one
|
|
6
|
+
correctly-structured `@rest` endpoint the home page calls (`toiljs create <name> --template agent`).
|
|
7
|
+
- Fix a Tailwind install failure: pin `tailwindcss` / `@tailwindcss/vite` to `^4.3.0` so they resolve
|
|
8
|
+
against the Vite 8 toiljs ships (older 4.x cap their Vite peer at `^7` and ERESOLVE on install).
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
## [v0.0.114] - 2026-07-10
|
|
12
|
+
|
|
13
|
+
- No changes
|
|
14
|
+
|
|
15
|
+
|
|
3
16
|
## [v0.0.113] - 2026-07-09
|
|
4
17
|
|
|
5
18
|
- No changes
|
package/build/cli/.tsbuildinfo
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"fileNames":["../../node_modules/typescript/lib/lib.es5.d.ts","../../node_modules/typescript/lib/lib.es2015.d.ts","../../node_modules/typescript/lib/lib.es2016.d.ts","../../node_modules/typescript/lib/lib.es2017.d.ts","../../node_modules/typescript/lib/lib.es2018.d.ts","../../node_modules/typescript/lib/lib.es2019.d.ts","../../node_modules/typescript/lib/lib.es2020.d.ts","../../node_modules/typescript/lib/lib.es2021.d.ts","../../node_modules/typescript/lib/lib.es2022.d.ts","../../node_modules/typescript/lib/lib.es2023.d.ts","../../node_modules/typescript/lib/lib.es2024.d.ts","../../node_modules/typescript/lib/lib.es2025.d.ts","../../node_modules/typescript/lib/lib.esnext.d.ts","../../node_modules/typescript/lib/lib.dom.d.ts","../../node_modules/typescript/lib/lib.dom.iterable.d.ts","../../node_modules/typescript/lib/lib.dom.asynciterable.d.ts","../../node_modules/typescript/lib/lib.webworker.d.ts","../../node_modules/typescript/lib/lib.webworker.importscripts.d.ts","../../node_modules/typescript/lib/lib.webworker.asynciterable.d.ts","../../node_modules/typescript/lib/lib.es2015.core.d.ts","../../node_modules/typescript/lib/lib.es2015.collection.d.ts","../../node_modules/typescript/lib/lib.es2015.generator.d.ts","../../node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../node_modules/typescript/lib/lib.es2015.promise.d.ts","../../node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../node_modules/typescript/lib/lib.es2016.intl.d.ts","../../node_modules/typescript/lib/lib.es2017.arraybuffer.d.ts","../../node_modules/typescript/lib/lib.es2017.date.d.ts","../../node_modules/typescript/lib/lib.es2017.object.d.ts","../../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../node_modules/typescript/lib/lib.es2017.string.d.ts","../../node_modules/typescript/lib/lib.es2017.intl.d.ts","../../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../node_modules/typescript/lib/lib.es2018.intl.d.ts","../../node_modules/typescript/lib/lib.es2018.promise.d.ts","../../node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../node_modules/typescript/lib/lib.es2019.array.d.ts","../../node_modules/typescript/lib/lib.es2019.object.d.ts","../../node_modules/typescript/lib/lib.es2019.string.d.ts","../../node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../node_modules/typescript/lib/lib.es2019.intl.d.ts","../../node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../node_modules/typescript/lib/lib.es2020.date.d.ts","../../node_modules/typescript/lib/lib.es2020.promise.d.ts","../../node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../node_modules/typescript/lib/lib.es2020.string.d.ts","../../node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../node_modules/typescript/lib/lib.es2020.intl.d.ts","../../node_modules/typescript/lib/lib.es2020.number.d.ts","../../node_modules/typescript/lib/lib.es2021.promise.d.ts","../../node_modules/typescript/lib/lib.es2021.string.d.ts","../../node_modules/typescript/lib/lib.es2021.weakref.d.ts","../../node_modules/typescript/lib/lib.es2021.intl.d.ts","../../node_modules/typescript/lib/lib.es2022.array.d.ts","../../node_modules/typescript/lib/lib.es2022.error.d.ts","../../node_modules/typescript/lib/lib.es2022.intl.d.ts","../../node_modules/typescript/lib/lib.es2022.object.d.ts","../../node_modules/typescript/lib/lib.es2022.string.d.ts","../../node_modules/typescript/lib/lib.es2022.regexp.d.ts","../../node_modules/typescript/lib/lib.es2023.array.d.ts","../../node_modules/typescript/lib/lib.es2023.collection.d.ts","../../node_modules/typescript/lib/lib.es2023.intl.d.ts","../../node_modules/typescript/lib/lib.es2024.arraybuffer.d.ts","../../node_modules/typescript/lib/lib.es2024.collection.d.ts","../../node_modules/typescript/lib/lib.es2024.object.d.ts","../../node_modules/typescript/lib/lib.es2024.promise.d.ts","../../node_modules/typescript/lib/lib.es2024.regexp.d.ts","../../node_modules/typescript/lib/lib.es2024.sharedmemory.d.ts","../../node_modules/typescript/lib/lib.es2024.string.d.ts","../../node_modules/typescript/lib/lib.es2025.collection.d.ts","../../node_modules/typescript/lib/lib.es2025.float16.d.ts","../../node_modules/typescript/lib/lib.es2025.intl.d.ts","../../node_modules/typescript/lib/lib.es2025.iterator.d.ts","../../node_modules/typescript/lib/lib.es2025.promise.d.ts","../../node_modules/typescript/lib/lib.es2025.regexp.d.ts","../../node_modules/typescript/lib/lib.esnext.array.d.ts","../../node_modules/typescript/lib/lib.esnext.collection.d.ts","../../node_modules/typescript/lib/lib.esnext.date.d.ts","../../node_modules/typescript/lib/lib.esnext.decorators.d.ts","../../node_modules/typescript/lib/lib.esnext.disposable.d.ts","../../node_modules/typescript/lib/lib.esnext.error.d.ts","../../node_modules/typescript/lib/lib.esnext.intl.d.ts","../../node_modules/typescript/lib/lib.esnext.sharedmemory.d.ts","../../node_modules/typescript/lib/lib.esnext.temporal.d.ts","../../node_modules/typescript/lib/lib.esnext.typedarrays.d.ts","../../node_modules/typescript/lib/lib.decorators.d.ts","../../node_modules/typescript/lib/lib.decorators.legacy.d.ts","../../node_modules/@clack/core/dist/index.d.mts","../../node_modules/@clack/prompts/dist/index.d.mts","../../node_modules/@types/node/globals.typedarray.d.ts","../../node_modules/@types/node/buffer.buffer.d.ts","../../node_modules/@types/node/globals.d.ts","../../node_modules/@types/node/web-globals/abortcontroller.d.ts","../../node_modules/@types/node/web-globals/blob.d.ts","../../node_modules/@types/node/web-globals/console.d.ts","../../node_modules/@types/node/web-globals/crypto.d.ts","../../node_modules/@types/node/web-globals/domexception.d.ts","../../node_modules/@types/node/web-globals/encoding.d.ts","../../node_modules/@types/node/web-globals/events.d.ts","../../node_modules/undici-types/utility.d.ts","../../node_modules/undici-types/header.d.ts","../../node_modules/undici-types/readable.d.ts","../../node_modules/undici-types/fetch.d.ts","../../node_modules/undici-types/formdata.d.ts","../../node_modules/undici-types/connector.d.ts","../../node_modules/undici-types/client-stats.d.ts","../../node_modules/undici-types/client.d.ts","../../node_modules/undici-types/errors.d.ts","../../node_modules/undici-types/dispatcher.d.ts","../../node_modules/undici-types/global-dispatcher.d.ts","../../node_modules/undici-types/global-origin.d.ts","../../node_modules/undici-types/pool-stats.d.ts","../../node_modules/undici-types/pool.d.ts","../../node_modules/undici-types/handlers.d.ts","../../node_modules/undici-types/balanced-pool.d.ts","../../node_modules/undici-types/round-robin-pool.d.ts","../../node_modules/undici-types/h2c-client.d.ts","../../node_modules/undici-types/agent.d.ts","../../node_modules/undici-types/dispatcher1-wrapper.d.ts","../../node_modules/undici-types/mock-interceptor.d.ts","../../node_modules/undici-types/mock-call-history.d.ts","../../node_modules/undici-types/mock-agent.d.ts","../../node_modules/undici-types/mock-client.d.ts","../../node_modules/undici-types/mock-pool.d.ts","../../node_modules/undici-types/snapshot-agent.d.ts","../../node_modules/undici-types/mock-errors.d.ts","../../node_modules/undici-types/proxy-agent.d.ts","../../node_modules/undici-types/socks5-proxy-agent.d.ts","../../node_modules/undici-types/env-http-proxy-agent.d.ts","../../node_modules/undici-types/retry-handler.d.ts","../../node_modules/undici-types/retry-agent.d.ts","../../node_modules/undici-types/api.d.ts","../../node_modules/undici-types/cache-interceptor.d.ts","../../node_modules/undici-types/interceptors.d.ts","../../node_modules/undici-types/util.d.ts","../../node_modules/undici-types/cookies.d.ts","../../node_modules/undici-types/patch.d.ts","../../node_modules/undici-types/websocket.d.ts","../../node_modules/undici-types/eventsource.d.ts","../../node_modules/undici-types/diagnostics-channel.d.ts","../../node_modules/undici-types/content-type.d.ts","../../node_modules/undici-types/cache.d.ts","../../node_modules/undici-types/index.d.ts","../../node_modules/@types/node/web-globals/fetch.d.ts","../../node_modules/@types/node/web-globals/importmeta.d.ts","../../node_modules/@types/node/web-globals/messaging.d.ts","../../node_modules/@types/node/web-globals/navigator.d.ts","../../node_modules/@types/node/web-globals/performance.d.ts","../../node_modules/@types/node/web-globals/storage.d.ts","../../node_modules/@types/node/web-globals/streams.d.ts","../../node_modules/@types/node/web-globals/timers.d.ts","../../node_modules/@types/node/web-globals/url.d.ts","../../node_modules/@types/node/assert.d.ts","../../node_modules/@types/node/assert/strict.d.ts","../../node_modules/@types/node/async_hooks.d.ts","../../node_modules/@types/node/buffer.d.ts","../../node_modules/@types/node/child_process.d.ts","../../node_modules/@types/node/cluster.d.ts","../../node_modules/@types/node/console.d.ts","../../node_modules/@types/node/constants.d.ts","../../node_modules/@types/node/crypto.d.ts","../../node_modules/@types/node/dgram.d.ts","../../node_modules/@types/node/diagnostics_channel.d.ts","../../node_modules/@types/node/dns.d.ts","../../node_modules/@types/node/dns/promises.d.ts","../../node_modules/@types/node/domain.d.ts","../../node_modules/@types/node/events.d.ts","../../node_modules/@types/node/ffi.d.ts","../../node_modules/@types/node/fs.d.ts","../../node_modules/@types/node/fs/promises.d.ts","../../node_modules/@types/node/http.d.ts","../../node_modules/@types/node/http2.d.ts","../../node_modules/@types/node/https.d.ts","../../node_modules/@types/node/inspector.d.ts","../../node_modules/@types/node/inspector.generated.d.ts","../../node_modules/@types/node/inspector/promises.d.ts","../../node_modules/@types/node/module.d.ts","../../node_modules/@types/node/net.d.ts","../../node_modules/buffer/index.d.ts","../../node_modules/@types/node/os.d.ts","../../node_modules/@types/node/path.d.ts","../../node_modules/@types/node/path/posix.d.ts","../../node_modules/@types/node/path/win32.d.ts","../../node_modules/@types/node/perf_hooks.d.ts","../../node_modules/@types/node/process.d.ts","../../node_modules/@types/node/punycode.d.ts","../../node_modules/@types/node/querystring.d.ts","../../node_modules/@types/node/quic.d.ts","../../node_modules/@types/node/readline.d.ts","../../node_modules/@types/node/readline/promises.d.ts","../../node_modules/@types/node/repl.d.ts","../../node_modules/@types/node/sea.d.ts","../../node_modules/@types/node/sqlite.d.ts","../../node_modules/@types/node/stream.d.ts","../../node_modules/@types/node/stream/consumers.d.ts","../../node_modules/@types/node/stream/iter.d.ts","../../node_modules/@types/node/stream/promises.d.ts","../../node_modules/@types/node/stream/web.d.ts","../../node_modules/@types/node/string_decoder.d.ts","../../node_modules/@types/node/test.d.ts","../../node_modules/@types/node/test/reporters.d.ts","../../node_modules/@types/node/timers.d.ts","../../node_modules/@types/node/timers/promises.d.ts","../../node_modules/@types/node/tls.d.ts","../../node_modules/@types/node/trace_events.d.ts","../../node_modules/@types/node/tty.d.ts","../../node_modules/@types/node/url.d.ts","../../node_modules/@types/node/util.d.ts","../../node_modules/@types/node/util/types.d.ts","../../node_modules/@types/node/v8.d.ts","../../node_modules/@types/node/vm.d.ts","../../node_modules/@types/node/wasi.d.ts","../../node_modules/@types/node/worker_threads.d.ts","../../node_modules/@types/node/zlib.d.ts","../../node_modules/@types/node/zlib/iter.d.ts","../../node_modules/@types/node/index.d.ts","../../node_modules/vite/types/hmrPayload.d.ts","../../node_modules/vite/dist/node/chunks/moduleRunnerTransport.d.ts","../../node_modules/vite/types/customEvent.d.ts","../../node_modules/rolldown/dist/shared/logging-BSNejiLS.d.mts","../../node_modules/@oxc-project/types/types.d.ts","../../node_modules/rolldown/dist/shared/binding-D26QphWG.d.mts","../../node_modules/@rolldown/pluginutils/dist/filter/index.d.mts","../../node_modules/@rolldown/pluginutils/dist/index.d.mts","../../node_modules/rolldown/dist/shared/define-config-BhJ90aEv.d.mts","../../node_modules/rolldown/dist/index.d.mts","../../node_modules/rolldown/dist/parse-ast-index.d.mts","../../node_modules/vite/types/internal/rollupTypeCompat.d.ts","../../node_modules/rolldown/dist/shared/constructors-BbWPse2X.d.mts","../../node_modules/rolldown/dist/plugins-index.d.mts","../../node_modules/rolldown/dist/shared/transform-BPrUvqEZ.d.mts","../../node_modules/rolldown/dist/utils-index.d.mts","../../node_modules/vite/types/hot.d.ts","../../node_modules/vite/dist/node/module-runner.d.ts","../../node_modules/esbuild/lib/main.d.ts","../../node_modules/vite/types/internal/esbuildOptions.d.ts","../../node_modules/vite/types/metadata.d.ts","../../node_modules/vite/types/internal/terserOptions.d.ts","../../node_modules/source-map-js/source-map.d.ts","../../node_modules/postcss/lib/previous-map.d.ts","../../node_modules/postcss/lib/input.d.ts","../../node_modules/postcss/lib/css-syntax-error.d.ts","../../node_modules/postcss/lib/declaration.d.ts","../../node_modules/postcss/lib/root.d.ts","../../node_modules/postcss/lib/warning.d.ts","../../node_modules/postcss/lib/lazy-result.d.ts","../../node_modules/postcss/lib/no-work-result.d.ts","../../node_modules/postcss/lib/processor.d.ts","../../node_modules/postcss/lib/result.d.ts","../../node_modules/postcss/lib/document.d.ts","../../node_modules/postcss/lib/rule.d.ts","../../node_modules/postcss/lib/node.d.ts","../../node_modules/postcss/lib/comment.d.ts","../../node_modules/postcss/lib/container.d.ts","../../node_modules/postcss/lib/at-rule.d.ts","../../node_modules/postcss/lib/list.d.ts","../../node_modules/postcss/lib/postcss.d.ts","../../node_modules/postcss/lib/postcss.d.mts","../../node_modules/lightningcss/node/ast.d.ts","../../node_modules/lightningcss/node/targets.d.ts","../../node_modules/lightningcss/node/index.d.ts","../../node_modules/vite/types/internal/lightningcssOptions.d.ts","../../node_modules/vite/types/internal/cssPreprocessorOptions.d.ts","../../node_modules/rolldown/dist/filter-index.d.mts","../../node_modules/vite/types/importGlob.d.ts","../../node_modules/vite/dist/node/index.d.ts","../backend/index.d.ts","../shared/index.d.ts","../compiler/routes.d.ts","../compiler/seo.d.ts","../compiler/config.d.ts","../compiler/generate.d.ts","../compiler/toil-docs.generated.d.ts","../compiler/docs.d.ts","../compiler/index.d.ts","../../node_modules/picocolors/types.d.ts","../../node_modules/picocolors/picocolors.d.ts","../../src/cli/features.ts","../../src/cli/proc.ts","../../src/cli/ui.ts","../../src/cli/configure.ts","../../src/cli/validate.ts","../../src/cli/create.ts","../../src/cli/db.ts","../../src/cli/diagnostics.ts","../../src/cli/doctor.ts","../../src/cli/updates.ts","../../src/cli/update.ts","../../src/cli/version-check.ts","../../src/cli/notify.ts","../../src/cli/index.ts"],"fileIdsList":[[97,162,170,175,178,180,181,182,195],[97,162,170,175,178,180,181,182,195,272,274,276],[97,162,170,175,178,180,181,182,195,279],[97,162,170,175,178,180,181,182,195,275,277],[97,162,170,175,178,180,181,182,195,272,273,275,277,278,280],[97,162,170,175,178,180,181,182,195,275],[97,162,170,175,178,180,181,182,195,200],[94,97,162,170,175,178,180,181,182,195,200],[97,162,170,175,178,180,181,182,195,229],[97,159,160,162,170,175,178,180,181,182,195],[97,161,162,170,175,178,180,181,182,195],[162,170,175,178,180,181,182,195],[97,162,170,175,178,180,181,182,195,204],[97,162,163,168,170,173,175,178,180,181,182,184,195,200,213],[97,162,163,164,170,173,175,178,180,181,182,195],[97,162,165,170,175,178,180,181,182,195,214],[97,162,166,167,170,175,178,180,181,182,186,195],[97,162,167,170,175,178,180,181,182,195,200,210],[97,162,168,170,173,175,178,180,181,182,184,195],[97,161,162,169,170,175,178,180,181,182,195],[97,162,170,171,175,178,180,181,182,195],[97,162,170,172,173,175,178,180,181,182,195],[97,161,162,170,173,175,178,180,181,182,195],[97,162,170,173,175,176,178,180,181,182,195,200,213],[97,162,170,173,175,176,178,180,181,182,195,200,202,204],[97,149,162,170,173,175,177,178,180,181,182,184,195,200,213],[97,162,170,173,175,177,178,180,181,182,184,195,200,210,213],[97,162,170,175,177,178,179,180,181,182,195,200,210,213],[96,97,98,99,100,101,102,103,104,105,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221],[97,162,170,173,175,178,180,181,182,195],[97,162,170,175,178,180,182,195],[97,162,170,175,178,180,181,182,183,195,213],[97,162,170,173,175,178,180,181,182,184,195,200],[97,162,170,175,178,180,181,182,186,195],[97,162,170,175,178,180,181,182,187,195],[97,162,170,173,175,178,180,181,182,190,195],[97,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220],[97,162,170,175,178,180,181,182,192,195],[97,162,170,175,178,180,181,182,193,195],[97,162,167,170,175,178,180,181,182,184,195,204],[97,162,170,173,175,178,180,181,182,195,196],[97,162,170,175,178,180,181,182,195,197,214,217],[97,162,170,173,175,178,180,181,182,195,200,202,203,204],[97,162,170,175,178,180,181,182,195,201,204],[97,162,170,173,175,178,180,181,182,195,200,202],[97,162,170,173,175,178,180,181,182,195,200,203,204],[97,162,170,175,178,180,181,182,195,204,214],[97,162,170,175,178,180,181,182,195,205],[97,159,162,170,175,178,180,181,182,195,200,207,213],[97,162,170,175,178,180,181,182,195,200,206],[97,162,170,173,175,178,180,181,182,195,208,209],[97,162,170,175,178,180,181,182,195,208,209],[97,162,167,170,175,178,180,181,182,184,195,200,210],[97,162,170,175,178,180,181,182,195,211],[97,162,170,175,178,180,181,182,184,195,212],[97,162,170,175,177,178,180,181,182,193,195,213],[97,162,170,175,178,180,181,182,195,214,215],[97,162,167,170,175,178,180,181,182,195,215],[97,162,170,175,178,180,181,182,195,200,216],[97,162,170,175,178,180,181,182,183,195,217],[97,162,170,175,178,180,181,182,195,218],[97,162,165,170,175,178,180,181,182,195],[97,162,167,170,175,178,180,181,182,195],[97,162,170,175,178,180,181,182,195,214],[97,149,162,170,175,178,180,181,182,195],[97,162,170,175,178,180,181,182,195,213],[97,162,170,175,178,180,181,182,195,219],[97,162,170,175,178,180,181,182,190,195],[97,162,170,175,178,180,181,182,195,209],[97,149,162,170,173,175,176,178,180,181,182,190,195,200,204,213,216,217,219],[97,162,170,175,178,180,181,182,195,200,220],[97,162,170,175,178,180,181,182,195,202,221],[97,162,170,175,178,180,181,182,195,265,266],[97,162,170,175,178,180,181,182,195,282],[97,162,170,175,178,180,181,182,195,260],[97,162,170,175,178,180,181,182,195,258,260],[97,162,170,175,178,180,181,182,195,249,257,258,259,261,263],[97,162,170,175,178,180,181,182,195,247],[97,162,170,175,178,180,181,182,195,250,255,260,263],[97,162,170,175,178,180,181,182,195,246,263],[97,162,170,175,178,180,181,182,195,250,251,254,255,256,263],[97,162,170,175,178,180,181,182,195,250,251,252,254,255,263],[97,162,170,175,178,180,181,182,195,247,248,249,250,251,255,256,257,259,260,261,263],[97,162,170,175,178,180,181,182,195,263],[97,162,170,175,178,180,181,182,195,245,247,248,249,250,251,252,254,255,256,257,258,259,260,261,262],[97,162,170,175,178,180,181,182,195,245,263],[97,162,170,175,178,180,181,182,195,250,252,253,255,256,263],[97,162,170,175,178,180,181,182,195,254,263],[97,162,170,175,178,180,181,182,195,255,256,260,263],[97,162,170,175,178,180,181,182,195,248,258],[97,162,170,175,178,180,181,182,195,231],[97,162,170,175,178,180,181,182,195,226,228,231],[97,162,170,175,178,180,181,182,195,227,228],[97,162,170,175,178,180,181,182,195,228,231,235],[97,162,170,175,178,180,181,182,195,227],[97,162,170,175,178,180,181,182,195,228,231],[97,162,170,175,178,180,181,182,195,226,227,228,230],[97,162,170,175,178,180,181,182,195,226,228],[97,162,170,175,178,180,181,182,195,227,228,237],[97,112,115,118,119,162,170,175,178,180,181,182,195,213],[97,115,162,170,175,178,180,181,182,195,200,213],[97,115,119,162,170,175,178,180,181,182,195,213],[97,109,162,170,175,178,180,181,182,195],[97,113,162,170,175,178,180,181,182,195],[97,111,112,115,162,170,175,178,180,181,182,195,213],[97,162,170,175,178,180,181,182,184,195,210],[97,162,170,175,178,180,181,182,195,222],[97,109,162,170,175,178,180,181,182,195,222],[97,111,115,162,170,175,178,180,181,182,184,195,213],[97,106,107,108,110,114,162,170,173,175,178,180,181,182,195,200,213],[97,115,162,170,175,178,180,181,182,195],[97,115,124,133,162,170,175,178,180,181,182,195],[97,107,113,162,170,175,178,180,181,182,195],[97,115,143,144,162,170,175,178,180,181,182,195],[97,107,110,115,162,170,175,178,180,181,182,195,204,213,222],[97,111,115,162,170,175,178,180,181,182,195,213],[97,106,162,170,175,178,180,181,182,195],[97,109,110,111,113,114,115,116,117,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,144,145,146,147,148,162,170,175,178,180,181,182,195],[97,115,136,139,162,170,175,178,180,181,182,195],[97,115,124,126,127,162,170,175,178,180,181,182,195],[97,113,115,126,128,162,170,175,178,180,181,182,195],[97,114,162,170,175,178,180,181,182,195],[97,107,109,115,162,170,175,178,180,181,182,195],[97,115,119,126,128,162,170,175,178,180,181,182,195],[97,119,162,170,175,178,180,181,182,195],[97,113,115,118,162,170,175,178,180,181,182,195,213],[97,107,111,115,124,162,170,175,178,180,181,182,195],[97,115,136,162,170,175,178,180,181,182,195],[97,128,162,170,175,178,180,181,182,195],[97,107,111,115,119,162,170,175,178,180,181,182,195],[97,109,115,143,162,170,175,178,180,181,182,195,204,219,222],[97,162,170,175,178,180,181,182,195,223],[97,162,170,173,175,177,178,179,180,181,182,184,195,200,210,213,220,222,223,224,225,232,233,234,236,238,240,242,243,244,264,268,269,270,271,272],[97,162,170,175,178,180,181,182,195,223,224,225,239],[97,162,170,175,178,180,181,182,195,225],[97,162,170,175,178,180,181,182,195,241],[97,162,170,175,178,180,181,182,195,267],[97,162,170,175,178,180,181,182,195,232,243,272],[97,162,170,175,178,180,181,182,195,232,272],[95,97,162,170,175,176,178,180,181,182,187,195,281,283,284,285,286],[95,97,162,170,175,176,178,180,181,182,187,195,213,281,283,284,285,286,288],[97,162,170,175,178,180,181,182,187,195,286],[97,162,170,175,178,180,181,182,195,284],[97,162,170,175,178,180,181,182,183,187,195,213,281,284,286,291],[97,162,170,175,178,180,181,182,195,281,284,286,287,289,290,292,294,296],[97,162,170,175,178,180,181,182,186,187,195,213,286,294,295],[97,162,163,170,175,178,180,181,182,195],[97,162,170,175,178,180,181,182,187,195,213,283],[95,97,162,170,175,178,180,181,182,187,195,285,286,289,293]],"fileInfos":[{"version":"bcd24271a113971ba9eb71ff8cb01bc6b0f872a85c23fdbe5d93065b375933cd","affectsGlobalScope":true,"impliedFormat":1},{"version":"3f88bedbeb09c6f5a6645cb24c7c55f1aa22d19ae96c8e6959cbd8b85a707bc6","impliedFormat":1},{"version":"7fe93b39b810eadd916be8db880dd7f0f7012a5cc6ffb62de8f62a2117fa6f1f","impliedFormat":1},{"version":"bb0074cc08b84a2374af33d8bf044b80851ccc9e719a5e202eacf40db2c31600","impliedFormat":1},{"version":"1a7daebe4f45fb03d9ec53d60008fbf9ac45a697fdc89e4ce218bc94b94f94d6","impliedFormat":1},{"version":"f94b133a3cb14a288803be545ac2683e0d0ff6661bcd37e31aaaec54fc382aed","impliedFormat":1},{"version":"f59d0650799f8782fd74cf73c19223730c6d1b9198671b1c5b3a38e1188b5953","impliedFormat":1},{"version":"8a15b4607d9a499e2dbeed9ec0d3c0d7372c850b2d5f1fb259e8f6d41d468a84","impliedFormat":1},{"version":"26e0fe14baee4e127f4365d1ae0b276f400562e45e19e35fd2d4c296684715e6","impliedFormat":1},{"version":"1e9332c23e9a907175e0ffc6a49e236f97b48838cc8aec9ce7e4cec21e544b65","impliedFormat":1},{"version":"3753fbc1113dc511214802a2342280a8b284ab9094f6420e7aa171e868679f91","impliedFormat":1},{"version":"999ca32883495a866aa5737fe1babc764a469e4cde6ee6b136a4b9ae68853e4b","impliedFormat":1},{"version":"17f13ecb98cbc39243f2eee1f16d45cd8ec4706b03ee314f1915f1a8b42f6984","impliedFormat":1},{"version":"d6b1eba8496bdd0eed6fc8a685768fe01b2da4a0388b5fe7df558290bffcf32f","affectsGlobalScope":true,"impliedFormat":1},{"version":"7f57fc4404ff020bc45b9c620aff2b40f700b95fe31164024c453a5e3c163c54","impliedFormat":1},{"version":"7f57fc4404ff020bc45b9c620aff2b40f700b95fe31164024c453a5e3c163c54","impliedFormat":1},{"version":"d52ed68e7eb5881768a55713c9b5c7c443e6b46de15c04e348928b8efd20b110","affectsGlobalScope":true,"impliedFormat":1},{"version":"2a2de5b9459b3fc44decd9ce6100b72f1b002ef523126c1d3d8b2a4a63d74d78","affectsGlobalScope":true,"impliedFormat":1},{"version":"7f57fc4404ff020bc45b9c620aff2b40f700b95fe31164024c453a5e3c163c54","impliedFormat":1},{"version":"eadcffda2aa84802c73938e589b9e58248d74c59cb7fcbca6474e3435ac15504","affectsGlobalScope":true,"impliedFormat":1},{"version":"105ba8ff7ba746404fe1a2e189d1d3d2e0eb29a08c18dded791af02f29fb4711","affectsGlobalScope":true,"impliedFormat":1},{"version":"00343ca5b2e3d48fa5df1db6e32ea2a59afab09590274a6cccb1dbae82e60c7c","affectsGlobalScope":true,"impliedFormat":1},{"version":"ebd9f816d4002697cb2864bea1f0b70a103124e18a8cd9645eeccc09bdf80ab4","affectsGlobalScope":true,"impliedFormat":1},{"version":"2c1afac30a01772cd2a9a298a7ce7706b5892e447bb46bdbeef720f7b5da77ad","affectsGlobalScope":true,"impliedFormat":1},{"version":"7b0225f483e4fa685625ebe43dd584bb7973bbd84e66a6ba7bbe175ee1048b4f","affectsGlobalScope":true,"impliedFormat":1},{"version":"c0a4b8ac6ce74679c1da2b3795296f5896e31c38e888469a8e0f99dc3305de60","affectsGlobalScope":true,"impliedFormat":1},{"version":"3084a7b5f569088e0146533a00830e206565de65cae2239509168b11434cd84f","affectsGlobalScope":true,"impliedFormat":1},{"version":"c5079c53f0f141a0698faa903e76cb41cd664e3efb01cc17a5c46ec2eb0bef42","affectsGlobalScope":true,"impliedFormat":1},{"version":"32cafbc484dea6b0ab62cf8473182bbcb23020d70845b406f80b7526f38ae862","affectsGlobalScope":true,"impliedFormat":1},{"version":"fca4cdcb6d6c5ef18a869003d02c9f0fd95df8cfaf6eb431cd3376bc034cad36","affectsGlobalScope":true,"impliedFormat":1},{"version":"b93ec88115de9a9dc1b602291b85baf825c85666bf25985cc5f698073892b467","affectsGlobalScope":true,"impliedFormat":1},{"version":"f5c06dcc3fe849fcb297c247865a161f995cc29de7aa823afdd75aaaddc1419b","affectsGlobalScope":true,"impliedFormat":1},{"version":"b77e16112127a4b169ef0b8c3a4d730edf459c5f25fe52d5e436a6919206c4d7","affectsGlobalScope":true,"impliedFormat":1},{"version":"fbffd9337146eff822c7c00acbb78b01ea7ea23987f6c961eba689349e744f8c","affectsGlobalScope":true,"impliedFormat":1},{"version":"a995c0e49b721312f74fdfb89e4ba29bd9824c770bbb4021d74d2bf560e4c6bd","affectsGlobalScope":true,"impliedFormat":1},{"version":"c7b3542146734342e440a84b213384bfa188835537ddbda50d30766f0593aff9","affectsGlobalScope":true,"impliedFormat":1},{"version":"ce6180fa19b1cccd07ee7f7dbb9a367ac19c0ed160573e4686425060b6df7f57","affectsGlobalScope":true,"impliedFormat":1},{"version":"3f02e2476bccb9dbe21280d6090f0df17d2f66b74711489415a8aa4df73c9675","affectsGlobalScope":true,"impliedFormat":1},{"version":"45e3ab34c1c013c8ab2dc1ba4c80c780744b13b5676800ae2e3be27ae862c40c","affectsGlobalScope":true,"impliedFormat":1},{"version":"805c86f6cca8d7702a62a844856dbaa2a3fd2abef0536e65d48732441dde5b5b","affectsGlobalScope":true,"impliedFormat":1},{"version":"e42e397f1a5a77994f0185fd1466520691456c772d06bf843e5084ceb879a0ad","affectsGlobalScope":true,"impliedFormat":1},{"version":"f4c2b41f90c95b1c532ecc874bd3c111865793b23aebcc1c3cbbabcd5d76ffb0","affectsGlobalScope":true,"impliedFormat":1},{"version":"ab26191cfad5b66afa11b8bf935ef1cd88fabfcb28d30b2dfa6fad877d050332","affectsGlobalScope":true,"impliedFormat":1},{"version":"2088bc26531e38fb05eedac2951480db5309f6be3fa4a08d2221abb0f5b4200d","affectsGlobalScope":true,"impliedFormat":1},{"version":"cb9d366c425fea79716a8fb3af0d78e6b22ebbab3bd64d25063b42dc9f531c1e","affectsGlobalScope":true,"impliedFormat":1},{"version":"500934a8089c26d57ebdb688fc9757389bb6207a3c8f0674d68efa900d2abb34","affectsGlobalScope":true,"impliedFormat":1},{"version":"689da16f46e647cef0d64b0def88910e818a5877ca5379ede156ca3afb780ac3","affectsGlobalScope":true,"impliedFormat":1},{"version":"bc21cc8b6fee4f4c2440d08035b7ea3c06b3511314c8bab6bef7a92de58a2593","affectsGlobalScope":true,"impliedFormat":1},{"version":"7ca53d13d2957003abb47922a71866ba7cb2068f8d154877c596d63c359fed25","affectsGlobalScope":true,"impliedFormat":1},{"version":"54725f8c4df3d900cb4dac84b64689ce29548da0b4e9b7c2de61d41c79293611","affectsGlobalScope":true,"impliedFormat":1},{"version":"e5594bc3076ac29e6c1ebda77939bc4c8833de72f654b6e376862c0473199323","affectsGlobalScope":true,"impliedFormat":1},{"version":"2f3eb332c2d73e729f3364fcc0c2b375e72a121e8157d25a82d67a138c83a95c","affectsGlobalScope":true,"impliedFormat":1},{"version":"6f4427f9642ce8d500970e4e69d1397f64072ab73b97e476b4002a646ac743b1","affectsGlobalScope":true,"impliedFormat":1},{"version":"48915f327cd1dea4d7bd358d9dc7732f58f9e1626a29cc0c05c8c692419d9bb7","affectsGlobalScope":true,"impliedFormat":1},{"version":"b7bf9377723203b5a6a4b920164df22d56a43f593269ba6ae1fdc97774b68855","affectsGlobalScope":true,"impliedFormat":1},{"version":"db9709688f82c9e5f65a119c64d835f906efe5f559d08b11642d56eb85b79357","affectsGlobalScope":true,"impliedFormat":1},{"version":"4b25b8c874acd1a4cf8444c3617e037d444d19080ac9f634b405583fd10ce1f7","affectsGlobalScope":true,"impliedFormat":1},{"version":"37be57d7c90cf1f8112ee2636a068d8fd181289f82b744160ec56a7dc158a9f5","affectsGlobalScope":true,"impliedFormat":1},{"version":"a917a49ac94cd26b754ab84e113369a75d1a47a710661d7cd25e961cc797065f","affectsGlobalScope":true,"impliedFormat":1},{"version":"6d3261badeb7843d157ef3e6f5d1427d0eeb0af0cf9df84a62cfd29fd47ac86e","affectsGlobalScope":true,"impliedFormat":1},{"version":"195daca651dde22f2167ac0d0a05e215308119a3100f5e6268e8317d05a92526","affectsGlobalScope":true,"impliedFormat":1},{"version":"8b11e4285cd2bb164a4dc09248bdec69e9842517db4ca47c1ba913011e44ff2f","affectsGlobalScope":true,"impliedFormat":1},{"version":"0508571a52475e245b02bc50fa1394065a0a3d05277fbf5120c3784b85651799","affectsGlobalScope":true,"impliedFormat":1},{"version":"8f9af488f510c3015af3cc8c267a9e9d96c4dd38a1fdff0e11dc5a544711415b","affectsGlobalScope":true,"impliedFormat":1},{"version":"fc611fea8d30ea72c6bbfb599c9b4d393ce22e2f5bfef2172534781e7d138104","affectsGlobalScope":true,"impliedFormat":1},{"version":"0bd714129fca875f7d4c477a1a392200b0bcd13fb2e80928cd334b63830ea047","affectsGlobalScope":true,"impliedFormat":1},{"version":"e2c9037ae6cd2c52d80ceef0b3c5ffdb488627d71529cf4f63776daf11161c9a","affectsGlobalScope":true,"impliedFormat":1},{"version":"135d5cf4d345f59f1a9caadfafcd858d3d9cc68290db616cc85797224448cccc","affectsGlobalScope":true,"impliedFormat":1},{"version":"bc238c3f81c2984751932b6aab223cd5b830e0ac6cad76389e5e9d2ffc03287d","affectsGlobalScope":true,"impliedFormat":1},{"version":"4a07f9b76d361f572620927e5735b77d6d2101c23cdd94383eb5b706e7b36357","affectsGlobalScope":true,"impliedFormat":1},{"version":"7c4e8dc6ab834cc6baa0227e030606d29e3e8449a9f67cdf5605ea5493c4db29","affectsGlobalScope":true,"impliedFormat":1},{"version":"de7ba0fd02e06cd9a5bd4ab441ed0e122735786e67dde1e849cced1cd8b46b78","affectsGlobalScope":true,"impliedFormat":1},{"version":"6148e4e88d720a06855071c3db02069434142a8332cf9c182cda551adedf3156","affectsGlobalScope":true,"impliedFormat":1},{"version":"d63dba625b108316a40c95a4425f8d4294e0deeccfd6c7e59d819efa19e23409","affectsGlobalScope":true,"impliedFormat":1},{"version":"0568d6befee03dd435bed4fc25c4e46865b24bdcb8c563fdc21f580a2c301904","affectsGlobalScope":true,"impliedFormat":1},{"version":"30d62269b05b584741f19a5369852d5d34895aa2ac4fd948956f886d15f9cc0d","affectsGlobalScope":true,"impliedFormat":1},{"version":"f128dae7c44d8f35ee42e0a437000a57c9f06cc04f8b4fb42eebf44954d53dc8","affectsGlobalScope":true,"impliedFormat":1},{"version":"ffbe6d7b295306b2ba88030f65b74c107d8d99bdcf596ea99c62a02f606108b0","affectsGlobalScope":true,"impliedFormat":1},{"version":"996fb27b15277369c68a4ba46ed138b4e9e839a02fb4ec756f7997629242fd9f","affectsGlobalScope":true,"impliedFormat":1},{"version":"79b712591b270d4778c89706ca2cfc56ddb8c3f895840e477388f1710dc5eda9","affectsGlobalScope":true,"impliedFormat":1},{"version":"20884846cef428b992b9bd032e70a4ef88e349263f63aeddf04dda837a7dba26","affectsGlobalScope":true,"impliedFormat":1},{"version":"5fcab789c73a97cd43828ee3cc94a61264cf24d4c44472ce64ced0e0f148bdb2","affectsGlobalScope":true,"impliedFormat":1},{"version":"db59a81f070c1880ad645b2c0275022baa6a0c4f0acdc58d29d349c6efcf0903","affectsGlobalScope":true,"impliedFormat":1},{"version":"673294292640f5722b700e7d814e17aaf7d93f83a48a2c9b38f33cbc940ad8b0","affectsGlobalScope":true,"impliedFormat":1},{"version":"d786b48f934cbca483b3c6d0a798cb43bbb4ada283e76fb22c28e53ae05b9e69","affectsGlobalScope":true,"impliedFormat":1},{"version":"1ecb8e347cb6b2a8927c09b86263663289418df375f5e68e11a0ae683776978f","affectsGlobalScope":true,"impliedFormat":1},{"version":"142efd4ce210576f777dc34df121777be89eda476942d6d6663b03dcb53be3ff","affectsGlobalScope":true,"impliedFormat":1},{"version":"379bc41580c2d774f82e828c70308f24a005b490c25ba34d679d84bcf05c3d9d","affectsGlobalScope":true,"impliedFormat":1},{"version":"ed484fb2aa8a1a23d0277056ec3336e0a0b52f9b8d6a961f338a642faf43235d","affectsGlobalScope":true,"impliedFormat":1},{"version":"4ffedae1d1c2d53fdbca1c96d3c7dda544281f7d262f99b6880634f8fd8d9820","affectsGlobalScope":true,"impliedFormat":1},{"version":"83a730b125d477dd264df8ba479afab27a3dae7152b005c214ab94dc7ee44fd3","affectsGlobalScope":true,"impliedFormat":1},{"version":"1ce14b81c5cc821994aa8ec1d42b220dd41b27fcc06373bce3958af7421b77d4","affectsGlobalScope":true,"impliedFormat":1},{"version":"b3a048b3e9302ef9a34ef4ebb9aecfb28b66abb3bce577206a79fee559c230da","affectsGlobalScope":true,"impliedFormat":1},{"version":"d91f90ddd3ff1172db5da022cc41a6d4ad448c0c669affcdf78c205337a5bdeb","impliedFormat":99},{"version":"f81e330547ebfb45a86c3fcd447306796e91f8f033352fd24b8bc454577916f8","impliedFormat":99},{"version":"0ccdaa19852d25ecd84eec365c3bfa16e7859cadecf6e9ca6d0dbbbee439743f","affectsGlobalScope":true,"impliedFormat":1},{"version":"cc2110f7decca6bfb9392e30421cfa1436479e4a6756e8fec6cbc22625d4f881","affectsGlobalScope":true,"impliedFormat":1},{"version":"f53a7652392cf26ebbe4e29fd0672aa87c93bd6d0241289c13fab87b9ac35c8a","affectsGlobalScope":true,"impliedFormat":1},{"version":"e5e01375c9e124a83b52ee4b3244ed1a4d214a6cfb54ac73e164a823a4a7860a","affectsGlobalScope":true,"impliedFormat":1},{"version":"f90ae2bbce1505e67f2f6502392e318f5714bae82d2d969185c4a6cecc8af2fc","affectsGlobalScope":true,"impliedFormat":1},{"version":"4b58e207b93a8f1c88bbf2a95ddc686ac83962b13830fe8ad3f404ffc7051fb4","affectsGlobalScope":true,"impliedFormat":1},{"version":"1fefabcb2b06736a66d2904074d56268753654805e829989a46a0161cd8412c5","affectsGlobalScope":true,"impliedFormat":1},{"version":"b00a630557d1622ad312633bdbfbdb9c6b7220d948dca9f899db30679f160074","affectsGlobalScope":true,"impliedFormat":1},{"version":"c18a99f01eb788d849ad032b31cafd49de0b19e083fe775370834c5675d7df8e","affectsGlobalScope":true,"impliedFormat":1},{"version":"5247874c2a23b9a62d178ae84f2db6a1d54e6c9a2e7e057e178cc5eea13757fc","affectsGlobalScope":true,"impliedFormat":1},{"version":"cdcf9ea426ad970f96ac930cd176d5c69c6c24eebd9fc580e1572d6c6a88f62c","impliedFormat":1},{"version":"88809d6c1b9c78d04a133646a6feb926def05a8774c308c7c93bc32ee163d271","impliedFormat":1},{"version":"156a859e21ef3244d13afeeba4e49760a6afa035c149dda52f0c45ea8903b338","impliedFormat":1},{"version":"3ac40516c33b87f751f7507346933081a26cdb8a3e11a6b3aa07d23f803c85db","impliedFormat":1},{"version":"615754924717c0b1e293e083b83503c0a872717ad5aa60ed7f1a699eb1b4ea5c","impliedFormat":1},{"version":"14e9acf826baba0ef4b5665704084896e7bcc06f65a9ab13af7e93d27d6b7069","impliedFormat":1},{"version":"68834d631c8838c715f225509cfc3927913b9cc7a4870460b5b60c8dbdb99baf","impliedFormat":1},{"version":"829bc57ee8f287b490ab5bbc5a962fca57e432c1e38ec680ecd3ecaf12800613","impliedFormat":1},{"version":"eec76bf6b9346f3f95fa402621b889489e96930e72295b0369022f332e9b4a6a","impliedFormat":1},{"version":"3a3ff14da53d5013f3e6d8c4ad55225e3649c08786c4421ce639c00d8d589b7d","impliedFormat":1},{"version":"ea6bc8de8b59f90a7a3960005fd01988f98fd0784e14bc6922dde2e93305ec7d","impliedFormat":1},{"version":"36107995674b29284a115e21a0618c4c2751b32a8766dd4cb3ba740308b16d59","impliedFormat":1},{"version":"914a0ae30d96d71915fc519ccb4efbf2b62c0ddfb3a3fc6129151076bc01dc60","impliedFormat":1},{"version":"38004e6801340cb890afb8cb5a9fc8972297e7f88ab94026e4b0b3c61fb32f8a","impliedFormat":1},{"version":"d243db6b25788f439e7e2f03c05688e92f46764351673bb0e7b2f3631232e186","impliedFormat":1},{"version":"4d327f7d72ad0918275cea3eee49a6a8dc8114ae1d5b7f3f5d0774de75f7439a","impliedFormat":1},{"version":"149f9a9e7f04e67afa0e2a49fc0ff421035c01d6b793cfcae7d2e9f6819431e2","impliedFormat":1},{"version":"e8a9dfa4c75ef6d25df8b40eaa9c31e0a69452aaf2ced4a3f4215dbdbaa876f4","impliedFormat":1},{"version":"a70af845a2eb9dd6e2723e319e14ea7fb28b129ec1361c21509b49305448c323","impliedFormat":1},{"version":"b53dc572d4f187904207ae1166652de47aab8eeb00c254d009cb226863076b56","impliedFormat":1},{"version":"0a60a292b89ca7218b8616f78e5bbd1c96b87e048849469cccb4355e98af959a","impliedFormat":1},{"version":"0b6e25234b4eec6ed96ab138d96eb70b135690d7dd01f3dd8a8ab291c35a683a","impliedFormat":1},{"version":"9666f2f84b985b62400d2e5ab0adae9ff44de9b2a34803c2c5bd3c8325b17dc0","impliedFormat":1},{"version":"40cd35c95e9cf22cfa5bd84e96408b6fcbca55295f4ff822390abb11afbc3dca","impliedFormat":1},{"version":"b1616b8959bf557feb16369c6124a97a0e74ed6f49d1df73bb4b9ddf68acf3f3","impliedFormat":1},{"version":"f501234c5aeeeb5d7659412335227466aaacf30b952372d60afeb21c02c96348","impliedFormat":1},{"version":"40b463c6766ca1b689bfcc46d26b5e295954f32ad43e37ee6953c0a677e4ae2b","impliedFormat":1},{"version":"9ac977503f15bf13ca7c82ad9a32a782f42d43e474824e8b3bffe228fd5f2639","impliedFormat":1},{"version":"8b91ff5bb912be3ea213cbcf0075aace1f5d4ff249a0d227ed673868cb7bfabc","impliedFormat":1},{"version":"80aae6afc67faa5ac0b32b5b8bc8cc9f7fa299cff15cf09cc2e11fd28c6ae29e","impliedFormat":1},{"version":"f473cd2288991ff3221165dcf73cd5d24da30391f87e85b3dd4d0450c787a391","impliedFormat":1},{"version":"499e5b055a5aba1e1998f7311a6c441a369831c70905cc565ceac93c28083d53","impliedFormat":1},{"version":"8aee8b6d4f9f62cf3776cda1305fb18763e2aade7e13cea5bbe699112df85214","impliedFormat":1},{"version":"98498b101803bb3dde9f76a56e65c14b75db1cc8bec5f4db72be541570f74fc5","impliedFormat":1},{"version":"7cb4f431a4591b0e23002bed805dc871a874dfed6b9a3994dce68a6df73e6739","impliedFormat":1},{"version":"5d0375ca7310efb77e3ef18d068d53784faf62705e0ad04569597ae0e755c401","impliedFormat":1},{"version":"59af37caec41ecf7b2e76059c9672a49e682c1a2aa6f9d7dc78878f53aa284d6","impliedFormat":1},{"version":"addf417b9eb3f938fddf8d81e96393a165e4be0d4a8b6402292f9c634b1cb00d","impliedFormat":1},{"version":"436d7b4543b340b0f3eef4310d524242e41369b9652aa9c70428767c4dcac455","impliedFormat":1},{"version":"adf27937dba6af9f08a68c5b1d3fce0ca7d4b960c57e6d6c844e7d1a8e53adae","impliedFormat":1},{"version":"12950411eeab8563b349cb7959543d92d8d02c289ed893d78499a19becb5a8cc","impliedFormat":1},{"version":"2e85db9e6fd73cfa3d7f28e0ab6b55417ea18931423bd47b409a96e4a169e8e6","impliedFormat":1},{"version":"c46e079fe54c76f95c67fb89081b3e399da2c7d109e7dca8e4b58d83e332e605","impliedFormat":1},{"version":"e99963ae1e3a48ca7a7958c02f3e88bb963eb7978c28b68ae6b8c9f03309d83c","impliedFormat":1},{"version":"c3f5289820990ab66b70c7fb5b63cb674001009ff84b13de40619619a9c8175f","affectsGlobalScope":true,"impliedFormat":1},{"version":"b3275d55fac10b799c9546804126239baf020d220136163f763b55a74e50e750","affectsGlobalScope":true,"impliedFormat":1},{"version":"fa68a0a3b7cb32c00e39ee3cd31f8f15b80cac97dce51b6ee7fc14a1e8deb30b","affectsGlobalScope":true,"impliedFormat":1},{"version":"1cf059eaf468efcc649f8cf6075d3cb98e9a35a0fe9c44419ec3d2f5428d7123","affectsGlobalScope":true,"impliedFormat":1},{"version":"6c36e755bced82df7fb6ce8169265d0a7bb046ab4e2cb6d0da0cb72b22033e89","affectsGlobalScope":true,"impliedFormat":1},{"version":"e7721c4f69f93c91360c26a0a84ee885997d748237ef78ef665b153e622b36c1","affectsGlobalScope":true,"impliedFormat":1},{"version":"7a93de4ff8a63bafe62ba86b89af1df0ccb5e40bb85b0c67d6bbcfdcf96bf3d4","affectsGlobalScope":true,"impliedFormat":1},{"version":"90e85f9bc549dfe2b5749b45fe734144e96cd5d04b38eae244028794e142a77e","affectsGlobalScope":true,"impliedFormat":1},{"version":"e0a5deeb610b2a50a6350bd23df6490036a1773a8a71d70f2f9549ab009e67ee","affectsGlobalScope":true,"impliedFormat":1},{"version":"594ae90cacd813fa392ff80d2e0a8eff4e41f4a136329a940e321399dd8895b4","impliedFormat":1},{"version":"d1f333ade8ff35a409b4984e1f11956fe11c61855b0c7e9b59f0313e48b40c4a","impliedFormat":1},{"version":"0224aa4b3464895d69c413a640a19ac2166778a74eb5eb3b36b021c72d42b274","impliedFormat":1},{"version":"2e6fca0024dd8a076a886d9ec031a936ea59ad878a25b944820495d92f8381dd","affectsGlobalScope":true,"impliedFormat":1},{"version":"177459cba484e2f1e08872a3d2fdbca3162d9d43ca5ec9dc0c946835b55f74be","impliedFormat":1},{"version":"2fbf504c4791f9d32cd766cfe6b605bcda63289b925401953a7900db9af85348","impliedFormat":1},{"version":"ed0fb633cae35948d9e144004299a4bdf1ab912667c787b7fbffcd6d8c7b92a2","impliedFormat":1},{"version":"1678b04557dca52feab73cc67610918a7f5e25bfdba3e7fa081acd625d93106d","impliedFormat":1},{"version":"0e312260895afc9de021ce9de3c8a857392f0ccc7f19d3a030e4d6136a4ac91e","impliedFormat":1},{"version":"2ea729503db9793f2691162fec3dd1118cab62e96d025f8eeb376d43ec293395","impliedFormat":1},{"version":"98fc7231d6c846a8ed19bdef026ddffe5e2182cc818be74899287421ad370a87","impliedFormat":1},{"version":"3a40b5d34e014017539acb92f04cf2bc0aa71e49efb33c66039df93be97842a1","impliedFormat":1},{"version":"2bc7aa4fba46df0bd495425a7c8201437a7d465f83854fac859df2d67f664df3","impliedFormat":1},{"version":"41d17e1ad9a002feb11c8cdd2777e5bbc0cdb1e3f595d237e4dded0b6949983b","impliedFormat":1},{"version":"8c7e618c2a91ea7f6b5cca272a295864e92c16413be8fc56a943e8c7d5320011","affectsGlobalScope":true,"impliedFormat":1},{"version":"79a85c64bf083c5f4dd7074e804d1000c0c47301b84d48417a224decd681be30","impliedFormat":1},{"version":"9f1e3a76d5f509b5579e567de522b402cb79e201c4f47dcd014451c0580b290d","impliedFormat":1},{"version":"4f1fd541f720030367b5d7ebfea7ae5f9edc8481422993b9a363f459c5412437","impliedFormat":1},{"version":"70f3f8b2dcaf7388f26731a59c79437813e3620b594903525a303cb2a7901016","impliedFormat":1},{"version":"62e8f884c3bc6dff6189b6e662ebe8b238a645938f2df7a97b8a82fca56773a4","impliedFormat":1},{"version":"2c2bdaa1d8ead9f68628d6d9d250e46ee8e81aa4898b4769a36956ae15e060fe","impliedFormat":1},{"version":"57a0d1b3d59063d4af2d3f8aac27cfe3c20a0f5d1faf0f8598ccf0b779637939","impliedFormat":1},{"version":"5ff4433a2deae4f85ab1377e90a7554ce6b47ae51c69a84ca30a6e22fae85834","impliedFormat":1},{"version":"82b91e4e42e6c41bc7fc1b6c2dc5eba6a2ba98375eb1f210e6ff6bba2d54177e","impliedFormat":1},{"version":"97234c5303866576f913d0ccae7d58d6322d9e803c7bf1228a3fda46ab8087b2","affectsGlobalScope":true,"impliedFormat":1},{"version":"93ecf87143cac7b9d05cffc1d6bdc075b7e4fdd48ff05f1fad85043f6ae678d3","impliedFormat":1},{"version":"8e9c23ba78aabc2e0a27033f18737a6df754067731e69dc5f52823957d60a4b6","impliedFormat":1},{"version":"6f200afcb82b3e9a54bed6db23f2edf2508cd266801257312c0f124b47f2bdb9","impliedFormat":1},{"version":"ec501101c2a96133a6c695f934c8f6642149cc728571b29cbb7b770984c1088e","impliedFormat":1},{"version":"b214ebcf76c51b115453f69729ee8aa7b7f8eccdae2a922b568a45c2d7ff52f7","impliedFormat":1},{"version":"429c9cdfa7d126255779efd7e6d9057ced2d69c81859bbab32073bad52e9ba76","impliedFormat":1},{"version":"39338f84e8c4d0e3de7b3c4a7024fb3925f42100eed5cbe73be58902799dff4d","impliedFormat":1},{"version":"fbf83eb33bf5e329527add92acc65da59323876c702ddccf5f4bf1e848c92369","affectsGlobalScope":true,"impliedFormat":1},{"version":"230763250f20449fa7b3c9273e1967adb0023dc890d4be1553faca658ee65971","impliedFormat":1},{"version":"c3e9078b60cb329d1221f5878e88cecfa3e74460550e605a58fcfb41a66029ff","impliedFormat":1},{"version":"515318bc6e656f75e9e34db625316bfafbafd800dfb1642574af93735a24ad38","impliedFormat":1},{"version":"441b9bb09013654aa3d050e68b06464d8959b473e85868249d9d18f692acd35b","impliedFormat":1},{"version":"bc18a1991ba681f03e13285fa1d7b99b03b67ee671b7bc936254467177543890","impliedFormat":1},{"version":"55246f15e33ff1e2e9e679b25fa9790a48db55dc63d567fe25fac8b6a0efe911","impliedFormat":1},{"version":"fa94bbf532b7af8f394b95fa310980d6e20bd2d4c871c6a6cb9f70f03750a44b","impliedFormat":1},{"version":"03b7804d69cecd66850abada858ed6d4a59001f8c228a9fe212306ee860a4ff6","impliedFormat":1},{"version":"5b26c4dd672d88336bb929787c9bfb55119e80ba89ec6dc923da1c063892843e","affectsGlobalScope":true,"impliedFormat":1},{"version":"7fa2214bb0d64701bc6f9ce8cde2fd2ff8c571e0b23065fa04a8a5a6beb91511","impliedFormat":1},{"version":"987fd1f85dc36f4b2c927aa3db814ac6b452e970f4f55d24ed4ecbb7df09be00","impliedFormat":1},{"version":"f12624a4a8d042b68914eac1b0a16571fc1c523173fcdf2517c65d191bd5a86c","impliedFormat":1},{"version":"b4769767f13a1692a66186e01c3aa186ff808d5ff72ed36eda8c37738fb2ac92","impliedFormat":1},{"version":"841983e39bd4cbb463be385e92fda11057cab368bf27100a801c492f1d86cbaa","impliedFormat":1},{"version":"683edfc4f2b411ebe04729cb6dc09ddd26fbac2c57771a6d7c55964af776e176","impliedFormat":1},{"version":"1ec3f3a5f04cc42df33274fbe5c0937d9a9e06f249a7a26288d7d54f0763ffd4","impliedFormat":1},{"version":"e4156ddb25aa0e3b5303d372f26957b36778f0f6bbd4326359269873295e3058","affectsGlobalScope":true,"impliedFormat":1},{"version":"cc1b433a84cae05ddc5672d4823170af78606ad21ecef60dbc4570190cbf1357","impliedFormat":1},{"version":"e47f532d6e1617833f13a5b0710c0089d402c89c2f2b54f324e5a20e418d287a","impliedFormat":1},{"version":"7f78cfb2b343838612c192cb251746e3a7c62ac7675726a47e130d9b213f6580","impliedFormat":1},{"version":"201db9cf1687fab1adf5282fcba861f382b32303dc4f67c89d59655e78a25461","impliedFormat":1},{"version":"8e2577e7262051fd3c5bd6ca2b2056d358ff8853565720f92455860824c25188","impliedFormat":1},{"version":"7ec8d7d483f7394f9da611b10d3a0e402f76ff5c991261e6ce43a15f81ca4258","impliedFormat":1},{"version":"bb9dbb4b2ad81e3e71ec5ba4314973718555b9d04ba2a17dfbf875efecb8e2c0","impliedFormat":1},{"version":"82c3cc48c692438e41b94d936b8acd75ca97b18c50fa1af8a0715eb9d07d18cd","impliedFormat":1},{"version":"045a210189ec63c5488410b33f9fca53d77d051599d0d6506d8048551399c5f3","impliedFormat":1},{"version":"99ab6d0d660ce4d21efb52288a39fd35bb3f556980ec5463b1ae8f304a3bbc85","impliedFormat":1},{"version":"632c45ccb4cdc2c3a80c7a36a63dd7763016e59cac5e07bfb3e37e3548957028","impliedFormat":1},{"version":"c9a2daf6cd1eb854cd5b9e424247c5e306692055738c2effd35f7871d942b76e","impliedFormat":1},{"version":"afa1c49f8e559e413d57343339db857d2a8159435cf9cf7d4deb41718fff1b88","impliedFormat":1},{"version":"e50a7130339a951e6da9e968ed5521b0997a5b0479e148914087213839b5474c","impliedFormat":1},{"version":"3b89216a7e38a454985ad17bb2ff85792837dc812f2a89fa5f60ad0a2e216fa7","impliedFormat":99},{"version":"16fe60bb544cfedfd2b5bb2f7d0b3957be7978706d57d9f06edc9c0c8dbdba23","impliedFormat":99},{"version":"de4a612aa8f1704af486f701e21993c786ba7d8cfed55fffa6684026aea2346e","impliedFormat":99},{"version":"c73fdf42528325dd17940937ed787b15ae3445c6a2dae1a2b74bc4d87d337ca2","impliedFormat":99},{"version":"15e9e3f7bb8efb4739fa40fd8d73b00d14225041d14d27d800d07db0bb72f89a","impliedFormat":99},{"version":"de1278d2ba6e69ccc793cedef5b8b6ed33517cf7e7d10e2d2a581b755bfa10d1","impliedFormat":99},{"version":"638a22f8e16b31c37297483fa38cfc760ed309b16d4c606a7b4532f4394c9c0c","impliedFormat":99},{"version":"9394183f4c37b8591156f32e41223c9e0dd211eefe7499155d4cdf15268eaea8","impliedFormat":99},{"version":"e8f408ce5f04081e73ddd7227c9bdb566e16a0c53aae477bbb172d4ddfd371ef","impliedFormat":99},{"version":"8556e634b65e714ba0d1a97372805e9f7c1b126cc581eacd55b87f0324c94858","impliedFormat":99},{"version":"e81c3612ed525cfc947f709cb58f04efa4a4fd54f61560d7768dc9eb775329f3","impliedFormat":99},{"version":"7d3e062a778b8f5ea4f0cac7e925e31f88e6739812ebc5f827474324a4048f14","impliedFormat":99},{"version":"cd9989ff376f0d3c437c45bad7c8d864bccf62fe9c7bdb2b4b449dd3ccdfbdbe","impliedFormat":99},{"version":"5c4e256fa2d4989e29dd2423e58e3470138f01a307001163c2db4ad957118720","impliedFormat":99},{"version":"fd6d2fe633ce3472817bac717ccab3ffb8a0e69162bfc65a6952858896466c62","impliedFormat":99},{"version":"a4da5ced5b946d9ba8fae0e577d959368ed8f8917862a5fb3af3f5ba568ed7b9","impliedFormat":99},{"version":"4e003c868b0d8f8ad200b96cbc653e18e513fa23e1c19c4fe3cc25d4394efc47","impliedFormat":99},{"version":"8887e70871f697fa42ad7cdf32168db60ec2d6760c173c97973e35377fe5d83b","impliedFormat":99},{"version":"161c8e0690c46021506e32fda85956d785b70f309ae97011fd27374c065cac9b","affectsGlobalScope":true,"impliedFormat":1},{"version":"e0864480ea083087d705f9405bd6bf59b795e8474c3447f0d6413b2bce535a09","impliedFormat":99},{"version":"e67cbea16f1994af89efd700542dbf3828a46a52b29e4d67e801bd7869dc103c","impliedFormat":99},{"version":"f582b0fcbf1eea9b318ab92fb89ea9ab2ebb84f9b60af89328a91155e1afce72","impliedFormat":99},{"version":"402e5c534fb2b85fa771170595db3ac0dd532112c8fa44fc23f233bc6967488b","impliedFormat":1},{"version":"52dcc257df5119fb66d864625112ce5033ac51a4c2afe376a0b299d2f7f76e4a","impliedFormat":1},{"version":"e5bab5f871ef708d52d47b3e5d0aa72a08ee7a152f33931d9a60809711a2a9a3","impliedFormat":1},{"version":"e16dc2a81595736024a206c7d5c8a39bfe2e6039208ef29981d0d95434ba8fcf","impliedFormat":1},{"version":"cc4a4903fb698ca1d961d4c10dce658aa3a479faf40509d526f122b044eaf6a4","impliedFormat":1},{"version":"19ee8416e6473ed6c7adb868fa796b5653cf0fa2a337658e677eaa0d134388c3","impliedFormat":1},{"version":"1328ab4e442614b28cdb3d4b414cf68325c0da0dca07287a338d0654b7a00261","impliedFormat":1},{"version":"a039dc21f045919f3cbee2ec13812cc6cc3eebc99dae4be00973230f468d19a6","impliedFormat":1},{"version":"3fbe57af01460e49dcd29df55d6931e1672bc6f1be0fb073d11410bc16f9037d","impliedFormat":1},{"version":"f760be449e8562ec5c09bb5187e8e1eabf3c113c0c58cddda53ef8c69f3e2131","impliedFormat":1},{"version":"44325ed13294fce6ab825b82947bbeed2611db7dad9d9135260192f375e5a189","impliedFormat":1},{"version":"e392e8fb5b514eafc585601c1d781485aa6dd6a320e75daf1064a4c6918a1b45","impliedFormat":1},{"version":"46e4a36e8ddbdfb4e7330e11c81c970dc8b218611df9183d39c41c5f8c653b55","impliedFormat":1},{"version":"370bde134aa8c2abc926d0e99d3a4d5d5dba65c6ee65459137e4f02670cbf841","impliedFormat":1},{"version":"6332f565867cf4a740a70e30f31cefba37ef7cebcf74f22eab8d744fde6d193e","impliedFormat":1},{"version":"2977b7884aedc895a1d0c9c210c7cf3272c29d6959a08a6fa3ff71e0aff08175","impliedFormat":1},{"version":"17f2922d41ddd032830a91371c948cd9ce903b35c95adca72271a54584f19b0b","impliedFormat":1},{"version":"3eed76ede2a1a14d7c9bb0a642041282dcc264811139d3dd275c9fe14efc9840","impliedFormat":1},{"version":"e3cf0611709328b449ec13f8c436712d62003620ce480139fae46ce001c2ee9f","impliedFormat":1},{"version":"8d369483f0c2b9ee388129cfdb6a43bc8112b377e86a41884bd06e19ce04f4c1","impliedFormat":99},{"version":"3fd8a5aefd8c3feb3936ca66f5aa89dff7bf6e6537b4158dbd0f6e0d65ed3b9e","impliedFormat":1},{"version":"a18642ddf216f162052a16cba0944892c4c4c977d3306a87cb673d46abbb0cbf","impliedFormat":1},{"version":"41c41c6e90133bb2a14f7561f29944771886e5535945b2b372e2f6ed6987746e","impliedFormat":1},{"version":"4ec16d7a4e366c06a4573d299e15fe6207fc080f41beac5da06f4af33ea9761e","impliedFormat":99},{"version":"960bd764c62ac43edc24eaa2af958a4b4f1fa5d27df5237e176d0143b36a39c6","affectsGlobalScope":true,"impliedFormat":99},{"version":"007233cfd3f3caed429a33b791beb79652b821f6f02d38e6463e711071ff23b0","impliedFormat":99},{"version":"e50d04d261120f8f9d07e85698735d5b88f3a66bc395c08ce26c3d817d141a73","affectsGlobalScope":true,"impliedFormat":99},{"version":"775c04c36f13c8006a98b7448932620996ff1ee43fec52c65253e5ac4e0a9228","impliedFormat":99},"17e3af800a58dd7cc1bb2af42de592ef711b8f6c613299711ea81c3b63108130","7427c56ad284f0a61481dac8b11e66b3282aac3674ed9c7bcd91760566157867","eb02c7c8867cdcf7f7040046e8b57aef92bd814776a267f8bd05fba9f3b4c8f2","754e233ac817b8be08782babd95b9a949636d321e33e6f5f551c3dc2eb299c60","0690b86569357b2583c089f3570414df97d89dc03361f49197073b0b2b5ab468","ac7d0433fdbc4e27cd49935dfdc56ba3ee3fd9fd7670f5a3fbe99fe279e24551","1510b4d6f80895779e0eff6832519f012229fbd0bd0bd774378d7adc0dad9b0d","dc2d00cdd97f9e637e2a04b1c1e53fdf41a183b30f420d85737d0bd9e0cb05f3","94781d8f9b2836e44c499950d715168679b828cf8e85d153e98e8de1db9768c5",{"version":"590595c1230ebb7c43ebac51b2b2da956a719b213355b4358e2a6b16a8b5936c","impliedFormat":1},{"version":"8c5f0739f00f89f89b03a1fe6658c6d78000d7ebd7f556f0f8d6908fa679de35","impliedFormat":1},"034c040e502226bc2b91f5f4fc038fc3779b4ca1523951d3e1660d46bc05111c","479382c10245a9030d5320127a27cf5e5d1075c4f42e8938a9905a7cbe60a4aa","b1c77dc6673a238c69120ed5f13e1aeb3683ae1c7bef467cbd8a21c1a53288c8","c40b3b35e1629379a0f765fdf84722625b95986e1bebf13912032315d5913efd","83fc970edcf7ada1134de5e9297934f77dec9218f857b77dc2374a3afff4063d","fb9782c8afee918c6e95676599f92a34cf55d0854ba97e3d39ee79d3e80ce43a","70a1ff2a882c1037e48e1dbf9d613fa57acc09c7513811a2b846cd9b4c698cde","6d12f6a2ccc1bb21f035ac85a94818fe68b8d3f99888ba5c437d10ef715ed000","f6fffda06d8bf6e1a6422fe7014a9b7d4699f75e15179f23c2bb45a5af742352","1abe80adaa75da18f68088d63d52b537e58ba422417457b0b2dc5e62992eecff","624bb068b9af642c7e0bc0371f34d238dfeea6319cfa7924eef589094dc3e18c","705721f611c64ee2f88f2a6684c8b8bc0f48a69f770f7099fdbfe4f2d0984d44","592926963c0831160dc5706f81465121b1895b2f82864f24bf9a1508692ddebf","4760f95b61784ca8b4a3ca4830056d7e57d2c87a893c1a772b8fea814c363894"],"root":[[284,297]],"options":{"allowJs":true,"allowSyntheticDefaultImports":true,"alwaysStrict":true,"declaration":true,"esModuleInterop":true,"experimentalDecorators":true,"module":99,"noImplicitAny":true,"outDir":"./","preserveConstEnums":true,"removeComments":true,"rootDir":"../../src/cli","skipLibCheck":true,"sourceMap":false,"strict":true,"strictBindCallApply":true,"strictFunctionTypes":true,"strictNullChecks":true,"strictPropertyInitialization":true,"target":99,"tsBuildInfoFile":"./.tsbuildinfo"},"referencedMap":[[273,1],[277,2],[280,3],[278,4],[281,5],[275,1],[276,6],[279,1],[274,1],[94,7],[95,8],[227,1],[229,1],[230,9],[159,10],[160,10],[161,11],[97,12],[162,13],[163,14],[164,15],[165,16],[166,17],[167,18],[168,19],[169,20],[170,21],[171,21],[172,22],[173,23],[174,1],[175,24],[176,25],[98,1],[96,1],[177,26],[178,27],[179,28],[222,29],[180,30],[181,31],[182,30],[183,32],[184,33],[186,34],[187,35],[188,35],[189,35],[190,36],[191,37],[192,38],[193,39],[194,40],[195,41],[196,41],[197,42],[198,1],[199,1],[200,43],[201,44],[202,45],[203,46],[204,47],[205,48],[206,49],[207,50],[208,51],[209,52],[210,53],[211,54],[212,55],[213,56],[214,57],[215,58],[216,59],[217,60],[218,61],[99,30],[100,1],[101,62],[102,63],[103,1],[104,64],[105,1],[150,65],[151,66],[152,67],[153,67],[154,68],[155,1],[156,13],[157,69],[158,66],[219,70],[220,71],[221,72],[185,1],[241,1],[265,1],[267,73],[266,1],[283,74],[282,1],[261,75],[259,76],[260,77],[248,78],[249,76],[256,79],[247,80],[252,81],[262,1],[253,82],[258,83],[264,84],[263,85],[246,86],[254,87],[255,88],[250,89],[257,75],[251,90],[270,91],[232,92],[233,93],[236,94],[228,95],[235,96],[231,97],[226,1],[237,98],[238,99],[245,1],[92,1],[93,1],[16,1],[14,1],[15,1],[21,1],[20,1],[2,1],[22,1],[23,1],[24,1],[25,1],[26,1],[27,1],[28,1],[29,1],[3,1],[30,1],[31,1],[4,1],[32,1],[36,1],[33,1],[34,1],[35,1],[37,1],[38,1],[39,1],[5,1],[40,1],[41,1],[42,1],[43,1],[6,1],[47,1],[44,1],[45,1],[46,1],[48,1],[7,1],[49,1],[54,1],[55,1],[50,1],[51,1],[52,1],[53,1],[8,1],[59,1],[56,1],[57,1],[58,1],[60,1],[9,1],[61,1],[62,1],[63,1],[65,1],[64,1],[66,1],[67,1],[10,1],[68,1],[69,1],[70,1],[11,1],[71,1],[72,1],[73,1],[74,1],[75,1],[76,1],[12,1],[77,1],[78,1],[79,1],[80,1],[81,1],[1,1],[82,1],[83,1],[13,1],[84,1],[85,1],[86,1],[87,1],[88,1],[89,1],[90,1],[91,1],[19,1],[17,1],[18,1],[124,100],[138,101],[121,102],[139,7],[148,103],[112,104],[113,105],[111,106],[147,107],[142,108],[146,109],[115,110],[125,111],[135,112],[114,113],[145,114],[109,115],[110,108],[116,111],[117,1],[123,116],[120,111],[107,117],[149,118],[140,119],[128,120],[127,111],[129,121],[132,122],[126,123],[130,124],[143,107],[118,125],[119,126],[133,127],[108,7],[137,128],[136,111],[122,126],[131,129],[134,130],[141,1],[106,1],[144,131],[224,132],[272,133],[240,134],[225,132],[223,1],[239,135],[271,1],[269,1],[242,136],[268,137],[234,138],[244,1],[243,139],[287,140],[289,141],[290,142],[291,143],[292,144],[284,1],[297,145],[296,146],[285,147],[286,148],[294,149],[293,1],[288,35],[295,1]],"affectedFilesPendingEmit":[[287,17],[289,17],[290,17],[291,17],[292,17],[284,17],[297,17],[296,17],[285,17],[286,17],[294,17],[293,17],[288,17],[295,17]],"version":"6.0.3"}
|
|
1
|
+
{"fileNames":["../../node_modules/typescript/lib/lib.es5.d.ts","../../node_modules/typescript/lib/lib.es2015.d.ts","../../node_modules/typescript/lib/lib.es2016.d.ts","../../node_modules/typescript/lib/lib.es2017.d.ts","../../node_modules/typescript/lib/lib.es2018.d.ts","../../node_modules/typescript/lib/lib.es2019.d.ts","../../node_modules/typescript/lib/lib.es2020.d.ts","../../node_modules/typescript/lib/lib.es2021.d.ts","../../node_modules/typescript/lib/lib.es2022.d.ts","../../node_modules/typescript/lib/lib.es2023.d.ts","../../node_modules/typescript/lib/lib.es2024.d.ts","../../node_modules/typescript/lib/lib.es2025.d.ts","../../node_modules/typescript/lib/lib.esnext.d.ts","../../node_modules/typescript/lib/lib.dom.d.ts","../../node_modules/typescript/lib/lib.dom.iterable.d.ts","../../node_modules/typescript/lib/lib.dom.asynciterable.d.ts","../../node_modules/typescript/lib/lib.webworker.d.ts","../../node_modules/typescript/lib/lib.webworker.importscripts.d.ts","../../node_modules/typescript/lib/lib.webworker.asynciterable.d.ts","../../node_modules/typescript/lib/lib.es2015.core.d.ts","../../node_modules/typescript/lib/lib.es2015.collection.d.ts","../../node_modules/typescript/lib/lib.es2015.generator.d.ts","../../node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../node_modules/typescript/lib/lib.es2015.promise.d.ts","../../node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../node_modules/typescript/lib/lib.es2016.intl.d.ts","../../node_modules/typescript/lib/lib.es2017.arraybuffer.d.ts","../../node_modules/typescript/lib/lib.es2017.date.d.ts","../../node_modules/typescript/lib/lib.es2017.object.d.ts","../../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../node_modules/typescript/lib/lib.es2017.string.d.ts","../../node_modules/typescript/lib/lib.es2017.intl.d.ts","../../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../node_modules/typescript/lib/lib.es2018.intl.d.ts","../../node_modules/typescript/lib/lib.es2018.promise.d.ts","../../node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../node_modules/typescript/lib/lib.es2019.array.d.ts","../../node_modules/typescript/lib/lib.es2019.object.d.ts","../../node_modules/typescript/lib/lib.es2019.string.d.ts","../../node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../node_modules/typescript/lib/lib.es2019.intl.d.ts","../../node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../node_modules/typescript/lib/lib.es2020.date.d.ts","../../node_modules/typescript/lib/lib.es2020.promise.d.ts","../../node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../node_modules/typescript/lib/lib.es2020.string.d.ts","../../node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../node_modules/typescript/lib/lib.es2020.intl.d.ts","../../node_modules/typescript/lib/lib.es2020.number.d.ts","../../node_modules/typescript/lib/lib.es2021.promise.d.ts","../../node_modules/typescript/lib/lib.es2021.string.d.ts","../../node_modules/typescript/lib/lib.es2021.weakref.d.ts","../../node_modules/typescript/lib/lib.es2021.intl.d.ts","../../node_modules/typescript/lib/lib.es2022.array.d.ts","../../node_modules/typescript/lib/lib.es2022.error.d.ts","../../node_modules/typescript/lib/lib.es2022.intl.d.ts","../../node_modules/typescript/lib/lib.es2022.object.d.ts","../../node_modules/typescript/lib/lib.es2022.string.d.ts","../../node_modules/typescript/lib/lib.es2022.regexp.d.ts","../../node_modules/typescript/lib/lib.es2023.array.d.ts","../../node_modules/typescript/lib/lib.es2023.collection.d.ts","../../node_modules/typescript/lib/lib.es2023.intl.d.ts","../../node_modules/typescript/lib/lib.es2024.arraybuffer.d.ts","../../node_modules/typescript/lib/lib.es2024.collection.d.ts","../../node_modules/typescript/lib/lib.es2024.object.d.ts","../../node_modules/typescript/lib/lib.es2024.promise.d.ts","../../node_modules/typescript/lib/lib.es2024.regexp.d.ts","../../node_modules/typescript/lib/lib.es2024.sharedmemory.d.ts","../../node_modules/typescript/lib/lib.es2024.string.d.ts","../../node_modules/typescript/lib/lib.es2025.collection.d.ts","../../node_modules/typescript/lib/lib.es2025.float16.d.ts","../../node_modules/typescript/lib/lib.es2025.intl.d.ts","../../node_modules/typescript/lib/lib.es2025.iterator.d.ts","../../node_modules/typescript/lib/lib.es2025.promise.d.ts","../../node_modules/typescript/lib/lib.es2025.regexp.d.ts","../../node_modules/typescript/lib/lib.esnext.array.d.ts","../../node_modules/typescript/lib/lib.esnext.collection.d.ts","../../node_modules/typescript/lib/lib.esnext.date.d.ts","../../node_modules/typescript/lib/lib.esnext.decorators.d.ts","../../node_modules/typescript/lib/lib.esnext.disposable.d.ts","../../node_modules/typescript/lib/lib.esnext.error.d.ts","../../node_modules/typescript/lib/lib.esnext.intl.d.ts","../../node_modules/typescript/lib/lib.esnext.sharedmemory.d.ts","../../node_modules/typescript/lib/lib.esnext.temporal.d.ts","../../node_modules/typescript/lib/lib.esnext.typedarrays.d.ts","../../node_modules/typescript/lib/lib.decorators.d.ts","../../node_modules/typescript/lib/lib.decorators.legacy.d.ts","../../node_modules/@clack/core/dist/index.d.mts","../../node_modules/@clack/prompts/dist/index.d.mts","../../node_modules/@types/node/globals.typedarray.d.ts","../../node_modules/@types/node/buffer.buffer.d.ts","../../node_modules/@types/node/globals.d.ts","../../node_modules/@types/node/web-globals/abortcontroller.d.ts","../../node_modules/@types/node/web-globals/blob.d.ts","../../node_modules/@types/node/web-globals/console.d.ts","../../node_modules/@types/node/web-globals/crypto.d.ts","../../node_modules/@types/node/web-globals/domexception.d.ts","../../node_modules/@types/node/web-globals/encoding.d.ts","../../node_modules/@types/node/web-globals/events.d.ts","../../node_modules/undici-types/utility.d.ts","../../node_modules/undici-types/header.d.ts","../../node_modules/undici-types/readable.d.ts","../../node_modules/undici-types/fetch.d.ts","../../node_modules/undici-types/formdata.d.ts","../../node_modules/undici-types/connector.d.ts","../../node_modules/undici-types/client-stats.d.ts","../../node_modules/undici-types/client.d.ts","../../node_modules/undici-types/errors.d.ts","../../node_modules/undici-types/dispatcher.d.ts","../../node_modules/undici-types/global-dispatcher.d.ts","../../node_modules/undici-types/global-origin.d.ts","../../node_modules/undici-types/pool-stats.d.ts","../../node_modules/undici-types/pool.d.ts","../../node_modules/undici-types/handlers.d.ts","../../node_modules/undici-types/balanced-pool.d.ts","../../node_modules/undici-types/round-robin-pool.d.ts","../../node_modules/undici-types/h2c-client.d.ts","../../node_modules/undici-types/agent.d.ts","../../node_modules/undici-types/dispatcher1-wrapper.d.ts","../../node_modules/undici-types/mock-interceptor.d.ts","../../node_modules/undici-types/mock-call-history.d.ts","../../node_modules/undici-types/mock-agent.d.ts","../../node_modules/undici-types/mock-client.d.ts","../../node_modules/undici-types/mock-pool.d.ts","../../node_modules/undici-types/snapshot-agent.d.ts","../../node_modules/undici-types/mock-errors.d.ts","../../node_modules/undici-types/proxy-agent.d.ts","../../node_modules/undici-types/socks5-proxy-agent.d.ts","../../node_modules/undici-types/env-http-proxy-agent.d.ts","../../node_modules/undici-types/retry-handler.d.ts","../../node_modules/undici-types/retry-agent.d.ts","../../node_modules/undici-types/api.d.ts","../../node_modules/undici-types/cache-interceptor.d.ts","../../node_modules/undici-types/interceptors.d.ts","../../node_modules/undici-types/util.d.ts","../../node_modules/undici-types/cookies.d.ts","../../node_modules/undici-types/patch.d.ts","../../node_modules/undici-types/websocket.d.ts","../../node_modules/undici-types/eventsource.d.ts","../../node_modules/undici-types/diagnostics-channel.d.ts","../../node_modules/undici-types/content-type.d.ts","../../node_modules/undici-types/cache.d.ts","../../node_modules/undici-types/index.d.ts","../../node_modules/@types/node/web-globals/fetch.d.ts","../../node_modules/@types/node/web-globals/importmeta.d.ts","../../node_modules/@types/node/web-globals/messaging.d.ts","../../node_modules/@types/node/web-globals/navigator.d.ts","../../node_modules/@types/node/web-globals/performance.d.ts","../../node_modules/@types/node/web-globals/storage.d.ts","../../node_modules/@types/node/web-globals/streams.d.ts","../../node_modules/@types/node/web-globals/timers.d.ts","../../node_modules/@types/node/web-globals/url.d.ts","../../node_modules/@types/node/assert.d.ts","../../node_modules/@types/node/assert/strict.d.ts","../../node_modules/@types/node/async_hooks.d.ts","../../node_modules/@types/node/buffer.d.ts","../../node_modules/@types/node/child_process.d.ts","../../node_modules/@types/node/cluster.d.ts","../../node_modules/@types/node/console.d.ts","../../node_modules/@types/node/constants.d.ts","../../node_modules/@types/node/crypto.d.ts","../../node_modules/@types/node/dgram.d.ts","../../node_modules/@types/node/diagnostics_channel.d.ts","../../node_modules/@types/node/dns.d.ts","../../node_modules/@types/node/dns/promises.d.ts","../../node_modules/@types/node/domain.d.ts","../../node_modules/@types/node/events.d.ts","../../node_modules/@types/node/ffi.d.ts","../../node_modules/@types/node/fs.d.ts","../../node_modules/@types/node/fs/promises.d.ts","../../node_modules/@types/node/http.d.ts","../../node_modules/@types/node/http2.d.ts","../../node_modules/@types/node/https.d.ts","../../node_modules/@types/node/inspector.d.ts","../../node_modules/@types/node/inspector.generated.d.ts","../../node_modules/@types/node/inspector/promises.d.ts","../../node_modules/@types/node/module.d.ts","../../node_modules/@types/node/net.d.ts","../../node_modules/buffer/index.d.ts","../../node_modules/@types/node/os.d.ts","../../node_modules/@types/node/path.d.ts","../../node_modules/@types/node/path/posix.d.ts","../../node_modules/@types/node/path/win32.d.ts","../../node_modules/@types/node/perf_hooks.d.ts","../../node_modules/@types/node/process.d.ts","../../node_modules/@types/node/punycode.d.ts","../../node_modules/@types/node/querystring.d.ts","../../node_modules/@types/node/quic.d.ts","../../node_modules/@types/node/readline.d.ts","../../node_modules/@types/node/readline/promises.d.ts","../../node_modules/@types/node/repl.d.ts","../../node_modules/@types/node/sea.d.ts","../../node_modules/@types/node/sqlite.d.ts","../../node_modules/@types/node/stream.d.ts","../../node_modules/@types/node/stream/consumers.d.ts","../../node_modules/@types/node/stream/iter.d.ts","../../node_modules/@types/node/stream/promises.d.ts","../../node_modules/@types/node/stream/web.d.ts","../../node_modules/@types/node/string_decoder.d.ts","../../node_modules/@types/node/test.d.ts","../../node_modules/@types/node/test/reporters.d.ts","../../node_modules/@types/node/timers.d.ts","../../node_modules/@types/node/timers/promises.d.ts","../../node_modules/@types/node/tls.d.ts","../../node_modules/@types/node/trace_events.d.ts","../../node_modules/@types/node/tty.d.ts","../../node_modules/@types/node/url.d.ts","../../node_modules/@types/node/util.d.ts","../../node_modules/@types/node/util/types.d.ts","../../node_modules/@types/node/v8.d.ts","../../node_modules/@types/node/vm.d.ts","../../node_modules/@types/node/wasi.d.ts","../../node_modules/@types/node/worker_threads.d.ts","../../node_modules/@types/node/zlib.d.ts","../../node_modules/@types/node/zlib/iter.d.ts","../../node_modules/@types/node/index.d.ts","../../node_modules/vite/types/hmrPayload.d.ts","../../node_modules/vite/dist/node/chunks/moduleRunnerTransport.d.ts","../../node_modules/vite/types/customEvent.d.ts","../../node_modules/rolldown/dist/shared/logging-BSNejiLS.d.mts","../../node_modules/@oxc-project/types/types.d.ts","../../node_modules/rolldown/dist/shared/binding-D26QphWG.d.mts","../../node_modules/@rolldown/pluginutils/dist/filter/index.d.mts","../../node_modules/@rolldown/pluginutils/dist/index.d.mts","../../node_modules/rolldown/dist/shared/define-config-BhJ90aEv.d.mts","../../node_modules/rolldown/dist/index.d.mts","../../node_modules/rolldown/dist/parse-ast-index.d.mts","../../node_modules/vite/types/internal/rollupTypeCompat.d.ts","../../node_modules/rolldown/dist/shared/constructors-BbWPse2X.d.mts","../../node_modules/rolldown/dist/plugins-index.d.mts","../../node_modules/rolldown/dist/shared/transform-BPrUvqEZ.d.mts","../../node_modules/rolldown/dist/utils-index.d.mts","../../node_modules/vite/types/hot.d.ts","../../node_modules/vite/dist/node/module-runner.d.ts","../../node_modules/esbuild/lib/main.d.ts","../../node_modules/vite/types/internal/esbuildOptions.d.ts","../../node_modules/vite/types/metadata.d.ts","../../node_modules/vite/types/internal/terserOptions.d.ts","../../node_modules/source-map-js/source-map.d.ts","../../node_modules/postcss/lib/previous-map.d.ts","../../node_modules/postcss/lib/input.d.ts","../../node_modules/postcss/lib/css-syntax-error.d.ts","../../node_modules/postcss/lib/declaration.d.ts","../../node_modules/postcss/lib/root.d.ts","../../node_modules/postcss/lib/warning.d.ts","../../node_modules/postcss/lib/lazy-result.d.ts","../../node_modules/postcss/lib/no-work-result.d.ts","../../node_modules/postcss/lib/processor.d.ts","../../node_modules/postcss/lib/result.d.ts","../../node_modules/postcss/lib/document.d.ts","../../node_modules/postcss/lib/rule.d.ts","../../node_modules/postcss/lib/node.d.ts","../../node_modules/postcss/lib/comment.d.ts","../../node_modules/postcss/lib/container.d.ts","../../node_modules/postcss/lib/at-rule.d.ts","../../node_modules/postcss/lib/list.d.ts","../../node_modules/postcss/lib/postcss.d.ts","../../node_modules/postcss/lib/postcss.d.mts","../../node_modules/lightningcss/node/ast.d.ts","../../node_modules/lightningcss/node/targets.d.ts","../../node_modules/lightningcss/node/index.d.ts","../../node_modules/vite/types/internal/lightningcssOptions.d.ts","../../node_modules/vite/types/internal/cssPreprocessorOptions.d.ts","../../node_modules/rolldown/dist/filter-index.d.mts","../../node_modules/vite/types/importGlob.d.ts","../../node_modules/vite/dist/node/index.d.ts","../backend/index.d.ts","../shared/index.d.ts","../compiler/routes.d.ts","../compiler/seo.d.ts","../compiler/config.d.ts","../compiler/generate.d.ts","../compiler/toil-docs.generated.d.ts","../compiler/docs.d.ts","../compiler/index.d.ts","../../node_modules/picocolors/types.d.ts","../../node_modules/picocolors/picocolors.d.ts","../../src/cli/features.ts","../../src/cli/proc.ts","../../src/cli/ui.ts","../../src/cli/configure.ts","../../src/cli/validate.ts","../../src/cli/create.ts","../../src/cli/db.ts","../../src/cli/diagnostics.ts","../../src/cli/doctor.ts","../../src/cli/updates.ts","../../src/cli/update.ts","../../src/cli/version-check.ts","../../src/cli/notify.ts","../../src/cli/index.ts"],"fileIdsList":[[97,162,170,175,178,180,181,182,195],[97,162,170,175,178,180,181,182,195,272,274,276],[97,162,170,175,178,180,181,182,195,279],[97,162,170,175,178,180,181,182,195,275,277],[97,162,170,175,178,180,181,182,195,272,273,275,277,278,280],[97,162,170,175,178,180,181,182,195,275],[97,162,170,175,178,180,181,182,195,200],[94,97,162,170,175,178,180,181,182,195,200],[97,162,170,175,178,180,181,182,195,229],[97,159,160,162,170,175,178,180,181,182,195],[97,161,162,170,175,178,180,181,182,195],[162,170,175,178,180,181,182,195],[97,162,170,175,178,180,181,182,195,204],[97,162,163,168,170,173,175,178,180,181,182,184,195,200,213],[97,162,163,164,170,173,175,178,180,181,182,195],[97,162,165,170,175,178,180,181,182,195,214],[97,162,166,167,170,175,178,180,181,182,186,195],[97,162,167,170,175,178,180,181,182,195,200,210],[97,162,168,170,173,175,178,180,181,182,184,195],[97,161,162,169,170,175,178,180,181,182,195],[97,162,170,171,175,178,180,181,182,195],[97,162,170,172,173,175,178,180,181,182,195],[97,161,162,170,173,175,178,180,181,182,195],[97,162,170,173,175,176,178,180,181,182,195,200,213],[97,162,170,173,175,176,178,180,181,182,195,200,202,204],[97,149,162,170,173,175,177,178,180,181,182,184,195,200,213],[97,162,170,173,175,177,178,180,181,182,184,195,200,210,213],[97,162,170,175,177,178,179,180,181,182,195,200,210,213],[96,97,98,99,100,101,102,103,104,105,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221],[97,162,170,173,175,178,180,181,182,195],[97,162,170,175,178,180,182,195],[97,162,170,175,178,180,181,182,183,195,213],[97,162,170,173,175,178,180,181,182,184,195,200],[97,162,170,175,178,180,181,182,186,195],[97,162,170,175,178,180,181,182,187,195],[97,162,170,173,175,178,180,181,182,190,195],[97,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220],[97,162,170,175,178,180,181,182,192,195],[97,162,170,175,178,180,181,182,193,195],[97,162,167,170,175,178,180,181,182,184,195,204],[97,162,170,173,175,178,180,181,182,195,196],[97,162,170,175,178,180,181,182,195,197,214,217],[97,162,170,173,175,178,180,181,182,195,200,202,203,204],[97,162,170,175,178,180,181,182,195,201,204],[97,162,170,173,175,178,180,181,182,195,200,202],[97,162,170,173,175,178,180,181,182,195,200,203,204],[97,162,170,175,178,180,181,182,195,204,214],[97,162,170,175,178,180,181,182,195,205],[97,159,162,170,175,178,180,181,182,195,200,207,213],[97,162,170,175,178,180,181,182,195,200,206],[97,162,170,173,175,178,180,181,182,195,208,209],[97,162,170,175,178,180,181,182,195,208,209],[97,162,167,170,175,178,180,181,182,184,195,200,210],[97,162,170,175,178,180,181,182,195,211],[97,162,170,175,178,180,181,182,184,195,212],[97,162,170,175,177,178,180,181,182,193,195,213],[97,162,170,175,178,180,181,182,195,214,215],[97,162,167,170,175,178,180,181,182,195,215],[97,162,170,175,178,180,181,182,195,200,216],[97,162,170,175,178,180,181,182,183,195,217],[97,162,170,175,178,180,181,182,195,218],[97,162,165,170,175,178,180,181,182,195],[97,162,167,170,175,178,180,181,182,195],[97,162,170,175,178,180,181,182,195,214],[97,149,162,170,175,178,180,181,182,195],[97,162,170,175,178,180,181,182,195,213],[97,162,170,175,178,180,181,182,195,219],[97,162,170,175,178,180,181,182,190,195],[97,162,170,175,178,180,181,182,195,209],[97,149,162,170,173,175,176,178,180,181,182,190,195,200,204,213,216,217,219],[97,162,170,175,178,180,181,182,195,200,220],[97,162,170,175,178,180,181,182,195,202,221],[97,162,170,175,178,180,181,182,195,265,266],[97,162,170,175,178,180,181,182,195,282],[97,162,170,175,178,180,181,182,195,260],[97,162,170,175,178,180,181,182,195,258,260],[97,162,170,175,178,180,181,182,195,249,257,258,259,261,263],[97,162,170,175,178,180,181,182,195,247],[97,162,170,175,178,180,181,182,195,250,255,260,263],[97,162,170,175,178,180,181,182,195,246,263],[97,162,170,175,178,180,181,182,195,250,251,254,255,256,263],[97,162,170,175,178,180,181,182,195,250,251,252,254,255,263],[97,162,170,175,178,180,181,182,195,247,248,249,250,251,255,256,257,259,260,261,263],[97,162,170,175,178,180,181,182,195,263],[97,162,170,175,178,180,181,182,195,245,247,248,249,250,251,252,254,255,256,257,258,259,260,261,262],[97,162,170,175,178,180,181,182,195,245,263],[97,162,170,175,178,180,181,182,195,250,252,253,255,256,263],[97,162,170,175,178,180,181,182,195,254,263],[97,162,170,175,178,180,181,182,195,255,256,260,263],[97,162,170,175,178,180,181,182,195,248,258],[97,162,170,175,178,180,181,182,195,231],[97,162,170,175,178,180,181,182,195,226,228,231],[97,162,170,175,178,180,181,182,195,227,228],[97,162,170,175,178,180,181,182,195,228,231,235],[97,162,170,175,178,180,181,182,195,227],[97,162,170,175,178,180,181,182,195,228,231],[97,162,170,175,178,180,181,182,195,226,227,228,230],[97,162,170,175,178,180,181,182,195,226,228],[97,162,170,175,178,180,181,182,195,227,228,237],[97,112,115,118,119,162,170,175,178,180,181,182,195,213],[97,115,162,170,175,178,180,181,182,195,200,213],[97,115,119,162,170,175,178,180,181,182,195,213],[97,109,162,170,175,178,180,181,182,195],[97,113,162,170,175,178,180,181,182,195],[97,111,112,115,162,170,175,178,180,181,182,195,213],[97,162,170,175,178,180,181,182,184,195,210],[97,162,170,175,178,180,181,182,195,222],[97,109,162,170,175,178,180,181,182,195,222],[97,111,115,162,170,175,178,180,181,182,184,195,213],[97,106,107,108,110,114,162,170,173,175,178,180,181,182,195,200,213],[97,115,162,170,175,178,180,181,182,195],[97,115,124,133,162,170,175,178,180,181,182,195],[97,107,113,162,170,175,178,180,181,182,195],[97,115,143,144,162,170,175,178,180,181,182,195],[97,107,110,115,162,170,175,178,180,181,182,195,204,213,222],[97,111,115,162,170,175,178,180,181,182,195,213],[97,106,162,170,175,178,180,181,182,195],[97,109,110,111,113,114,115,116,117,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,144,145,146,147,148,162,170,175,178,180,181,182,195],[97,115,136,139,162,170,175,178,180,181,182,195],[97,115,124,126,127,162,170,175,178,180,181,182,195],[97,113,115,126,128,162,170,175,178,180,181,182,195],[97,114,162,170,175,178,180,181,182,195],[97,107,109,115,162,170,175,178,180,181,182,195],[97,115,119,126,128,162,170,175,178,180,181,182,195],[97,119,162,170,175,178,180,181,182,195],[97,113,115,118,162,170,175,178,180,181,182,195,213],[97,107,111,115,124,162,170,175,178,180,181,182,195],[97,115,136,162,170,175,178,180,181,182,195],[97,128,162,170,175,178,180,181,182,195],[97,107,111,115,119,162,170,175,178,180,181,182,195],[97,109,115,143,162,170,175,178,180,181,182,195,204,219,222],[97,162,170,175,178,180,181,182,195,223],[97,162,170,173,175,177,178,179,180,181,182,184,195,200,210,213,220,222,223,224,225,232,233,234,236,238,240,242,243,244,264,268,269,270,271,272],[97,162,170,175,178,180,181,182,195,223,224,225,239],[97,162,170,175,178,180,181,182,195,225],[97,162,170,175,178,180,181,182,195,241],[97,162,170,175,178,180,181,182,195,267],[97,162,170,175,178,180,181,182,195,232,243,272],[97,162,170,175,178,180,181,182,195,232,272],[95,97,162,170,175,176,178,180,181,182,187,195,281,283,284,285,286],[95,97,162,170,175,176,178,180,181,182,187,195,213,281,283,284,285,286,288],[97,162,170,175,178,180,181,182,187,195,286],[97,162,170,175,178,180,181,182,195,284],[97,162,170,175,178,180,181,182,183,187,195,213,281,284,286,291],[97,162,170,175,178,180,181,182,195,281,284,286,287,289,290,292,294,296],[97,162,170,175,178,180,181,182,186,187,195,213,286,294,295],[97,162,163,170,175,178,180,181,182,195],[97,162,170,175,178,180,181,182,187,195,213,283],[95,97,162,170,175,178,180,181,182,187,195,285,286,289,293]],"fileInfos":[{"version":"bcd24271a113971ba9eb71ff8cb01bc6b0f872a85c23fdbe5d93065b375933cd","affectsGlobalScope":true,"impliedFormat":1},{"version":"3f88bedbeb09c6f5a6645cb24c7c55f1aa22d19ae96c8e6959cbd8b85a707bc6","impliedFormat":1},{"version":"7fe93b39b810eadd916be8db880dd7f0f7012a5cc6ffb62de8f62a2117fa6f1f","impliedFormat":1},{"version":"bb0074cc08b84a2374af33d8bf044b80851ccc9e719a5e202eacf40db2c31600","impliedFormat":1},{"version":"1a7daebe4f45fb03d9ec53d60008fbf9ac45a697fdc89e4ce218bc94b94f94d6","impliedFormat":1},{"version":"f94b133a3cb14a288803be545ac2683e0d0ff6661bcd37e31aaaec54fc382aed","impliedFormat":1},{"version":"f59d0650799f8782fd74cf73c19223730c6d1b9198671b1c5b3a38e1188b5953","impliedFormat":1},{"version":"8a15b4607d9a499e2dbeed9ec0d3c0d7372c850b2d5f1fb259e8f6d41d468a84","impliedFormat":1},{"version":"26e0fe14baee4e127f4365d1ae0b276f400562e45e19e35fd2d4c296684715e6","impliedFormat":1},{"version":"1e9332c23e9a907175e0ffc6a49e236f97b48838cc8aec9ce7e4cec21e544b65","impliedFormat":1},{"version":"3753fbc1113dc511214802a2342280a8b284ab9094f6420e7aa171e868679f91","impliedFormat":1},{"version":"999ca32883495a866aa5737fe1babc764a469e4cde6ee6b136a4b9ae68853e4b","impliedFormat":1},{"version":"17f13ecb98cbc39243f2eee1f16d45cd8ec4706b03ee314f1915f1a8b42f6984","impliedFormat":1},{"version":"d6b1eba8496bdd0eed6fc8a685768fe01b2da4a0388b5fe7df558290bffcf32f","affectsGlobalScope":true,"impliedFormat":1},{"version":"7f57fc4404ff020bc45b9c620aff2b40f700b95fe31164024c453a5e3c163c54","impliedFormat":1},{"version":"7f57fc4404ff020bc45b9c620aff2b40f700b95fe31164024c453a5e3c163c54","impliedFormat":1},{"version":"d52ed68e7eb5881768a55713c9b5c7c443e6b46de15c04e348928b8efd20b110","affectsGlobalScope":true,"impliedFormat":1},{"version":"2a2de5b9459b3fc44decd9ce6100b72f1b002ef523126c1d3d8b2a4a63d74d78","affectsGlobalScope":true,"impliedFormat":1},{"version":"7f57fc4404ff020bc45b9c620aff2b40f700b95fe31164024c453a5e3c163c54","impliedFormat":1},{"version":"eadcffda2aa84802c73938e589b9e58248d74c59cb7fcbca6474e3435ac15504","affectsGlobalScope":true,"impliedFormat":1},{"version":"105ba8ff7ba746404fe1a2e189d1d3d2e0eb29a08c18dded791af02f29fb4711","affectsGlobalScope":true,"impliedFormat":1},{"version":"00343ca5b2e3d48fa5df1db6e32ea2a59afab09590274a6cccb1dbae82e60c7c","affectsGlobalScope":true,"impliedFormat":1},{"version":"ebd9f816d4002697cb2864bea1f0b70a103124e18a8cd9645eeccc09bdf80ab4","affectsGlobalScope":true,"impliedFormat":1},{"version":"2c1afac30a01772cd2a9a298a7ce7706b5892e447bb46bdbeef720f7b5da77ad","affectsGlobalScope":true,"impliedFormat":1},{"version":"7b0225f483e4fa685625ebe43dd584bb7973bbd84e66a6ba7bbe175ee1048b4f","affectsGlobalScope":true,"impliedFormat":1},{"version":"c0a4b8ac6ce74679c1da2b3795296f5896e31c38e888469a8e0f99dc3305de60","affectsGlobalScope":true,"impliedFormat":1},{"version":"3084a7b5f569088e0146533a00830e206565de65cae2239509168b11434cd84f","affectsGlobalScope":true,"impliedFormat":1},{"version":"c5079c53f0f141a0698faa903e76cb41cd664e3efb01cc17a5c46ec2eb0bef42","affectsGlobalScope":true,"impliedFormat":1},{"version":"32cafbc484dea6b0ab62cf8473182bbcb23020d70845b406f80b7526f38ae862","affectsGlobalScope":true,"impliedFormat":1},{"version":"fca4cdcb6d6c5ef18a869003d02c9f0fd95df8cfaf6eb431cd3376bc034cad36","affectsGlobalScope":true,"impliedFormat":1},{"version":"b93ec88115de9a9dc1b602291b85baf825c85666bf25985cc5f698073892b467","affectsGlobalScope":true,"impliedFormat":1},{"version":"f5c06dcc3fe849fcb297c247865a161f995cc29de7aa823afdd75aaaddc1419b","affectsGlobalScope":true,"impliedFormat":1},{"version":"b77e16112127a4b169ef0b8c3a4d730edf459c5f25fe52d5e436a6919206c4d7","affectsGlobalScope":true,"impliedFormat":1},{"version":"fbffd9337146eff822c7c00acbb78b01ea7ea23987f6c961eba689349e744f8c","affectsGlobalScope":true,"impliedFormat":1},{"version":"a995c0e49b721312f74fdfb89e4ba29bd9824c770bbb4021d74d2bf560e4c6bd","affectsGlobalScope":true,"impliedFormat":1},{"version":"c7b3542146734342e440a84b213384bfa188835537ddbda50d30766f0593aff9","affectsGlobalScope":true,"impliedFormat":1},{"version":"ce6180fa19b1cccd07ee7f7dbb9a367ac19c0ed160573e4686425060b6df7f57","affectsGlobalScope":true,"impliedFormat":1},{"version":"3f02e2476bccb9dbe21280d6090f0df17d2f66b74711489415a8aa4df73c9675","affectsGlobalScope":true,"impliedFormat":1},{"version":"45e3ab34c1c013c8ab2dc1ba4c80c780744b13b5676800ae2e3be27ae862c40c","affectsGlobalScope":true,"impliedFormat":1},{"version":"805c86f6cca8d7702a62a844856dbaa2a3fd2abef0536e65d48732441dde5b5b","affectsGlobalScope":true,"impliedFormat":1},{"version":"e42e397f1a5a77994f0185fd1466520691456c772d06bf843e5084ceb879a0ad","affectsGlobalScope":true,"impliedFormat":1},{"version":"f4c2b41f90c95b1c532ecc874bd3c111865793b23aebcc1c3cbbabcd5d76ffb0","affectsGlobalScope":true,"impliedFormat":1},{"version":"ab26191cfad5b66afa11b8bf935ef1cd88fabfcb28d30b2dfa6fad877d050332","affectsGlobalScope":true,"impliedFormat":1},{"version":"2088bc26531e38fb05eedac2951480db5309f6be3fa4a08d2221abb0f5b4200d","affectsGlobalScope":true,"impliedFormat":1},{"version":"cb9d366c425fea79716a8fb3af0d78e6b22ebbab3bd64d25063b42dc9f531c1e","affectsGlobalScope":true,"impliedFormat":1},{"version":"500934a8089c26d57ebdb688fc9757389bb6207a3c8f0674d68efa900d2abb34","affectsGlobalScope":true,"impliedFormat":1},{"version":"689da16f46e647cef0d64b0def88910e818a5877ca5379ede156ca3afb780ac3","affectsGlobalScope":true,"impliedFormat":1},{"version":"bc21cc8b6fee4f4c2440d08035b7ea3c06b3511314c8bab6bef7a92de58a2593","affectsGlobalScope":true,"impliedFormat":1},{"version":"7ca53d13d2957003abb47922a71866ba7cb2068f8d154877c596d63c359fed25","affectsGlobalScope":true,"impliedFormat":1},{"version":"54725f8c4df3d900cb4dac84b64689ce29548da0b4e9b7c2de61d41c79293611","affectsGlobalScope":true,"impliedFormat":1},{"version":"e5594bc3076ac29e6c1ebda77939bc4c8833de72f654b6e376862c0473199323","affectsGlobalScope":true,"impliedFormat":1},{"version":"2f3eb332c2d73e729f3364fcc0c2b375e72a121e8157d25a82d67a138c83a95c","affectsGlobalScope":true,"impliedFormat":1},{"version":"6f4427f9642ce8d500970e4e69d1397f64072ab73b97e476b4002a646ac743b1","affectsGlobalScope":true,"impliedFormat":1},{"version":"48915f327cd1dea4d7bd358d9dc7732f58f9e1626a29cc0c05c8c692419d9bb7","affectsGlobalScope":true,"impliedFormat":1},{"version":"b7bf9377723203b5a6a4b920164df22d56a43f593269ba6ae1fdc97774b68855","affectsGlobalScope":true,"impliedFormat":1},{"version":"db9709688f82c9e5f65a119c64d835f906efe5f559d08b11642d56eb85b79357","affectsGlobalScope":true,"impliedFormat":1},{"version":"4b25b8c874acd1a4cf8444c3617e037d444d19080ac9f634b405583fd10ce1f7","affectsGlobalScope":true,"impliedFormat":1},{"version":"37be57d7c90cf1f8112ee2636a068d8fd181289f82b744160ec56a7dc158a9f5","affectsGlobalScope":true,"impliedFormat":1},{"version":"a917a49ac94cd26b754ab84e113369a75d1a47a710661d7cd25e961cc797065f","affectsGlobalScope":true,"impliedFormat":1},{"version":"6d3261badeb7843d157ef3e6f5d1427d0eeb0af0cf9df84a62cfd29fd47ac86e","affectsGlobalScope":true,"impliedFormat":1},{"version":"195daca651dde22f2167ac0d0a05e215308119a3100f5e6268e8317d05a92526","affectsGlobalScope":true,"impliedFormat":1},{"version":"8b11e4285cd2bb164a4dc09248bdec69e9842517db4ca47c1ba913011e44ff2f","affectsGlobalScope":true,"impliedFormat":1},{"version":"0508571a52475e245b02bc50fa1394065a0a3d05277fbf5120c3784b85651799","affectsGlobalScope":true,"impliedFormat":1},{"version":"8f9af488f510c3015af3cc8c267a9e9d96c4dd38a1fdff0e11dc5a544711415b","affectsGlobalScope":true,"impliedFormat":1},{"version":"fc611fea8d30ea72c6bbfb599c9b4d393ce22e2f5bfef2172534781e7d138104","affectsGlobalScope":true,"impliedFormat":1},{"version":"0bd714129fca875f7d4c477a1a392200b0bcd13fb2e80928cd334b63830ea047","affectsGlobalScope":true,"impliedFormat":1},{"version":"e2c9037ae6cd2c52d80ceef0b3c5ffdb488627d71529cf4f63776daf11161c9a","affectsGlobalScope":true,"impliedFormat":1},{"version":"135d5cf4d345f59f1a9caadfafcd858d3d9cc68290db616cc85797224448cccc","affectsGlobalScope":true,"impliedFormat":1},{"version":"bc238c3f81c2984751932b6aab223cd5b830e0ac6cad76389e5e9d2ffc03287d","affectsGlobalScope":true,"impliedFormat":1},{"version":"4a07f9b76d361f572620927e5735b77d6d2101c23cdd94383eb5b706e7b36357","affectsGlobalScope":true,"impliedFormat":1},{"version":"7c4e8dc6ab834cc6baa0227e030606d29e3e8449a9f67cdf5605ea5493c4db29","affectsGlobalScope":true,"impliedFormat":1},{"version":"de7ba0fd02e06cd9a5bd4ab441ed0e122735786e67dde1e849cced1cd8b46b78","affectsGlobalScope":true,"impliedFormat":1},{"version":"6148e4e88d720a06855071c3db02069434142a8332cf9c182cda551adedf3156","affectsGlobalScope":true,"impliedFormat":1},{"version":"d63dba625b108316a40c95a4425f8d4294e0deeccfd6c7e59d819efa19e23409","affectsGlobalScope":true,"impliedFormat":1},{"version":"0568d6befee03dd435bed4fc25c4e46865b24bdcb8c563fdc21f580a2c301904","affectsGlobalScope":true,"impliedFormat":1},{"version":"30d62269b05b584741f19a5369852d5d34895aa2ac4fd948956f886d15f9cc0d","affectsGlobalScope":true,"impliedFormat":1},{"version":"f128dae7c44d8f35ee42e0a437000a57c9f06cc04f8b4fb42eebf44954d53dc8","affectsGlobalScope":true,"impliedFormat":1},{"version":"ffbe6d7b295306b2ba88030f65b74c107d8d99bdcf596ea99c62a02f606108b0","affectsGlobalScope":true,"impliedFormat":1},{"version":"996fb27b15277369c68a4ba46ed138b4e9e839a02fb4ec756f7997629242fd9f","affectsGlobalScope":true,"impliedFormat":1},{"version":"79b712591b270d4778c89706ca2cfc56ddb8c3f895840e477388f1710dc5eda9","affectsGlobalScope":true,"impliedFormat":1},{"version":"20884846cef428b992b9bd032e70a4ef88e349263f63aeddf04dda837a7dba26","affectsGlobalScope":true,"impliedFormat":1},{"version":"5fcab789c73a97cd43828ee3cc94a61264cf24d4c44472ce64ced0e0f148bdb2","affectsGlobalScope":true,"impliedFormat":1},{"version":"db59a81f070c1880ad645b2c0275022baa6a0c4f0acdc58d29d349c6efcf0903","affectsGlobalScope":true,"impliedFormat":1},{"version":"673294292640f5722b700e7d814e17aaf7d93f83a48a2c9b38f33cbc940ad8b0","affectsGlobalScope":true,"impliedFormat":1},{"version":"d786b48f934cbca483b3c6d0a798cb43bbb4ada283e76fb22c28e53ae05b9e69","affectsGlobalScope":true,"impliedFormat":1},{"version":"1ecb8e347cb6b2a8927c09b86263663289418df375f5e68e11a0ae683776978f","affectsGlobalScope":true,"impliedFormat":1},{"version":"142efd4ce210576f777dc34df121777be89eda476942d6d6663b03dcb53be3ff","affectsGlobalScope":true,"impliedFormat":1},{"version":"379bc41580c2d774f82e828c70308f24a005b490c25ba34d679d84bcf05c3d9d","affectsGlobalScope":true,"impliedFormat":1},{"version":"ed484fb2aa8a1a23d0277056ec3336e0a0b52f9b8d6a961f338a642faf43235d","affectsGlobalScope":true,"impliedFormat":1},{"version":"4ffedae1d1c2d53fdbca1c96d3c7dda544281f7d262f99b6880634f8fd8d9820","affectsGlobalScope":true,"impliedFormat":1},{"version":"83a730b125d477dd264df8ba479afab27a3dae7152b005c214ab94dc7ee44fd3","affectsGlobalScope":true,"impliedFormat":1},{"version":"1ce14b81c5cc821994aa8ec1d42b220dd41b27fcc06373bce3958af7421b77d4","affectsGlobalScope":true,"impliedFormat":1},{"version":"b3a048b3e9302ef9a34ef4ebb9aecfb28b66abb3bce577206a79fee559c230da","affectsGlobalScope":true,"impliedFormat":1},{"version":"d91f90ddd3ff1172db5da022cc41a6d4ad448c0c669affcdf78c205337a5bdeb","impliedFormat":99},{"version":"f81e330547ebfb45a86c3fcd447306796e91f8f033352fd24b8bc454577916f8","impliedFormat":99},{"version":"0ccdaa19852d25ecd84eec365c3bfa16e7859cadecf6e9ca6d0dbbbee439743f","affectsGlobalScope":true,"impliedFormat":1},{"version":"cc2110f7decca6bfb9392e30421cfa1436479e4a6756e8fec6cbc22625d4f881","affectsGlobalScope":true,"impliedFormat":1},{"version":"f53a7652392cf26ebbe4e29fd0672aa87c93bd6d0241289c13fab87b9ac35c8a","affectsGlobalScope":true,"impliedFormat":1},{"version":"e5e01375c9e124a83b52ee4b3244ed1a4d214a6cfb54ac73e164a823a4a7860a","affectsGlobalScope":true,"impliedFormat":1},{"version":"f90ae2bbce1505e67f2f6502392e318f5714bae82d2d969185c4a6cecc8af2fc","affectsGlobalScope":true,"impliedFormat":1},{"version":"4b58e207b93a8f1c88bbf2a95ddc686ac83962b13830fe8ad3f404ffc7051fb4","affectsGlobalScope":true,"impliedFormat":1},{"version":"1fefabcb2b06736a66d2904074d56268753654805e829989a46a0161cd8412c5","affectsGlobalScope":true,"impliedFormat":1},{"version":"b00a630557d1622ad312633bdbfbdb9c6b7220d948dca9f899db30679f160074","affectsGlobalScope":true,"impliedFormat":1},{"version":"c18a99f01eb788d849ad032b31cafd49de0b19e083fe775370834c5675d7df8e","affectsGlobalScope":true,"impliedFormat":1},{"version":"5247874c2a23b9a62d178ae84f2db6a1d54e6c9a2e7e057e178cc5eea13757fc","affectsGlobalScope":true,"impliedFormat":1},{"version":"cdcf9ea426ad970f96ac930cd176d5c69c6c24eebd9fc580e1572d6c6a88f62c","impliedFormat":1},{"version":"88809d6c1b9c78d04a133646a6feb926def05a8774c308c7c93bc32ee163d271","impliedFormat":1},{"version":"156a859e21ef3244d13afeeba4e49760a6afa035c149dda52f0c45ea8903b338","impliedFormat":1},{"version":"3ac40516c33b87f751f7507346933081a26cdb8a3e11a6b3aa07d23f803c85db","impliedFormat":1},{"version":"615754924717c0b1e293e083b83503c0a872717ad5aa60ed7f1a699eb1b4ea5c","impliedFormat":1},{"version":"14e9acf826baba0ef4b5665704084896e7bcc06f65a9ab13af7e93d27d6b7069","impliedFormat":1},{"version":"68834d631c8838c715f225509cfc3927913b9cc7a4870460b5b60c8dbdb99baf","impliedFormat":1},{"version":"829bc57ee8f287b490ab5bbc5a962fca57e432c1e38ec680ecd3ecaf12800613","impliedFormat":1},{"version":"eec76bf6b9346f3f95fa402621b889489e96930e72295b0369022f332e9b4a6a","impliedFormat":1},{"version":"3a3ff14da53d5013f3e6d8c4ad55225e3649c08786c4421ce639c00d8d589b7d","impliedFormat":1},{"version":"ea6bc8de8b59f90a7a3960005fd01988f98fd0784e14bc6922dde2e93305ec7d","impliedFormat":1},{"version":"36107995674b29284a115e21a0618c4c2751b32a8766dd4cb3ba740308b16d59","impliedFormat":1},{"version":"914a0ae30d96d71915fc519ccb4efbf2b62c0ddfb3a3fc6129151076bc01dc60","impliedFormat":1},{"version":"38004e6801340cb890afb8cb5a9fc8972297e7f88ab94026e4b0b3c61fb32f8a","impliedFormat":1},{"version":"d243db6b25788f439e7e2f03c05688e92f46764351673bb0e7b2f3631232e186","impliedFormat":1},{"version":"4d327f7d72ad0918275cea3eee49a6a8dc8114ae1d5b7f3f5d0774de75f7439a","impliedFormat":1},{"version":"149f9a9e7f04e67afa0e2a49fc0ff421035c01d6b793cfcae7d2e9f6819431e2","impliedFormat":1},{"version":"e8a9dfa4c75ef6d25df8b40eaa9c31e0a69452aaf2ced4a3f4215dbdbaa876f4","impliedFormat":1},{"version":"a70af845a2eb9dd6e2723e319e14ea7fb28b129ec1361c21509b49305448c323","impliedFormat":1},{"version":"b53dc572d4f187904207ae1166652de47aab8eeb00c254d009cb226863076b56","impliedFormat":1},{"version":"0a60a292b89ca7218b8616f78e5bbd1c96b87e048849469cccb4355e98af959a","impliedFormat":1},{"version":"0b6e25234b4eec6ed96ab138d96eb70b135690d7dd01f3dd8a8ab291c35a683a","impliedFormat":1},{"version":"9666f2f84b985b62400d2e5ab0adae9ff44de9b2a34803c2c5bd3c8325b17dc0","impliedFormat":1},{"version":"40cd35c95e9cf22cfa5bd84e96408b6fcbca55295f4ff822390abb11afbc3dca","impliedFormat":1},{"version":"b1616b8959bf557feb16369c6124a97a0e74ed6f49d1df73bb4b9ddf68acf3f3","impliedFormat":1},{"version":"f501234c5aeeeb5d7659412335227466aaacf30b952372d60afeb21c02c96348","impliedFormat":1},{"version":"40b463c6766ca1b689bfcc46d26b5e295954f32ad43e37ee6953c0a677e4ae2b","impliedFormat":1},{"version":"9ac977503f15bf13ca7c82ad9a32a782f42d43e474824e8b3bffe228fd5f2639","impliedFormat":1},{"version":"8b91ff5bb912be3ea213cbcf0075aace1f5d4ff249a0d227ed673868cb7bfabc","impliedFormat":1},{"version":"80aae6afc67faa5ac0b32b5b8bc8cc9f7fa299cff15cf09cc2e11fd28c6ae29e","impliedFormat":1},{"version":"f473cd2288991ff3221165dcf73cd5d24da30391f87e85b3dd4d0450c787a391","impliedFormat":1},{"version":"499e5b055a5aba1e1998f7311a6c441a369831c70905cc565ceac93c28083d53","impliedFormat":1},{"version":"8aee8b6d4f9f62cf3776cda1305fb18763e2aade7e13cea5bbe699112df85214","impliedFormat":1},{"version":"98498b101803bb3dde9f76a56e65c14b75db1cc8bec5f4db72be541570f74fc5","impliedFormat":1},{"version":"7cb4f431a4591b0e23002bed805dc871a874dfed6b9a3994dce68a6df73e6739","impliedFormat":1},{"version":"5d0375ca7310efb77e3ef18d068d53784faf62705e0ad04569597ae0e755c401","impliedFormat":1},{"version":"59af37caec41ecf7b2e76059c9672a49e682c1a2aa6f9d7dc78878f53aa284d6","impliedFormat":1},{"version":"addf417b9eb3f938fddf8d81e96393a165e4be0d4a8b6402292f9c634b1cb00d","impliedFormat":1},{"version":"436d7b4543b340b0f3eef4310d524242e41369b9652aa9c70428767c4dcac455","impliedFormat":1},{"version":"adf27937dba6af9f08a68c5b1d3fce0ca7d4b960c57e6d6c844e7d1a8e53adae","impliedFormat":1},{"version":"12950411eeab8563b349cb7959543d92d8d02c289ed893d78499a19becb5a8cc","impliedFormat":1},{"version":"2e85db9e6fd73cfa3d7f28e0ab6b55417ea18931423bd47b409a96e4a169e8e6","impliedFormat":1},{"version":"c46e079fe54c76f95c67fb89081b3e399da2c7d109e7dca8e4b58d83e332e605","impliedFormat":1},{"version":"e99963ae1e3a48ca7a7958c02f3e88bb963eb7978c28b68ae6b8c9f03309d83c","impliedFormat":1},{"version":"c3f5289820990ab66b70c7fb5b63cb674001009ff84b13de40619619a9c8175f","affectsGlobalScope":true,"impliedFormat":1},{"version":"b3275d55fac10b799c9546804126239baf020d220136163f763b55a74e50e750","affectsGlobalScope":true,"impliedFormat":1},{"version":"fa68a0a3b7cb32c00e39ee3cd31f8f15b80cac97dce51b6ee7fc14a1e8deb30b","affectsGlobalScope":true,"impliedFormat":1},{"version":"1cf059eaf468efcc649f8cf6075d3cb98e9a35a0fe9c44419ec3d2f5428d7123","affectsGlobalScope":true,"impliedFormat":1},{"version":"6c36e755bced82df7fb6ce8169265d0a7bb046ab4e2cb6d0da0cb72b22033e89","affectsGlobalScope":true,"impliedFormat":1},{"version":"e7721c4f69f93c91360c26a0a84ee885997d748237ef78ef665b153e622b36c1","affectsGlobalScope":true,"impliedFormat":1},{"version":"7a93de4ff8a63bafe62ba86b89af1df0ccb5e40bb85b0c67d6bbcfdcf96bf3d4","affectsGlobalScope":true,"impliedFormat":1},{"version":"90e85f9bc549dfe2b5749b45fe734144e96cd5d04b38eae244028794e142a77e","affectsGlobalScope":true,"impliedFormat":1},{"version":"e0a5deeb610b2a50a6350bd23df6490036a1773a8a71d70f2f9549ab009e67ee","affectsGlobalScope":true,"impliedFormat":1},{"version":"594ae90cacd813fa392ff80d2e0a8eff4e41f4a136329a940e321399dd8895b4","impliedFormat":1},{"version":"d1f333ade8ff35a409b4984e1f11956fe11c61855b0c7e9b59f0313e48b40c4a","impliedFormat":1},{"version":"0224aa4b3464895d69c413a640a19ac2166778a74eb5eb3b36b021c72d42b274","impliedFormat":1},{"version":"2e6fca0024dd8a076a886d9ec031a936ea59ad878a25b944820495d92f8381dd","affectsGlobalScope":true,"impliedFormat":1},{"version":"177459cba484e2f1e08872a3d2fdbca3162d9d43ca5ec9dc0c946835b55f74be","impliedFormat":1},{"version":"2fbf504c4791f9d32cd766cfe6b605bcda63289b925401953a7900db9af85348","impliedFormat":1},{"version":"ed0fb633cae35948d9e144004299a4bdf1ab912667c787b7fbffcd6d8c7b92a2","impliedFormat":1},{"version":"1678b04557dca52feab73cc67610918a7f5e25bfdba3e7fa081acd625d93106d","impliedFormat":1},{"version":"0e312260895afc9de021ce9de3c8a857392f0ccc7f19d3a030e4d6136a4ac91e","impliedFormat":1},{"version":"2ea729503db9793f2691162fec3dd1118cab62e96d025f8eeb376d43ec293395","impliedFormat":1},{"version":"98fc7231d6c846a8ed19bdef026ddffe5e2182cc818be74899287421ad370a87","impliedFormat":1},{"version":"3a40b5d34e014017539acb92f04cf2bc0aa71e49efb33c66039df93be97842a1","impliedFormat":1},{"version":"2bc7aa4fba46df0bd495425a7c8201437a7d465f83854fac859df2d67f664df3","impliedFormat":1},{"version":"41d17e1ad9a002feb11c8cdd2777e5bbc0cdb1e3f595d237e4dded0b6949983b","impliedFormat":1},{"version":"8c7e618c2a91ea7f6b5cca272a295864e92c16413be8fc56a943e8c7d5320011","affectsGlobalScope":true,"impliedFormat":1},{"version":"79a85c64bf083c5f4dd7074e804d1000c0c47301b84d48417a224decd681be30","impliedFormat":1},{"version":"9f1e3a76d5f509b5579e567de522b402cb79e201c4f47dcd014451c0580b290d","impliedFormat":1},{"version":"4f1fd541f720030367b5d7ebfea7ae5f9edc8481422993b9a363f459c5412437","impliedFormat":1},{"version":"70f3f8b2dcaf7388f26731a59c79437813e3620b594903525a303cb2a7901016","impliedFormat":1},{"version":"62e8f884c3bc6dff6189b6e662ebe8b238a645938f2df7a97b8a82fca56773a4","impliedFormat":1},{"version":"2c2bdaa1d8ead9f68628d6d9d250e46ee8e81aa4898b4769a36956ae15e060fe","impliedFormat":1},{"version":"57a0d1b3d59063d4af2d3f8aac27cfe3c20a0f5d1faf0f8598ccf0b779637939","impliedFormat":1},{"version":"5ff4433a2deae4f85ab1377e90a7554ce6b47ae51c69a84ca30a6e22fae85834","impliedFormat":1},{"version":"82b91e4e42e6c41bc7fc1b6c2dc5eba6a2ba98375eb1f210e6ff6bba2d54177e","impliedFormat":1},{"version":"97234c5303866576f913d0ccae7d58d6322d9e803c7bf1228a3fda46ab8087b2","affectsGlobalScope":true,"impliedFormat":1},{"version":"93ecf87143cac7b9d05cffc1d6bdc075b7e4fdd48ff05f1fad85043f6ae678d3","impliedFormat":1},{"version":"8e9c23ba78aabc2e0a27033f18737a6df754067731e69dc5f52823957d60a4b6","impliedFormat":1},{"version":"6f200afcb82b3e9a54bed6db23f2edf2508cd266801257312c0f124b47f2bdb9","impliedFormat":1},{"version":"ec501101c2a96133a6c695f934c8f6642149cc728571b29cbb7b770984c1088e","impliedFormat":1},{"version":"b214ebcf76c51b115453f69729ee8aa7b7f8eccdae2a922b568a45c2d7ff52f7","impliedFormat":1},{"version":"429c9cdfa7d126255779efd7e6d9057ced2d69c81859bbab32073bad52e9ba76","impliedFormat":1},{"version":"39338f84e8c4d0e3de7b3c4a7024fb3925f42100eed5cbe73be58902799dff4d","impliedFormat":1},{"version":"fbf83eb33bf5e329527add92acc65da59323876c702ddccf5f4bf1e848c92369","affectsGlobalScope":true,"impliedFormat":1},{"version":"230763250f20449fa7b3c9273e1967adb0023dc890d4be1553faca658ee65971","impliedFormat":1},{"version":"c3e9078b60cb329d1221f5878e88cecfa3e74460550e605a58fcfb41a66029ff","impliedFormat":1},{"version":"515318bc6e656f75e9e34db625316bfafbafd800dfb1642574af93735a24ad38","impliedFormat":1},{"version":"441b9bb09013654aa3d050e68b06464d8959b473e85868249d9d18f692acd35b","impliedFormat":1},{"version":"bc18a1991ba681f03e13285fa1d7b99b03b67ee671b7bc936254467177543890","impliedFormat":1},{"version":"55246f15e33ff1e2e9e679b25fa9790a48db55dc63d567fe25fac8b6a0efe911","impliedFormat":1},{"version":"fa94bbf532b7af8f394b95fa310980d6e20bd2d4c871c6a6cb9f70f03750a44b","impliedFormat":1},{"version":"03b7804d69cecd66850abada858ed6d4a59001f8c228a9fe212306ee860a4ff6","impliedFormat":1},{"version":"5b26c4dd672d88336bb929787c9bfb55119e80ba89ec6dc923da1c063892843e","affectsGlobalScope":true,"impliedFormat":1},{"version":"7fa2214bb0d64701bc6f9ce8cde2fd2ff8c571e0b23065fa04a8a5a6beb91511","impliedFormat":1},{"version":"987fd1f85dc36f4b2c927aa3db814ac6b452e970f4f55d24ed4ecbb7df09be00","impliedFormat":1},{"version":"f12624a4a8d042b68914eac1b0a16571fc1c523173fcdf2517c65d191bd5a86c","impliedFormat":1},{"version":"b4769767f13a1692a66186e01c3aa186ff808d5ff72ed36eda8c37738fb2ac92","impliedFormat":1},{"version":"841983e39bd4cbb463be385e92fda11057cab368bf27100a801c492f1d86cbaa","impliedFormat":1},{"version":"683edfc4f2b411ebe04729cb6dc09ddd26fbac2c57771a6d7c55964af776e176","impliedFormat":1},{"version":"1ec3f3a5f04cc42df33274fbe5c0937d9a9e06f249a7a26288d7d54f0763ffd4","impliedFormat":1},{"version":"e4156ddb25aa0e3b5303d372f26957b36778f0f6bbd4326359269873295e3058","affectsGlobalScope":true,"impliedFormat":1},{"version":"cc1b433a84cae05ddc5672d4823170af78606ad21ecef60dbc4570190cbf1357","impliedFormat":1},{"version":"e47f532d6e1617833f13a5b0710c0089d402c89c2f2b54f324e5a20e418d287a","impliedFormat":1},{"version":"7f78cfb2b343838612c192cb251746e3a7c62ac7675726a47e130d9b213f6580","impliedFormat":1},{"version":"201db9cf1687fab1adf5282fcba861f382b32303dc4f67c89d59655e78a25461","impliedFormat":1},{"version":"8e2577e7262051fd3c5bd6ca2b2056d358ff8853565720f92455860824c25188","impliedFormat":1},{"version":"7ec8d7d483f7394f9da611b10d3a0e402f76ff5c991261e6ce43a15f81ca4258","impliedFormat":1},{"version":"bb9dbb4b2ad81e3e71ec5ba4314973718555b9d04ba2a17dfbf875efecb8e2c0","impliedFormat":1},{"version":"82c3cc48c692438e41b94d936b8acd75ca97b18c50fa1af8a0715eb9d07d18cd","impliedFormat":1},{"version":"045a210189ec63c5488410b33f9fca53d77d051599d0d6506d8048551399c5f3","impliedFormat":1},{"version":"99ab6d0d660ce4d21efb52288a39fd35bb3f556980ec5463b1ae8f304a3bbc85","impliedFormat":1},{"version":"632c45ccb4cdc2c3a80c7a36a63dd7763016e59cac5e07bfb3e37e3548957028","impliedFormat":1},{"version":"c9a2daf6cd1eb854cd5b9e424247c5e306692055738c2effd35f7871d942b76e","impliedFormat":1},{"version":"afa1c49f8e559e413d57343339db857d2a8159435cf9cf7d4deb41718fff1b88","impliedFormat":1},{"version":"e50a7130339a951e6da9e968ed5521b0997a5b0479e148914087213839b5474c","impliedFormat":1},{"version":"3b89216a7e38a454985ad17bb2ff85792837dc812f2a89fa5f60ad0a2e216fa7","impliedFormat":99},{"version":"16fe60bb544cfedfd2b5bb2f7d0b3957be7978706d57d9f06edc9c0c8dbdba23","impliedFormat":99},{"version":"de4a612aa8f1704af486f701e21993c786ba7d8cfed55fffa6684026aea2346e","impliedFormat":99},{"version":"c73fdf42528325dd17940937ed787b15ae3445c6a2dae1a2b74bc4d87d337ca2","impliedFormat":99},{"version":"15e9e3f7bb8efb4739fa40fd8d73b00d14225041d14d27d800d07db0bb72f89a","impliedFormat":99},{"version":"de1278d2ba6e69ccc793cedef5b8b6ed33517cf7e7d10e2d2a581b755bfa10d1","impliedFormat":99},{"version":"638a22f8e16b31c37297483fa38cfc760ed309b16d4c606a7b4532f4394c9c0c","impliedFormat":99},{"version":"9394183f4c37b8591156f32e41223c9e0dd211eefe7499155d4cdf15268eaea8","impliedFormat":99},{"version":"e8f408ce5f04081e73ddd7227c9bdb566e16a0c53aae477bbb172d4ddfd371ef","impliedFormat":99},{"version":"8556e634b65e714ba0d1a97372805e9f7c1b126cc581eacd55b87f0324c94858","impliedFormat":99},{"version":"e81c3612ed525cfc947f709cb58f04efa4a4fd54f61560d7768dc9eb775329f3","impliedFormat":99},{"version":"7d3e062a778b8f5ea4f0cac7e925e31f88e6739812ebc5f827474324a4048f14","impliedFormat":99},{"version":"cd9989ff376f0d3c437c45bad7c8d864bccf62fe9c7bdb2b4b449dd3ccdfbdbe","impliedFormat":99},{"version":"5c4e256fa2d4989e29dd2423e58e3470138f01a307001163c2db4ad957118720","impliedFormat":99},{"version":"fd6d2fe633ce3472817bac717ccab3ffb8a0e69162bfc65a6952858896466c62","impliedFormat":99},{"version":"a4da5ced5b946d9ba8fae0e577d959368ed8f8917862a5fb3af3f5ba568ed7b9","impliedFormat":99},{"version":"4e003c868b0d8f8ad200b96cbc653e18e513fa23e1c19c4fe3cc25d4394efc47","impliedFormat":99},{"version":"8887e70871f697fa42ad7cdf32168db60ec2d6760c173c97973e35377fe5d83b","impliedFormat":99},{"version":"161c8e0690c46021506e32fda85956d785b70f309ae97011fd27374c065cac9b","affectsGlobalScope":true,"impliedFormat":1},{"version":"e0864480ea083087d705f9405bd6bf59b795e8474c3447f0d6413b2bce535a09","impliedFormat":99},{"version":"e67cbea16f1994af89efd700542dbf3828a46a52b29e4d67e801bd7869dc103c","impliedFormat":99},{"version":"f582b0fcbf1eea9b318ab92fb89ea9ab2ebb84f9b60af89328a91155e1afce72","impliedFormat":99},{"version":"402e5c534fb2b85fa771170595db3ac0dd532112c8fa44fc23f233bc6967488b","impliedFormat":1},{"version":"52dcc257df5119fb66d864625112ce5033ac51a4c2afe376a0b299d2f7f76e4a","impliedFormat":1},{"version":"e5bab5f871ef708d52d47b3e5d0aa72a08ee7a152f33931d9a60809711a2a9a3","impliedFormat":1},{"version":"e16dc2a81595736024a206c7d5c8a39bfe2e6039208ef29981d0d95434ba8fcf","impliedFormat":1},{"version":"cc4a4903fb698ca1d961d4c10dce658aa3a479faf40509d526f122b044eaf6a4","impliedFormat":1},{"version":"19ee8416e6473ed6c7adb868fa796b5653cf0fa2a337658e677eaa0d134388c3","impliedFormat":1},{"version":"1328ab4e442614b28cdb3d4b414cf68325c0da0dca07287a338d0654b7a00261","impliedFormat":1},{"version":"a039dc21f045919f3cbee2ec13812cc6cc3eebc99dae4be00973230f468d19a6","impliedFormat":1},{"version":"3fbe57af01460e49dcd29df55d6931e1672bc6f1be0fb073d11410bc16f9037d","impliedFormat":1},{"version":"f760be449e8562ec5c09bb5187e8e1eabf3c113c0c58cddda53ef8c69f3e2131","impliedFormat":1},{"version":"44325ed13294fce6ab825b82947bbeed2611db7dad9d9135260192f375e5a189","impliedFormat":1},{"version":"e392e8fb5b514eafc585601c1d781485aa6dd6a320e75daf1064a4c6918a1b45","impliedFormat":1},{"version":"46e4a36e8ddbdfb4e7330e11c81c970dc8b218611df9183d39c41c5f8c653b55","impliedFormat":1},{"version":"370bde134aa8c2abc926d0e99d3a4d5d5dba65c6ee65459137e4f02670cbf841","impliedFormat":1},{"version":"6332f565867cf4a740a70e30f31cefba37ef7cebcf74f22eab8d744fde6d193e","impliedFormat":1},{"version":"2977b7884aedc895a1d0c9c210c7cf3272c29d6959a08a6fa3ff71e0aff08175","impliedFormat":1},{"version":"17f2922d41ddd032830a91371c948cd9ce903b35c95adca72271a54584f19b0b","impliedFormat":1},{"version":"3eed76ede2a1a14d7c9bb0a642041282dcc264811139d3dd275c9fe14efc9840","impliedFormat":1},{"version":"e3cf0611709328b449ec13f8c436712d62003620ce480139fae46ce001c2ee9f","impliedFormat":1},{"version":"8d369483f0c2b9ee388129cfdb6a43bc8112b377e86a41884bd06e19ce04f4c1","impliedFormat":99},{"version":"3fd8a5aefd8c3feb3936ca66f5aa89dff7bf6e6537b4158dbd0f6e0d65ed3b9e","impliedFormat":1},{"version":"a18642ddf216f162052a16cba0944892c4c4c977d3306a87cb673d46abbb0cbf","impliedFormat":1},{"version":"41c41c6e90133bb2a14f7561f29944771886e5535945b2b372e2f6ed6987746e","impliedFormat":1},{"version":"4ec16d7a4e366c06a4573d299e15fe6207fc080f41beac5da06f4af33ea9761e","impliedFormat":99},{"version":"960bd764c62ac43edc24eaa2af958a4b4f1fa5d27df5237e176d0143b36a39c6","affectsGlobalScope":true,"impliedFormat":99},{"version":"007233cfd3f3caed429a33b791beb79652b821f6f02d38e6463e711071ff23b0","impliedFormat":99},{"version":"e50d04d261120f8f9d07e85698735d5b88f3a66bc395c08ce26c3d817d141a73","affectsGlobalScope":true,"impliedFormat":99},{"version":"775c04c36f13c8006a98b7448932620996ff1ee43fec52c65253e5ac4e0a9228","impliedFormat":99},"17e3af800a58dd7cc1bb2af42de592ef711b8f6c613299711ea81c3b63108130","7427c56ad284f0a61481dac8b11e66b3282aac3674ed9c7bcd91760566157867","eb02c7c8867cdcf7f7040046e8b57aef92bd814776a267f8bd05fba9f3b4c8f2","754e233ac817b8be08782babd95b9a949636d321e33e6f5f551c3dc2eb299c60","0690b86569357b2583c089f3570414df97d89dc03361f49197073b0b2b5ab468","ac7d0433fdbc4e27cd49935dfdc56ba3ee3fd9fd7670f5a3fbe99fe279e24551","1510b4d6f80895779e0eff6832519f012229fbd0bd0bd774378d7adc0dad9b0d","dc2d00cdd97f9e637e2a04b1c1e53fdf41a183b30f420d85737d0bd9e0cb05f3","94781d8f9b2836e44c499950d715168679b828cf8e85d153e98e8de1db9768c5",{"version":"590595c1230ebb7c43ebac51b2b2da956a719b213355b4358e2a6b16a8b5936c","impliedFormat":1},{"version":"8c5f0739f00f89f89b03a1fe6658c6d78000d7ebd7f556f0f8d6908fa679de35","impliedFormat":1},"9d5989da93469d87f16368574d2d417bda303fee826b70e7460a894078d97d9f","479382c10245a9030d5320127a27cf5e5d1075c4f42e8938a9905a7cbe60a4aa","b1c77dc6673a238c69120ed5f13e1aeb3683ae1c7bef467cbd8a21c1a53288c8","c40b3b35e1629379a0f765fdf84722625b95986e1bebf13912032315d5913efd","83fc970edcf7ada1134de5e9297934f77dec9218f857b77dc2374a3afff4063d","5301ccc4320abfd5de9fdf801a4b01013dea4e12023621026a19a9ef6293df61","70a1ff2a882c1037e48e1dbf9d613fa57acc09c7513811a2b846cd9b4c698cde","6d12f6a2ccc1bb21f035ac85a94818fe68b8d3f99888ba5c437d10ef715ed000","f6fffda06d8bf6e1a6422fe7014a9b7d4699f75e15179f23c2bb45a5af742352","1abe80adaa75da18f68088d63d52b537e58ba422417457b0b2dc5e62992eecff","624bb068b9af642c7e0bc0371f34d238dfeea6319cfa7924eef589094dc3e18c","705721f611c64ee2f88f2a6684c8b8bc0f48a69f770f7099fdbfe4f2d0984d44","592926963c0831160dc5706f81465121b1895b2f82864f24bf9a1508692ddebf","2d7c3185907ffbdd0bb730bd7bdfac8edfcc6975e9ff437c3dc90a1da4208dc6"],"root":[[284,297]],"options":{"allowJs":true,"allowSyntheticDefaultImports":true,"alwaysStrict":true,"declaration":true,"esModuleInterop":true,"experimentalDecorators":true,"module":99,"noImplicitAny":true,"outDir":"./","preserveConstEnums":true,"removeComments":true,"rootDir":"../../src/cli","skipLibCheck":true,"sourceMap":false,"strict":true,"strictBindCallApply":true,"strictFunctionTypes":true,"strictNullChecks":true,"strictPropertyInitialization":true,"target":99,"tsBuildInfoFile":"./.tsbuildinfo"},"referencedMap":[[273,1],[277,2],[280,3],[278,4],[281,5],[275,1],[276,6],[279,1],[274,1],[94,7],[95,8],[227,1],[229,1],[230,9],[159,10],[160,10],[161,11],[97,12],[162,13],[163,14],[164,15],[165,16],[166,17],[167,18],[168,19],[169,20],[170,21],[171,21],[172,22],[173,23],[174,1],[175,24],[176,25],[98,1],[96,1],[177,26],[178,27],[179,28],[222,29],[180,30],[181,31],[182,30],[183,32],[184,33],[186,34],[187,35],[188,35],[189,35],[190,36],[191,37],[192,38],[193,39],[194,40],[195,41],[196,41],[197,42],[198,1],[199,1],[200,43],[201,44],[202,45],[203,46],[204,47],[205,48],[206,49],[207,50],[208,51],[209,52],[210,53],[211,54],[212,55],[213,56],[214,57],[215,58],[216,59],[217,60],[218,61],[99,30],[100,1],[101,62],[102,63],[103,1],[104,64],[105,1],[150,65],[151,66],[152,67],[153,67],[154,68],[155,1],[156,13],[157,69],[158,66],[219,70],[220,71],[221,72],[185,1],[241,1],[265,1],[267,73],[266,1],[283,74],[282,1],[261,75],[259,76],[260,77],[248,78],[249,76],[256,79],[247,80],[252,81],[262,1],[253,82],[258,83],[264,84],[263,85],[246,86],[254,87],[255,88],[250,89],[257,75],[251,90],[270,91],[232,92],[233,93],[236,94],[228,95],[235,96],[231,97],[226,1],[237,98],[238,99],[245,1],[92,1],[93,1],[16,1],[14,1],[15,1],[21,1],[20,1],[2,1],[22,1],[23,1],[24,1],[25,1],[26,1],[27,1],[28,1],[29,1],[3,1],[30,1],[31,1],[4,1],[32,1],[36,1],[33,1],[34,1],[35,1],[37,1],[38,1],[39,1],[5,1],[40,1],[41,1],[42,1],[43,1],[6,1],[47,1],[44,1],[45,1],[46,1],[48,1],[7,1],[49,1],[54,1],[55,1],[50,1],[51,1],[52,1],[53,1],[8,1],[59,1],[56,1],[57,1],[58,1],[60,1],[9,1],[61,1],[62,1],[63,1],[65,1],[64,1],[66,1],[67,1],[10,1],[68,1],[69,1],[70,1],[11,1],[71,1],[72,1],[73,1],[74,1],[75,1],[76,1],[12,1],[77,1],[78,1],[79,1],[80,1],[81,1],[1,1],[82,1],[83,1],[13,1],[84,1],[85,1],[86,1],[87,1],[88,1],[89,1],[90,1],[91,1],[19,1],[17,1],[18,1],[124,100],[138,101],[121,102],[139,7],[148,103],[112,104],[113,105],[111,106],[147,107],[142,108],[146,109],[115,110],[125,111],[135,112],[114,113],[145,114],[109,115],[110,108],[116,111],[117,1],[123,116],[120,111],[107,117],[149,118],[140,119],[128,120],[127,111],[129,121],[132,122],[126,123],[130,124],[143,107],[118,125],[119,126],[133,127],[108,7],[137,128],[136,111],[122,126],[131,129],[134,130],[141,1],[106,1],[144,131],[224,132],[272,133],[240,134],[225,132],[223,1],[239,135],[271,1],[269,1],[242,136],[268,137],[234,138],[244,1],[243,139],[287,140],[289,141],[290,142],[291,143],[292,144],[284,1],[297,145],[296,146],[285,147],[286,148],[294,149],[293,1],[288,35],[295,1]],"affectedFilesPendingEmit":[[287,17],[289,17],[290,17],[291,17],[292,17],[284,17],[297,17],[296,17],[285,17],[286,17],[294,17],[293,17],[288,17],[295,17]],"version":"6.0.3"}
|
package/build/cli/index.js
CHANGED
|
@@ -1497,8 +1497,8 @@ var PKG_VERSION = {
|
|
|
1497
1497
|
sass: "^1.83.0",
|
|
1498
1498
|
less: "^4.2.1",
|
|
1499
1499
|
stylus: "^0.64.0",
|
|
1500
|
-
tailwindcss: "^4.
|
|
1501
|
-
"@tailwindcss/vite": "^4.
|
|
1500
|
+
tailwindcss: "^4.3.0",
|
|
1501
|
+
"@tailwindcss/vite": "^4.3.0"
|
|
1502
1502
|
};
|
|
1503
1503
|
var TAILWIND_ENTRY = "styles/tailwind.css";
|
|
1504
1504
|
var TAILWIND_CSS = `@import 'tailwindcss';
|
|
@@ -2191,6 +2191,9 @@ export default defineConfig({
|
|
|
2191
2191
|
if (template === "minimal") {
|
|
2192
2192
|
Object.assign(files, minimalClient(name, features));
|
|
2193
2193
|
Object.assign(files, minimalServer());
|
|
2194
|
+
} else if (template === "agent") {
|
|
2195
|
+
Object.assign(files, agentClient(name, features));
|
|
2196
|
+
Object.assign(files, agentServer());
|
|
2194
2197
|
}
|
|
2195
2198
|
Object.assign(files, aiHelperFiles(aiTools));
|
|
2196
2199
|
for (const [docName, content] of Object.entries(TOIL_DOCS)) {
|
|
@@ -2234,15 +2237,26 @@ declare namespace TwoFactor { const DEFAULT_TTL_SECS: u64; const DEFAULT_DIGITS:
|
|
|
2234
2237
|
declare namespace AuthService { const SESSION_COOKIE: string; const USER_COOKIE: string; const LOGIN_CONTEXT: string; const PUBLIC_KEY_LEN: i32; const SIGNATURE_LEN: i32; const DEFAULT_SESSION_TTL_SECS: u64; function setSecret(secret: Uint8Array): void; function hasSession(): bool; function getSessionBytes(): Uint8Array | null; function getUser(): __ToilAuthUser | null; function mintSession(userData: Uint8Array, ttlSecs?: u64): Cookie; function clearSession(): Cookie; function userCookie(userData: Uint8Array, ttlSecs?: u64): Cookie; function clearUserCookie(): Cookie; function buildLoginMessage(sub: string, aud: string, cid: Uint8Array, nonce: Uint8Array, iat: u64, exp: u64): Uint8Array; function verifyLogin(publicKey: Uint8Array, message: Uint8Array, signature: Uint8Array): bool; }
|
|
2235
2238
|
interface __ToilAuthUser {}
|
|
2236
2239
|
`;
|
|
2240
|
+
var SERVER_README = "# server/\n\nYour ToilScript backend, compiled to a single WebAssembly module. One folder per concern:\n\n| Folder | What lives here |\n| --- | --- |\n| `main.ts` | The entry point: wires the handler and imports the surface modules. |\n| `core/` | The request handler and shared app logic (state, helpers). |\n| `models/` | `@data` classes, the typed wire model shared by HTTP and RPC. One type per file. |\n| `migrations/` | ToilDB schema migrations: a `<Type>.migration.ts` per evolving `@data` value type, holding the old shapes + the `@migrate` transform. |\n| `routes/` | `@rest` controllers (HTTP). One controller per file, named after its class. |\n| `services/` | `@service` classes and free `@remote` functions (typed RPC). |\n| `scheduled/` | Reserved for scheduled tasks (not shipped yet). |\n\nNew decorated files are picked up automatically by `toiljs build`/`dev`; also add an import\nin `main.ts` so a direct `toilscript` run builds the same server.\n";
|
|
2237
2241
|
function minimalServer() {
|
|
2238
2242
|
return {
|
|
2239
2243
|
"server/toil-server-env.d.ts": TOIL_SERVER_ENV_DTS,
|
|
2240
2244
|
"server/core/AppHandler.ts": "import { ToilHandler, Request, Response, Method } from 'toiljs/server/runtime';\n\n/** Every request enters here. Add `@rest` controllers under routes/ as you grow. */\nexport class AppHandler extends ToilHandler {\n public handle(req: Request): Response {\n if (req.method != Method.GET && req.method != Method.HEAD) {\n return Response.empty(405).setHeader('allow', 'GET, HEAD');\n }\n if (req.path == '/api/hello') {\n return Response.text('hello from toiljs\\n');\n }\n if (req.path == '/api/hash') {\n // `crypto` is a global (no import), synchronous Web Crypto.\n return Response.text(crypto.toHex(crypto.sha256Text(req.path)) + '\\n');\n }\n // Yield page routes and assets to the client: under `toiljs dev`\n // this falls through to Vite so the app renders at /.\n return Response.unhandled();\n }\n}\n",
|
|
2241
2245
|
"server/main.ts": "import { Server } from 'toiljs/server/runtime';\nimport { revertOnError } from 'toiljs/server/runtime/abort/abort';\n\nimport { AppHandler } from './core/AppHandler';\n\n// As you add surface modules (@rest routes, @service/@remote RPC), import them here\n// so a direct `toilscript` run builds the same server `toiljs build` does, e.g.:\n// import './routes/Players';\n\n// Wire your handler here.\nServer.handler = () => new AppHandler();\n\n// Required: re-export the WASM entry points and the abort hook.\nexport * from 'toiljs/server/runtime/exports';\nexport function abort(message: string, fileName: string, line: u32, column: u32): void {\n revertOnError(message, fileName, line, column);\n}\n",
|
|
2242
|
-
"server/README.md":
|
|
2246
|
+
"server/README.md": SERVER_README
|
|
2243
2247
|
};
|
|
2244
2248
|
}
|
|
2245
|
-
function
|
|
2249
|
+
function agentServer() {
|
|
2250
|
+
return {
|
|
2251
|
+
"server/toil-server-env.d.ts": TOIL_SERVER_ENV_DTS,
|
|
2252
|
+
"server/models/Greeting.ts": "/** The response body for `GET /greeting`. `@data` classes cross the wire as JSON and\n * land on the client as this exact typed class. One `@data` type per file. */\n@data\nexport class Greeting {\n message: string = '';\n}\n",
|
|
2253
|
+
"server/routes/Greet.ts": "import { Greeting } from '../models/Greeting';\n\n/**\n * The greeting endpoint, mounted at `/greeting`. `@rest` / `@get` are ambient compiler\n * decorators (no import). On the client this is one typed fetch:\n * await Server.REST.greeting.hello()\n */\n@rest('greeting')\nclass Greet {\n /** `GET /greeting` - returns a `Greeting`, serialized to JSON for the client. */\n @get('/')\n public hello(): Greeting {\n const g = new Greeting();\n g.message = 'Hello from the toiljs backend';\n return g;\n }\n}\n",
|
|
2254
|
+
"server/core/AppHandler.ts": "import { Request, Response, Rest, ToilHandler } from 'toiljs/server/runtime';\n\n/**\n * Every request enters here. The `@rest` controllers under routes/ are tried first via\n * `Rest.dispatch`; anything they do not claim yields to the client (page routes, assets).\n */\nexport class AppHandler extends ToilHandler {\n public handle(req: Request): Response {\n // Rest.dispatch returns the first matching route's Response, or null when nothing\n // matched. REST composes; it never takes over handle().\n const hit = Rest.dispatch(req);\n if (hit != null) {\n return hit;\n }\n // Nothing matched: yield to the client. Under `toiljs dev` this falls through to\n // Vite so the app renders at /.\n return Response.unhandled();\n }\n}\n",
|
|
2255
|
+
"server/main.ts": "import { Server } from 'toiljs/server/runtime';\nimport { revertOnError } from 'toiljs/server/runtime/abort/abort';\n\nimport { AppHandler } from './core/AppHandler';\n\n// Surface modules: import every @rest route (and @service/@remote RPC) here so a direct\n// `toilscript` run builds the same server `toiljs build` does.\nimport './routes/Greet';\n\n// Wire your handler here.\nServer.handler = () => new AppHandler();\n\n// Required: re-export the WASM entry points and the abort hook.\nexport * from 'toiljs/server/runtime/exports';\nexport function abort(message: string, fileName: string, line: u32, column: u32): void {\n revertOnError(message, fileName, line, column);\n}\n",
|
|
2256
|
+
"server/README.md": SERVER_README
|
|
2257
|
+
};
|
|
2258
|
+
}
|
|
2259
|
+
function clientShell(name, features) {
|
|
2246
2260
|
const files = {
|
|
2247
2261
|
"client/public/index.html": `<!doctype html>
|
|
2248
2262
|
<html lang="en">
|
|
@@ -2278,8 +2292,14 @@ function minimalClient(name, features) {
|
|
|
2278
2292
|
"client/public/images/.gitkeep": "# Place images and other static assets here; served at /images/*.\n",
|
|
2279
2293
|
"client/toil.tsx": "import { routes, layout, notFound, globalError, slots } from 'toiljs/routes';\n\n" + styleImportLines(features).join("\n") + "\n\nToil.mount(routes, layout, notFound, globalError, slots);\n",
|
|
2280
2294
|
[`client/${styleEntry(features.preprocessor)}`]: DEFAULT_STYLE_CONTENT,
|
|
2281
|
-
"client/components/.gitkeep": "# Place shared React components here.\n"
|
|
2282
|
-
|
|
2295
|
+
"client/components/.gitkeep": "# Place shared React components here.\n"
|
|
2296
|
+
};
|
|
2297
|
+
if (features.tailwind) files[`client/${TAILWIND_ENTRY}`] = TAILWIND_CSS;
|
|
2298
|
+
return files;
|
|
2299
|
+
}
|
|
2300
|
+
function layoutTsx(name, nav) {
|
|
2301
|
+
const links = nav.map((l2) => ` <Toil.Link href="${l2.href}">${l2.label}</Toil.Link>`).join("\n");
|
|
2302
|
+
return `import { type ReactNode } from 'react';
|
|
2283
2303
|
|
|
2284
2304
|
export default function Layout({ children }: { children?: ReactNode }) {
|
|
2285
2305
|
return (
|
|
@@ -2295,18 +2315,32 @@ export default function Layout({ children }: { children?: ReactNode }) {
|
|
|
2295
2315
|
}}>
|
|
2296
2316
|
<strong style={{ color: '#2563FF', fontSize: '1.1rem' }}>${path4.basename(name)}</strong>
|
|
2297
2317
|
<nav style={{ display: 'flex', gap: '1rem' }}>
|
|
2298
|
-
|
|
2318
|
+
${links}
|
|
2299
2319
|
</nav>
|
|
2300
2320
|
</header>
|
|
2301
2321
|
{children}
|
|
2302
2322
|
</div>
|
|
2303
2323
|
);
|
|
2304
2324
|
}
|
|
2305
|
-
|
|
2325
|
+
`;
|
|
2326
|
+
}
|
|
2327
|
+
function minimalClient(name, features) {
|
|
2328
|
+
return {
|
|
2329
|
+
...clientShell(name, features),
|
|
2330
|
+
"client/layout.tsx": layoutTsx(name, [{ href: "/", label: "home" }]),
|
|
2306
2331
|
"client/routes/index.tsx": "export default function Home() {\n return (\n <main>\n <h1>Welcome to toiljs</h1>\n <p>File-based routing, bundled by Vite, zero config.</p>\n </main>\n );\n}\n"
|
|
2307
2332
|
};
|
|
2308
|
-
|
|
2309
|
-
|
|
2333
|
+
}
|
|
2334
|
+
function agentClient(name, features) {
|
|
2335
|
+
return {
|
|
2336
|
+
...clientShell(name, features),
|
|
2337
|
+
"client/layout.tsx": layoutTsx(name, [
|
|
2338
|
+
{ href: "/", label: "home" },
|
|
2339
|
+
{ href: "/about", label: "about" }
|
|
2340
|
+
]),
|
|
2341
|
+
"client/routes/index.tsx": "import { useEffect, useState } from 'react';\n\n// The home page calls the backend. `Server.REST.greeting.hello()` is a real, typed\n// fetch generated from the @rest controller in server/routes/Greet.ts (see the\n// gitignored shared/server.ts, emitted by the server build). It needs the server running.\nexport default function Home() {\n const [message, setMessage] = useState('loading\u2026');\n\n useEffect(() => {\n Server.REST.greeting\n .hello()\n .then((g) => setMessage(g.message))\n .catch((err) => setMessage(parseError(err)));\n }, []);\n\n return (\n <main>\n <h1>Welcome to toiljs</h1>\n <p>File-based routing on the client, a ToilScript backend behind one typed fetch.</p>\n <p>\n <code>GET /greeting</code> says: <strong>{message}</strong>\n </p>\n </main>\n );\n}\n",
|
|
2342
|
+
"client/routes/about.tsx": "export default function About() {\n return (\n <main>\n <h1>About</h1>\n <p>\n A second page, routed by its file name. Add more under <code>client/routes/</code>.\n </p>\n </main>\n );\n}\n"
|
|
2343
|
+
};
|
|
2310
2344
|
}
|
|
2311
2345
|
function appClientDir() {
|
|
2312
2346
|
return path4.resolve(
|
|
@@ -2405,7 +2439,12 @@ async function runCreate(opts) {
|
|
|
2405
2439
|
label: "App",
|
|
2406
2440
|
hint: "the full ToilJS starter, landing page, layout, styles, demo routes"
|
|
2407
2441
|
},
|
|
2408
|
-
{ value: "minimal", label: "Minimal", hint: "just a layout and a home route" }
|
|
2442
|
+
{ value: "minimal", label: "Minimal", hint: "just a layout and a home route" },
|
|
2443
|
+
{
|
|
2444
|
+
value: "agent",
|
|
2445
|
+
label: "Agent",
|
|
2446
|
+
hint: "minimal, plus one @rest endpoint the home page calls, a base to build on"
|
|
2447
|
+
}
|
|
2409
2448
|
];
|
|
2410
2449
|
const choice = await select({
|
|
2411
2450
|
message: "Which template?",
|
|
@@ -2413,7 +2452,7 @@ async function runCreate(opts) {
|
|
|
2413
2452
|
initialValue: "app"
|
|
2414
2453
|
});
|
|
2415
2454
|
bail2(choice);
|
|
2416
|
-
template = choice === "minimal"
|
|
2455
|
+
template = choice === "minimal" || choice === "agent" ? choice : "app";
|
|
2417
2456
|
}
|
|
2418
2457
|
let preprocessor = opts.preprocessor ?? "css";
|
|
2419
2458
|
let tailwind = opts.tailwind ?? false;
|
|
@@ -4202,7 +4241,7 @@ function parseArgs(argv) {
|
|
|
4202
4241
|
case "--template":
|
|
4203
4242
|
case "-t": {
|
|
4204
4243
|
const t2 = argv[++i2];
|
|
4205
|
-
if (t2 === "app" || t2 === "minimal") flags.template = t2;
|
|
4244
|
+
if (t2 === "app" || t2 === "minimal" || t2 === "agent") flags.template = t2;
|
|
4206
4245
|
break;
|
|
4207
4246
|
}
|
|
4208
4247
|
case "--pm":
|
|
@@ -4287,7 +4326,7 @@ function printHelp() {
|
|
|
4287
4326
|
cmd("--port <n>", "dev/start: listen port (or PORT env / client.port; default 3000)"),
|
|
4288
4327
|
cmd("--host <h>", "dev/start: bind host, e.g. 0.0.0.0 (or HOST env / client.host; default 127.0.0.1)"),
|
|
4289
4328
|
cmd("--threads <n>", "start: production HTTP worker count"),
|
|
4290
|
-
cmd("-t, --template", "create: app | minimal"),
|
|
4329
|
+
cmd("-t, --template", "create: app | minimal | agent"),
|
|
4291
4330
|
cmd("--style <name>", "create/configure: css | sass | less | stylus"),
|
|
4292
4331
|
cmd("--tailwind", "create/configure: enable Tailwind (--no-tailwind to remove)"),
|
|
4293
4332
|
cmd("--no-ai", "create: skip AI assistant files (CLAUDE.md, etc.)"),
|
package/package.json
CHANGED
package/src/cli/create.ts
CHANGED
|
@@ -38,7 +38,7 @@ import { run } from './proc.js';
|
|
|
38
38
|
import { accent, dim, version } from './ui.js';
|
|
39
39
|
import { isPackageManager, isValidName, resolveProjectDir } from './validate.js';
|
|
40
40
|
|
|
41
|
-
export type Template = 'app' | 'minimal';
|
|
41
|
+
export type Template = 'app' | 'minimal' | 'agent';
|
|
42
42
|
|
|
43
43
|
/**
|
|
44
44
|
* The `server/migrations/` README, scaffolded by `create` and ensured by `doctor`/`update`. ToilDB
|
|
@@ -298,11 +298,16 @@ function scaffold(
|
|
|
298
298
|
'server/migrations/README.md': MIGRATIONS_README,
|
|
299
299
|
};
|
|
300
300
|
|
|
301
|
-
// The `app` template's client UI + server are copied from examples/basic at runtime;
|
|
302
|
-
//
|
|
301
|
+
// The `app` template's client UI + server are copied from examples/basic at runtime; the
|
|
302
|
+
// `minimal` and `agent` templates ship an inline client + working server here. `agent` adds
|
|
303
|
+
// one correctly-structured @rest endpoint (a @data model + controller) and a home page that
|
|
304
|
+
// calls it, the smallest complete client-to-backend loop for an agent to build on.
|
|
303
305
|
if (template === 'minimal') {
|
|
304
306
|
Object.assign(files, minimalClient(name, features));
|
|
305
307
|
Object.assign(files, minimalServer());
|
|
308
|
+
} else if (template === 'agent') {
|
|
309
|
+
Object.assign(files, agentClient(name, features));
|
|
310
|
+
Object.assign(files, agentServer());
|
|
306
311
|
}
|
|
307
312
|
|
|
308
313
|
// Selected AI-assistant pointer files at the root (committed). The real docs are always seeded
|
|
@@ -363,6 +368,22 @@ declare namespace AuthService { const SESSION_COOKIE: string; const USER_COOKIE:
|
|
|
363
368
|
interface __ToilAuthUser {}
|
|
364
369
|
`;
|
|
365
370
|
|
|
371
|
+
/** The `server/README.md` shipped by the inline templates: the folder-conventions map. */
|
|
372
|
+
const SERVER_README =
|
|
373
|
+
'# server/\n\n' +
|
|
374
|
+
'Your ToilScript backend, compiled to a single WebAssembly module. One folder per concern:\n\n' +
|
|
375
|
+
'| Folder | What lives here |\n' +
|
|
376
|
+
'| --- | --- |\n' +
|
|
377
|
+
'| `main.ts` | The entry point: wires the handler and imports the surface modules. |\n' +
|
|
378
|
+
'| `core/` | The request handler and shared app logic (state, helpers). |\n' +
|
|
379
|
+
'| `models/` | `@data` classes, the typed wire model shared by HTTP and RPC. One type per file. |\n' +
|
|
380
|
+
'| `migrations/` | ToilDB schema migrations: a `<Type>.migration.ts` per evolving `@data` value type, holding the old shapes + the `@migrate` transform. |\n' +
|
|
381
|
+
'| `routes/` | `@rest` controllers (HTTP). One controller per file, named after its class. |\n' +
|
|
382
|
+
'| `services/` | `@service` classes and free `@remote` functions (typed RPC). |\n' +
|
|
383
|
+
'| `scheduled/` | Reserved for scheduled tasks (not shipped yet). |\n\n' +
|
|
384
|
+
'New decorated files are picked up automatically by `toiljs build`/`dev`; also add an import\n' +
|
|
385
|
+
'in `main.ts` so a direct `toilscript` run builds the same server.\n';
|
|
386
|
+
|
|
366
387
|
/**
|
|
367
388
|
* A minimal but working server for the `minimal` template (the `app` template copies
|
|
368
389
|
* examples/basic/server). Same folder conventions as the full starter, just fewer files:
|
|
@@ -406,25 +427,86 @@ function minimalServer(): Record<string, string> {
|
|
|
406
427
|
'export function abort(message: string, fileName: string, line: u32, column: u32): void {\n' +
|
|
407
428
|
' revertOnError(message, fileName, line, column);\n' +
|
|
408
429
|
'}\n',
|
|
409
|
-
'server/README.md':
|
|
410
|
-
'# server/\n\n' +
|
|
411
|
-
'Your ToilScript backend, compiled to a single WebAssembly module. One folder per concern:\n\n' +
|
|
412
|
-
'| Folder | What lives here |\n' +
|
|
413
|
-
'| --- | --- |\n' +
|
|
414
|
-
'| `main.ts` | The entry point: wires the handler and imports the surface modules. |\n' +
|
|
415
|
-
'| `core/` | The request handler and shared app logic (state, helpers). |\n' +
|
|
416
|
-
'| `models/` | `@data` classes, the typed wire model shared by HTTP and RPC. One type per file. |\n' +
|
|
417
|
-
'| `migrations/` | ToilDB schema migrations: a `<Type>.migration.ts` per evolving `@data` value type, holding the old shapes + the `@migrate` transform. |\n' +
|
|
418
|
-
'| `routes/` | `@rest` controllers (HTTP). One controller per file, named after its class. |\n' +
|
|
419
|
-
'| `services/` | `@service` classes and free `@remote` functions (typed RPC). |\n' +
|
|
420
|
-
'| `scheduled/` | Reserved for scheduled tasks (not shipped yet). |\n\n' +
|
|
421
|
-
'New decorated files are picked up automatically by `toiljs build`/`dev`; also add an import\n' +
|
|
422
|
-
'in `main.ts` so a direct `toilscript` run builds the same server.\n',
|
|
430
|
+
'server/README.md': SERVER_README,
|
|
423
431
|
};
|
|
424
432
|
}
|
|
425
433
|
|
|
426
|
-
/**
|
|
427
|
-
|
|
434
|
+
/**
|
|
435
|
+
* A working server for the `agent` template: one correctly-structured `@rest` endpoint. A `@data`
|
|
436
|
+
* model under models/, a controller under routes/, an AppHandler that tries the REST controllers
|
|
437
|
+
* via `Rest.dispatch` (then yields to the client), and main.ts importing the route. The server
|
|
438
|
+
* build turns this into the typed `Server.REST.greeting.hello()` fetch the home page calls.
|
|
439
|
+
*/
|
|
440
|
+
function agentServer(): Record<string, string> {
|
|
441
|
+
return {
|
|
442
|
+
'server/toil-server-env.d.ts': TOIL_SERVER_ENV_DTS,
|
|
443
|
+
'server/models/Greeting.ts':
|
|
444
|
+
'/** The response body for `GET /greeting`. `@data` classes cross the wire as JSON and\n' +
|
|
445
|
+
' * land on the client as this exact typed class. One `@data` type per file. */\n' +
|
|
446
|
+
'@data\n' +
|
|
447
|
+
'export class Greeting {\n' +
|
|
448
|
+
" message: string = '';\n" +
|
|
449
|
+
'}\n',
|
|
450
|
+
'server/routes/Greet.ts':
|
|
451
|
+
"import { Greeting } from '../models/Greeting';\n\n" +
|
|
452
|
+
'/**\n' +
|
|
453
|
+
' * The greeting endpoint, mounted at `/greeting`. `@rest` / `@get` are ambient compiler\n' +
|
|
454
|
+
' * decorators (no import). On the client this is one typed fetch:\n' +
|
|
455
|
+
' * await Server.REST.greeting.hello()\n' +
|
|
456
|
+
' */\n' +
|
|
457
|
+
"@rest('greeting')\n" +
|
|
458
|
+
'class Greet {\n' +
|
|
459
|
+
' /** `GET /greeting` - returns a `Greeting`, serialized to JSON for the client. */\n' +
|
|
460
|
+
" @get('/')\n" +
|
|
461
|
+
' public hello(): Greeting {\n' +
|
|
462
|
+
' const g = new Greeting();\n' +
|
|
463
|
+
" g.message = 'Hello from the toiljs backend';\n" +
|
|
464
|
+
' return g;\n' +
|
|
465
|
+
' }\n' +
|
|
466
|
+
'}\n',
|
|
467
|
+
'server/core/AppHandler.ts':
|
|
468
|
+
"import { Request, Response, Rest, ToilHandler } from 'toiljs/server/runtime';\n\n" +
|
|
469
|
+
'/**\n' +
|
|
470
|
+
' * Every request enters here. The `@rest` controllers under routes/ are tried first via\n' +
|
|
471
|
+
' * `Rest.dispatch`; anything they do not claim yields to the client (page routes, assets).\n' +
|
|
472
|
+
' */\n' +
|
|
473
|
+
'export class AppHandler extends ToilHandler {\n' +
|
|
474
|
+
' public handle(req: Request): Response {\n' +
|
|
475
|
+
' // Rest.dispatch returns the first matching route\'s Response, or null when nothing\n' +
|
|
476
|
+
' // matched. REST composes; it never takes over handle().\n' +
|
|
477
|
+
' const hit = Rest.dispatch(req);\n' +
|
|
478
|
+
' if (hit != null) {\n' +
|
|
479
|
+
' return hit;\n' +
|
|
480
|
+
' }\n' +
|
|
481
|
+
' // Nothing matched: yield to the client. Under `toiljs dev` this falls through to\n' +
|
|
482
|
+
' // Vite so the app renders at /.\n' +
|
|
483
|
+
' return Response.unhandled();\n' +
|
|
484
|
+
' }\n' +
|
|
485
|
+
'}\n',
|
|
486
|
+
'server/main.ts':
|
|
487
|
+
"import { Server } from 'toiljs/server/runtime';\n" +
|
|
488
|
+
"import { revertOnError } from 'toiljs/server/runtime/abort/abort';\n\n" +
|
|
489
|
+
"import { AppHandler } from './core/AppHandler';\n\n" +
|
|
490
|
+
'// Surface modules: import every @rest route (and @service/@remote RPC) here so a direct\n' +
|
|
491
|
+
'// `toilscript` run builds the same server `toiljs build` does.\n' +
|
|
492
|
+
"import './routes/Greet';\n\n" +
|
|
493
|
+
'// Wire your handler here.\n' +
|
|
494
|
+
'Server.handler = () => new AppHandler();\n\n' +
|
|
495
|
+
'// Required: re-export the WASM entry points and the abort hook.\n' +
|
|
496
|
+
"export * from 'toiljs/server/runtime/exports';\n" +
|
|
497
|
+
'export function abort(message: string, fileName: string, line: u32, column: u32): void {\n' +
|
|
498
|
+
' revertOnError(message, fileName, line, column);\n' +
|
|
499
|
+
'}\n',
|
|
500
|
+
'server/README.md': SERVER_README,
|
|
501
|
+
};
|
|
502
|
+
}
|
|
503
|
+
|
|
504
|
+
/**
|
|
505
|
+
* The shared client shell for the inline templates (`minimal`, `agent`): the public assets,
|
|
506
|
+
* `toil.tsx` mount, global stylesheet, and the (optional) Tailwind entry. Each template layers
|
|
507
|
+
* its own `layout.tsx` + `routes/` on top; the `app` template copies examples/basic/client instead.
|
|
508
|
+
*/
|
|
509
|
+
function clientShell(name: string, features: StyleFeatures): Record<string, string> {
|
|
428
510
|
const files: Record<string, string> = {
|
|
429
511
|
'client/public/index.html':
|
|
430
512
|
'<!doctype html>\n<html lang="en">\n <head>\n' +
|
|
@@ -472,7 +554,17 @@ function minimalClient(name: string, features: StyleFeatures): Record<string, st
|
|
|
472
554
|
'Toil.mount(routes, layout, notFound, globalError, slots);\n',
|
|
473
555
|
[`client/${styleEntry(features.preprocessor)}`]: DEFAULT_STYLE_CONTENT,
|
|
474
556
|
'client/components/.gitkeep': '# Place shared React components here.\n',
|
|
475
|
-
|
|
557
|
+
};
|
|
558
|
+
if (features.tailwind) files[`client/${TAILWIND_ENTRY}`] = TAILWIND_CSS;
|
|
559
|
+
return files;
|
|
560
|
+
}
|
|
561
|
+
|
|
562
|
+
/** The root `layout.tsx`: the app frame + a nav bar of `Toil.Link`s (one per `nav` entry). */
|
|
563
|
+
function layoutTsx(name: string, nav: readonly { href: string; label: string }[]): string {
|
|
564
|
+
const links = nav
|
|
565
|
+
.map((l) => ` <Toil.Link href="${l.href}">${l.label}</Toil.Link>`)
|
|
566
|
+
.join('\n');
|
|
567
|
+
return `import { type ReactNode } from 'react';
|
|
476
568
|
|
|
477
569
|
export default function Layout({ children }: { children?: ReactNode }) {
|
|
478
570
|
return (
|
|
@@ -488,14 +580,21 @@ export default function Layout({ children }: { children?: ReactNode }) {
|
|
|
488
580
|
}}>
|
|
489
581
|
<strong style={{ color: '#2563FF', fontSize: '1.1rem' }}>${path.basename(name)}</strong>
|
|
490
582
|
<nav style={{ display: 'flex', gap: '1rem' }}>
|
|
491
|
-
|
|
583
|
+
${links}
|
|
492
584
|
</nav>
|
|
493
585
|
</header>
|
|
494
586
|
{children}
|
|
495
587
|
</div>
|
|
496
588
|
);
|
|
497
589
|
}
|
|
498
|
-
|
|
590
|
+
`;
|
|
591
|
+
}
|
|
592
|
+
|
|
593
|
+
/** The inline client UI for the `minimal` template (the `app` template copies examples/basic/client). */
|
|
594
|
+
function minimalClient(name: string, features: StyleFeatures): Record<string, string> {
|
|
595
|
+
return {
|
|
596
|
+
...clientShell(name, features),
|
|
597
|
+
'client/layout.tsx': layoutTsx(name, [{ href: '/', label: 'home' }]),
|
|
499
598
|
'client/routes/index.tsx':
|
|
500
599
|
'export default function Home() {\n' +
|
|
501
600
|
' return (\n <main>\n' +
|
|
@@ -503,8 +602,49 @@ export default function Layout({ children }: { children?: ReactNode }) {
|
|
|
503
602
|
' <p>File-based routing, bundled by Vite, zero config.</p>\n' +
|
|
504
603
|
' </main>\n );\n}\n',
|
|
505
604
|
};
|
|
506
|
-
|
|
507
|
-
|
|
605
|
+
}
|
|
606
|
+
|
|
607
|
+
/**
|
|
608
|
+
* The inline client UI for the `agent` template: two file-routed pages (basic routing) and a home
|
|
609
|
+
* page that calls the backend's one @rest endpoint through the generated, typed `Server.REST`
|
|
610
|
+
* fetch client. `Server` and `parseError` are client globals (no import), like `Toil`.
|
|
611
|
+
*/
|
|
612
|
+
function agentClient(name: string, features: StyleFeatures): Record<string, string> {
|
|
613
|
+
return {
|
|
614
|
+
...clientShell(name, features),
|
|
615
|
+
'client/layout.tsx': layoutTsx(name, [
|
|
616
|
+
{ href: '/', label: 'home' },
|
|
617
|
+
{ href: '/about', label: 'about' },
|
|
618
|
+
]),
|
|
619
|
+
'client/routes/index.tsx':
|
|
620
|
+
"import { useEffect, useState } from 'react';\n\n" +
|
|
621
|
+
'// The home page calls the backend. `Server.REST.greeting.hello()` is a real, typed\n' +
|
|
622
|
+
'// fetch generated from the @rest controller in server/routes/Greet.ts (see the\n' +
|
|
623
|
+
'// gitignored shared/server.ts, emitted by the server build). It needs the server running.\n' +
|
|
624
|
+
'export default function Home() {\n' +
|
|
625
|
+
" const [message, setMessage] = useState('loading…');\n\n" +
|
|
626
|
+
' useEffect(() => {\n' +
|
|
627
|
+
' Server.REST.greeting\n' +
|
|
628
|
+
' .hello()\n' +
|
|
629
|
+
' .then((g) => setMessage(g.message))\n' +
|
|
630
|
+
' .catch((err) => setMessage(parseError(err)));\n' +
|
|
631
|
+
' }, []);\n\n' +
|
|
632
|
+
' return (\n <main>\n' +
|
|
633
|
+
' <h1>Welcome to toiljs</h1>\n' +
|
|
634
|
+
' <p>File-based routing on the client, a ToilScript backend behind one typed fetch.</p>\n' +
|
|
635
|
+
' <p>\n' +
|
|
636
|
+
' <code>GET /greeting</code> says: <strong>{message}</strong>\n' +
|
|
637
|
+
' </p>\n' +
|
|
638
|
+
' </main>\n );\n}\n',
|
|
639
|
+
'client/routes/about.tsx':
|
|
640
|
+
'export default function About() {\n' +
|
|
641
|
+
' return (\n <main>\n' +
|
|
642
|
+
' <h1>About</h1>\n' +
|
|
643
|
+
' <p>\n' +
|
|
644
|
+
' A second page, routed by its file name. Add more under <code>client/routes/</code>.\n' +
|
|
645
|
+
' </p>\n' +
|
|
646
|
+
' </main>\n );\n}\n',
|
|
647
|
+
};
|
|
508
648
|
}
|
|
509
649
|
|
|
510
650
|
/**
|
|
@@ -625,6 +765,11 @@ export async function runCreate(opts: CreateOptions): Promise<void> {
|
|
|
625
765
|
hint: 'the full ToilJS starter, landing page, layout, styles, demo routes',
|
|
626
766
|
},
|
|
627
767
|
{ value: 'minimal', label: 'Minimal', hint: 'just a layout and a home route' },
|
|
768
|
+
{
|
|
769
|
+
value: 'agent',
|
|
770
|
+
label: 'Agent',
|
|
771
|
+
hint: 'minimal, plus one @rest endpoint the home page calls, a base to build on',
|
|
772
|
+
},
|
|
628
773
|
];
|
|
629
774
|
const choice = await select({
|
|
630
775
|
message: 'Which template?',
|
|
@@ -632,7 +777,7 @@ export async function runCreate(opts: CreateOptions): Promise<void> {
|
|
|
632
777
|
initialValue: 'app',
|
|
633
778
|
});
|
|
634
779
|
bail(choice);
|
|
635
|
-
template = choice === 'minimal'
|
|
780
|
+
template = choice === 'minimal' || choice === 'agent' ? choice : 'app';
|
|
636
781
|
}
|
|
637
782
|
|
|
638
783
|
let preprocessor: Preprocessor = opts.preprocessor ?? 'css';
|
package/src/cli/features.ts
CHANGED
|
@@ -36,13 +36,17 @@ export const PREPROCESSOR_PKG: Record<Preprocessor, string | null> = {
|
|
|
36
36
|
/** Tailwind v4 packages. The framework auto-wires the Vite plugin when `@tailwindcss/vite` resolves. */
|
|
37
37
|
export const TAILWIND_PKGS: readonly string[] = ['tailwindcss', '@tailwindcss/vite'];
|
|
38
38
|
|
|
39
|
-
/**
|
|
39
|
+
/**
|
|
40
|
+
* Pinned versions for every package these features may install. `@tailwindcss/vite` must be
|
|
41
|
+
* `>= 4.3.0`: earlier 4.x releases cap their `vite` peer at `^7`, so they ERESOLVE against the
|
|
42
|
+
* Vite 8 toiljs ships (the "Tailwind broken on install" error). Keep both Tailwind pins in lockstep.
|
|
43
|
+
*/
|
|
40
44
|
export const PKG_VERSION: Record<string, string> = {
|
|
41
45
|
sass: '^1.83.0',
|
|
42
46
|
less: '^4.2.1',
|
|
43
47
|
stylus: '^0.64.0',
|
|
44
|
-
tailwindcss: '^4.
|
|
45
|
-
'@tailwindcss/vite': '^4.
|
|
48
|
+
tailwindcss: '^4.3.0',
|
|
49
|
+
'@tailwindcss/vite': '^4.3.0',
|
|
46
50
|
};
|
|
47
51
|
|
|
48
52
|
/** Dedicated Tailwind entry (kept `.css` so no preprocessor touches its `@import`). */
|
package/src/cli/index.ts
CHANGED
|
@@ -74,7 +74,7 @@ function parseArgs(argv: string[]): Flags {
|
|
|
74
74
|
case '--template':
|
|
75
75
|
case '-t': {
|
|
76
76
|
const t = argv[++i];
|
|
77
|
-
if (t === 'app' || t === 'minimal') flags.template = t;
|
|
77
|
+
if (t === 'app' || t === 'minimal' || t === 'agent') flags.template = t;
|
|
78
78
|
break;
|
|
79
79
|
}
|
|
80
80
|
case '--pm':
|
|
@@ -160,7 +160,7 @@ function printHelp(): void {
|
|
|
160
160
|
cmd('--port <n>', 'dev/start: listen port (or PORT env / client.port; default 3000)'),
|
|
161
161
|
cmd('--host <h>', 'dev/start: bind host, e.g. 0.0.0.0 (or HOST env / client.host; default 127.0.0.1)'),
|
|
162
162
|
cmd('--threads <n>', 'start: production HTTP worker count'),
|
|
163
|
-
cmd('-t, --template', 'create: app | minimal'),
|
|
163
|
+
cmd('-t, --template', 'create: app | minimal | agent'),
|
|
164
164
|
cmd('--style <name>', 'create/configure: css | sass | less | stylus'),
|
|
165
165
|
cmd('--tailwind', 'create/configure: enable Tailwind (--no-tailwind to remove)'),
|
|
166
166
|
cmd('--no-ai', 'create: skip AI assistant files (CLAUDE.md, etc.)'),
|