create-yoya-ui 0.2.0 → 0.2.2
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/README.md +11 -10
- package/bin/create-yoya-ui.js +1 -1
- package/package.json +1 -1
- package/templates/admin/README.md +59 -47
- package/templates/admin/RULES.md +105 -0
- package/templates/admin/dist/assets/index-C9C1xRte.js +35 -0
- package/templates/admin/dist/assets/index-Dh32qJDx.css +1 -0
- package/templates/admin/dist/index.html +13 -0
- package/templates/admin/node_modules/.bin/nanoid +16 -0
- package/templates/admin/node_modules/.bin/nanoid.cmd +17 -0
- package/templates/admin/node_modules/.bin/nanoid.ps1 +28 -0
- package/templates/admin/node_modules/.bin/rolldown +16 -0
- package/templates/admin/node_modules/.bin/rolldown.cmd +17 -0
- package/templates/admin/node_modules/.bin/rolldown.ps1 +28 -0
- package/templates/admin/node_modules/.bin/tsc +16 -0
- package/templates/admin/node_modules/.bin/tsc.cmd +17 -0
- package/templates/admin/node_modules/.bin/tsc.ps1 +28 -0
- package/templates/admin/node_modules/.bin/vite +16 -0
- package/templates/admin/node_modules/.bin/vite.cmd +17 -0
- package/templates/admin/node_modules/.bin/vite.ps1 +28 -0
- package/templates/admin/node_modules/.package-lock.json +389 -0
- package/templates/admin/node_modules/.vite/deps/@yoyaflow_yoya-ui.js +13116 -0
- package/templates/admin/node_modules/.vite/deps/@yoyaflow_yoya-ui.js.map +1 -0
- package/templates/admin/node_modules/.vite/deps/_metadata.json +12 -5
- package/templates/admin/node_modules/@oxc-project/types/LICENSE +22 -0
- package/templates/admin/node_modules/@oxc-project/types/README.md +3 -0
- package/templates/admin/node_modules/@oxc-project/types/package.json +26 -0
- package/templates/admin/node_modules/@oxc-project/types/types.d.ts +1912 -0
- package/templates/admin/node_modules/@rolldown/binding-win32-x64-msvc/README.md +3 -0
- package/templates/admin/node_modules/@rolldown/binding-win32-x64-msvc/package.json +37 -0
- package/templates/admin/node_modules/@rolldown/binding-win32-x64-msvc/rolldown-binding.win32-x64-msvc.node +0 -0
- package/templates/admin/node_modules/@rolldown/pluginutils/LICENSE +21 -0
- package/templates/admin/node_modules/@rolldown/pluginutils/README.md +145 -0
- package/templates/admin/node_modules/@rolldown/pluginutils/dist/filter/index.d.mts +194 -0
- package/templates/admin/node_modules/@rolldown/pluginutils/dist/filter/index.mjs +2 -0
- package/templates/admin/node_modules/@rolldown/pluginutils/dist/filter-B_mD-HGz.mjs +323 -0
- package/templates/admin/node_modules/@rolldown/pluginutils/dist/index.d.mts +2 -0
- package/templates/admin/node_modules/@rolldown/pluginutils/dist/index.mjs +2 -0
- package/templates/admin/node_modules/@rolldown/pluginutils/package.json +40 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/LICENSE +55 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/NOTICE.txt +436 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/README.md +3 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.d.ts +20 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.decorators.d.ts +382 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.decorators.legacy.d.ts +20 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.dom.asynciterable.d.ts +18 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.dom.d.ts +45125 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.dom.iterable.d.ts +18 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2015.collection.d.ts +159 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2015.core.d.ts +595 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2015.d.ts +26 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2015.generator.d.ts +75 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2015.iterable.d.ts +603 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2015.promise.d.ts +79 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2015.proxy.d.ts +126 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2015.reflect.d.ts +142 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2015.symbol.d.ts +44 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2015.symbol.wellknown.d.ts +324 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2016.array.include.d.ts +114 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2016.d.ts +19 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2016.full.d.ts +21 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2016.intl.d.ts +29 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2017.arraybuffer.d.ts +19 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2017.d.ts +24 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2017.date.d.ts +29 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2017.full.d.ts +21 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2017.intl.d.ts +42 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2017.object.d.ts +47 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2017.sharedmemory.d.ts +133 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2017.string.d.ts +47 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2017.typedarrays.d.ts +51 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2018.asyncgenerator.d.ts +75 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2018.asynciterable.d.ts +51 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2018.d.ts +22 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2018.full.d.ts +22 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2018.intl.d.ts +81 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2018.promise.d.ts +28 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2018.regexp.d.ts +35 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2019.array.d.ts +77 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2019.d.ts +22 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2019.full.d.ts +22 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2019.intl.d.ts +21 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2019.object.d.ts +31 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2019.string.d.ts +35 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2019.symbol.d.ts +22 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2020.bigint.d.ts +763 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2020.d.ts +25 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2020.date.d.ts +40 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2020.full.d.ts +22 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2020.intl.d.ts +472 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2020.number.d.ts +26 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2020.promise.d.ts +45 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2020.sharedmemory.d.ts +97 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2020.string.d.ts +42 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2020.symbol.wellknown.d.ts +39 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2021.d.ts +21 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2021.full.d.ts +22 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2021.intl.d.ts +164 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2021.promise.d.ts +46 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2021.string.d.ts +31 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2021.weakref.d.ts +76 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2022.array.d.ts +119 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2022.d.ts +23 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2022.error.d.ts +73 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2022.full.d.ts +22 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2022.intl.d.ts +143 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2022.object.d.ts +24 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2022.regexp.d.ts +37 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2022.string.d.ts +23 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2023.array.d.ts +922 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2023.collection.d.ts +19 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2023.d.ts +20 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2023.full.d.ts +22 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2023.intl.d.ts +62 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2024.arraybuffer.d.ts +63 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2024.collection.d.ts +27 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2024.d.ts +24 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2024.full.d.ts +22 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2024.object.d.ts +27 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2024.promise.d.ts +33 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2024.regexp.d.ts +23 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2024.sharedmemory.d.ts +66 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2024.string.d.ts +27 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2025.collection.d.ts +94 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2025.d.ts +23 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2025.float16.d.ts +443 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2025.full.d.ts +22 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2025.intl.d.ts +200 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2025.iterator.d.ts +146 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2025.promise.d.ts +32 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es2025.regexp.d.ts +30 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es5.d.ts +4599 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.es6.d.ts +21 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.esnext.array.d.ts +33 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.esnext.collection.d.ts +47 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.esnext.d.ts +27 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.esnext.date.d.ts +21 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.esnext.decorators.d.ts +26 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.esnext.disposable.d.ts +191 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.esnext.error.d.ts +22 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.esnext.full.d.ts +22 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.esnext.intl.d.ts +107 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.esnext.sharedmemory.d.ts +23 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.esnext.temporal.d.ts +485 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.esnext.typedarrays.d.ts +90 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.scripthost.d.ts +320 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.webworker.asynciterable.d.ts +18 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.webworker.d.ts +15606 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.webworker.importscripts.d.ts +21 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/lib.webworker.iterable.d.ts +18 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/lib/tsc.exe +0 -0
- package/templates/admin/node_modules/@typescript/typescript-win32-x64/package.json +45 -0
- package/templates/admin/node_modules/@yoyaflow/yoya-ui/LICENSE +21 -0
- package/templates/admin/node_modules/@yoyaflow/yoya-ui/README.md +271 -0
- package/templates/admin/node_modules/@yoyaflow/yoya-ui/README.zh-CN.md +272 -0
- package/templates/admin/node_modules/@yoyaflow/yoya-ui/dist/echarts.min.js +45 -0
- package/templates/admin/node_modules/@yoyaflow/yoya-ui/dist/yoya-ui.umd.js +35 -0
- package/templates/admin/node_modules/@yoyaflow/yoya-ui/dist/yoya.core.js +1779 -0
- package/templates/admin/node_modules/@yoyaflow/yoya-ui/dist/yoya.echart.js +643 -0
- package/templates/admin/node_modules/@yoyaflow/yoya-ui/dist/yoya.ssr.js +2856 -0
- package/templates/admin/node_modules/@yoyaflow/yoya-ui/dist/yoya.ui.css +2289 -0
- package/templates/admin/node_modules/@yoyaflow/yoya-ui/dist/yoya.ui.js +13174 -0
- package/templates/admin/node_modules/@yoyaflow/yoya-ui/package.json +94 -0
- package/templates/admin/node_modules/@yoyaflow/yoya-ui/types/actions.d.ts +166 -0
- package/templates/admin/node_modules/@yoyaflow/yoya-ui/types/async.d.ts +108 -0
- package/templates/admin/node_modules/@yoyaflow/yoya-ui/types/chart.d.ts +40 -0
- package/templates/admin/node_modules/@yoyaflow/yoya-ui/types/core.d.ts +582 -0
- package/templates/admin/node_modules/@yoyaflow/yoya-ui/types/css.d.ts +5 -0
- package/templates/admin/node_modules/@yoyaflow/yoya-ui/types/data-display.d.ts +620 -0
- package/templates/admin/node_modules/@yoyaflow/yoya-ui/types/effects.d.ts +64 -0
- package/templates/admin/node_modules/@yoyaflow/yoya-ui/types/feedback.d.ts +119 -0
- package/templates/admin/node_modules/@yoyaflow/yoya-ui/types/form.d.ts +507 -0
- package/templates/admin/node_modules/@yoyaflow/yoya-ui/types/html.d.ts +288 -0
- package/templates/admin/node_modules/@yoyaflow/yoya-ui/types/i18n.d.ts +56 -0
- package/templates/admin/node_modules/@yoyaflow/yoya-ui/types/index.d.ts +4 -0
- package/templates/admin/node_modules/@yoyaflow/yoya-ui/types/layout.d.ts +444 -0
- package/templates/admin/node_modules/@yoyaflow/yoya-ui/types/navigation.d.ts +275 -0
- package/templates/admin/node_modules/@yoyaflow/yoya-ui/types/router.d.ts +123 -0
- package/templates/admin/node_modules/@yoyaflow/yoya-ui/types/ssr.d.ts +124 -0
- package/templates/admin/node_modules/@yoyaflow/yoya-ui/types/svg.d.ts +159 -0
- package/templates/admin/node_modules/@yoyaflow/yoya-ui/types/theme.d.ts +40 -0
- package/templates/admin/node_modules/@yoyaflow/yoya-ui/types/yoya.core.d.ts +7 -0
- package/templates/admin/node_modules/@yoyaflow/yoya-ui/types/yoya.echart.d.ts +4 -0
- package/templates/admin/node_modules/@yoyaflow/yoya-ui/types/yoya.ssr.d.ts +9 -0
- package/templates/admin/node_modules/@yoyaflow/yoya-ui/types/yoya.ui.d.ts +19 -0
- package/templates/admin/node_modules/detect-libc/LICENSE +201 -0
- package/templates/admin/node_modules/detect-libc/README.md +163 -0
- package/templates/admin/node_modules/detect-libc/index.d.ts +14 -0
- package/templates/admin/node_modules/detect-libc/lib/detect-libc.js +313 -0
- package/templates/admin/node_modules/detect-libc/lib/elf.js +39 -0
- package/templates/admin/node_modules/detect-libc/lib/filesystem.js +51 -0
- package/templates/admin/node_modules/detect-libc/lib/process.js +24 -0
- package/templates/admin/node_modules/detect-libc/package.json +44 -0
- package/templates/admin/node_modules/fdir/LICENSE +7 -0
- package/templates/admin/node_modules/fdir/README.md +91 -0
- package/templates/admin/node_modules/fdir/dist/index.cjs +588 -0
- package/templates/admin/node_modules/fdir/dist/index.d.cts +155 -0
- package/templates/admin/node_modules/fdir/dist/index.d.mts +155 -0
- package/templates/admin/node_modules/fdir/dist/index.mjs +570 -0
- package/templates/admin/node_modules/fdir/package.json +103 -0
- package/templates/admin/node_modules/lightningcss/LICENSE +373 -0
- package/templates/admin/node_modules/lightningcss/README.md +105 -0
- package/templates/admin/node_modules/lightningcss/node/ast.d.ts +9965 -0
- package/templates/admin/node_modules/lightningcss/node/ast.js.flow +10615 -0
- package/templates/admin/node_modules/lightningcss/node/browserslistToTargets.js +48 -0
- package/templates/admin/node_modules/lightningcss/node/composeVisitors.js +450 -0
- package/templates/admin/node_modules/lightningcss/node/flags.js +28 -0
- package/templates/admin/node_modules/lightningcss/node/index.d.ts +501 -0
- package/templates/admin/node_modules/lightningcss/node/index.js +59 -0
- package/templates/admin/node_modules/lightningcss/node/index.js.flow +854 -0
- package/templates/admin/node_modules/lightningcss/node/index.mjs +4 -0
- package/templates/admin/node_modules/lightningcss/node/targets.d.ts +40 -0
- package/templates/admin/node_modules/lightningcss/node/targets.js.flow +39 -0
- package/templates/admin/node_modules/lightningcss/package.json +110 -0
- package/templates/admin/node_modules/lightningcss-win32-x64-msvc/LICENSE +373 -0
- package/templates/admin/node_modules/lightningcss-win32-x64-msvc/README.md +1 -0
- package/templates/admin/node_modules/lightningcss-win32-x64-msvc/lightningcss.win32-x64-msvc.node +0 -0
- package/templates/admin/node_modules/lightningcss-win32-x64-msvc/package.json +34 -0
- package/templates/admin/node_modules/nanoid/LICENSE +20 -0
- package/templates/admin/node_modules/nanoid/README.md +39 -0
- package/templates/admin/node_modules/nanoid/async/index.browser.cjs +43 -0
- package/templates/admin/node_modules/nanoid/async/index.browser.js +43 -0
- package/templates/admin/node_modules/nanoid/async/index.cjs +47 -0
- package/templates/admin/node_modules/nanoid/async/index.d.ts +56 -0
- package/templates/admin/node_modules/nanoid/async/index.js +47 -0
- package/templates/admin/node_modules/nanoid/async/index.native.js +38 -0
- package/templates/admin/node_modules/nanoid/async/package.json +12 -0
- package/templates/admin/node_modules/nanoid/bin/nanoid.cjs +55 -0
- package/templates/admin/node_modules/nanoid/index.browser.cjs +45 -0
- package/templates/admin/node_modules/nanoid/index.browser.js +45 -0
- package/templates/admin/node_modules/nanoid/index.cjs +58 -0
- package/templates/admin/node_modules/nanoid/index.d.cts +91 -0
- package/templates/admin/node_modules/nanoid/index.d.ts +91 -0
- package/templates/admin/node_modules/nanoid/index.js +63 -0
- package/templates/admin/node_modules/nanoid/nanoid.js +1 -0
- package/templates/admin/node_modules/nanoid/non-secure/index.cjs +24 -0
- package/templates/admin/node_modules/nanoid/non-secure/index.d.ts +33 -0
- package/templates/admin/node_modules/nanoid/non-secure/index.js +24 -0
- package/templates/admin/node_modules/nanoid/non-secure/package.json +6 -0
- package/templates/admin/node_modules/nanoid/package.json +89 -0
- package/templates/admin/node_modules/nanoid/url-alphabet/index.cjs +4 -0
- package/templates/admin/node_modules/nanoid/url-alphabet/index.js +4 -0
- package/templates/admin/node_modules/nanoid/url-alphabet/package.json +6 -0
- package/templates/admin/node_modules/picocolors/LICENSE +15 -0
- package/templates/admin/node_modules/picocolors/README.md +21 -0
- package/templates/admin/node_modules/picocolors/package.json +25 -0
- package/templates/admin/node_modules/picocolors/picocolors.browser.js +4 -0
- package/templates/admin/node_modules/picocolors/picocolors.d.ts +5 -0
- package/templates/admin/node_modules/picocolors/picocolors.js +75 -0
- package/templates/admin/node_modules/picocolors/types.d.ts +51 -0
- package/templates/admin/node_modules/picomatch/LICENSE +21 -0
- package/templates/admin/node_modules/picomatch/README.md +743 -0
- package/templates/admin/node_modules/picomatch/index.js +17 -0
- package/templates/admin/node_modules/picomatch/lib/constants.js +184 -0
- package/templates/admin/node_modules/picomatch/lib/parse.js +1425 -0
- package/templates/admin/node_modules/picomatch/lib/picomatch.js +361 -0
- package/templates/admin/node_modules/picomatch/lib/scan.js +403 -0
- package/templates/admin/node_modules/picomatch/lib/utils.js +72 -0
- package/templates/admin/node_modules/picomatch/package.json +83 -0
- package/templates/admin/node_modules/picomatch/posix.js +3 -0
- package/templates/admin/node_modules/postcss/LICENSE +20 -0
- package/templates/admin/node_modules/postcss/README.md +27 -0
- package/templates/admin/node_modules/postcss/lib/at-rule.d.ts +139 -0
- package/templates/admin/node_modules/postcss/lib/at-rule.js +25 -0
- package/templates/admin/node_modules/postcss/lib/comment.d.ts +67 -0
- package/templates/admin/node_modules/postcss/lib/comment.js +13 -0
- package/templates/admin/node_modules/postcss/lib/container.d.ts +478 -0
- package/templates/admin/node_modules/postcss/lib/container.js +494 -0
- package/templates/admin/node_modules/postcss/lib/css-syntax-error.d.ts +247 -0
- package/templates/admin/node_modules/postcss/lib/css-syntax-error.js +133 -0
- package/templates/admin/node_modules/postcss/lib/declaration.d.ts +150 -0
- package/templates/admin/node_modules/postcss/lib/declaration.js +24 -0
- package/templates/admin/node_modules/postcss/lib/document.d.ts +68 -0
- package/templates/admin/node_modules/postcss/lib/document.js +33 -0
- package/templates/admin/node_modules/postcss/lib/fromJSON.d.ts +9 -0
- package/templates/admin/node_modules/postcss/lib/fromJSON.js +107 -0
- package/templates/admin/node_modules/postcss/lib/input.d.ts +226 -0
- package/templates/admin/node_modules/postcss/lib/input.js +282 -0
- package/templates/admin/node_modules/postcss/lib/lazy-result.d.ts +189 -0
- package/templates/admin/node_modules/postcss/lib/lazy-result.js +626 -0
- package/templates/admin/node_modules/postcss/lib/list.d.ts +60 -0
- package/templates/admin/node_modules/postcss/lib/list.js +59 -0
- package/templates/admin/node_modules/postcss/lib/map-generator.js +376 -0
- package/templates/admin/node_modules/postcss/lib/no-work-result.d.ts +45 -0
- package/templates/admin/node_modules/postcss/lib/no-work-result.js +137 -0
- package/templates/admin/node_modules/postcss/lib/node.d.ts +555 -0
- package/templates/admin/node_modules/postcss/lib/node.js +494 -0
- package/templates/admin/node_modules/postcss/lib/parse.d.ts +9 -0
- package/templates/admin/node_modules/postcss/lib/parse.js +42 -0
- package/templates/admin/node_modules/postcss/lib/parser.js +618 -0
- package/templates/admin/node_modules/postcss/lib/postcss.d.mts +66 -0
- package/templates/admin/node_modules/postcss/lib/postcss.d.ts +464 -0
- package/templates/admin/node_modules/postcss/lib/postcss.js +101 -0
- package/templates/admin/node_modules/postcss/lib/postcss.mjs +30 -0
- package/templates/admin/node_modules/postcss/lib/previous-map.d.ts +80 -0
- package/templates/admin/node_modules/postcss/lib/previous-map.js +176 -0
- package/templates/admin/node_modules/postcss/lib/processor.d.ts +114 -0
- package/templates/admin/node_modules/postcss/lib/processor.js +67 -0
- package/templates/admin/node_modules/postcss/lib/result.d.ts +204 -0
- package/templates/admin/node_modules/postcss/lib/result.js +42 -0
- package/templates/admin/node_modules/postcss/lib/root.d.ts +86 -0
- package/templates/admin/node_modules/postcss/lib/root.js +76 -0
- package/templates/admin/node_modules/postcss/lib/rule.d.ts +126 -0
- package/templates/admin/node_modules/postcss/lib/rule.js +27 -0
- package/templates/admin/node_modules/postcss/lib/stringifier.d.ts +45 -0
- package/templates/admin/node_modules/postcss/lib/stringifier.js +461 -0
- package/templates/admin/node_modules/postcss/lib/stringify.d.ts +9 -0
- package/templates/admin/node_modules/postcss/lib/stringify.js +11 -0
- package/templates/admin/node_modules/postcss/lib/symbols.js +5 -0
- package/templates/admin/node_modules/postcss/lib/terminal-highlight.js +70 -0
- package/templates/admin/node_modules/postcss/lib/tokenize.js +270 -0
- package/templates/admin/node_modules/postcss/lib/warn-once.js +13 -0
- package/templates/admin/node_modules/postcss/lib/warning.d.ts +146 -0
- package/templates/admin/node_modules/postcss/lib/warning.js +47 -0
- package/templates/admin/node_modules/postcss/package.json +88 -0
- package/templates/admin/node_modules/rolldown/LICENSE +25 -0
- package/templates/admin/node_modules/rolldown/README.md +11 -0
- package/templates/admin/node_modules/rolldown/THIRD-PARTY-LICENSE +33 -0
- package/templates/admin/node_modules/rolldown/bin/cli.mjs +11 -0
- package/templates/admin/node_modules/rolldown/dist/cli.d.mts +1 -0
- package/templates/admin/node_modules/rolldown/dist/cli.mjs +1208 -0
- package/templates/admin/node_modules/rolldown/dist/config.d.mts +26 -0
- package/templates/admin/node_modules/rolldown/dist/config.mjs +4 -0
- package/templates/admin/node_modules/rolldown/dist/experimental-default-runtime.mjs +116 -0
- package/templates/admin/node_modules/rolldown/dist/experimental-index.d.mts +324 -0
- package/templates/admin/node_modules/rolldown/dist/experimental-index.mjs +383 -0
- package/templates/admin/node_modules/rolldown/dist/experimental-runtime-base.mjs +95 -0
- package/templates/admin/node_modules/rolldown/dist/experimental-runtime-types.d.ts +177 -0
- package/templates/admin/node_modules/rolldown/dist/experimental-runtime.d.ts +177 -0
- package/templates/admin/node_modules/rolldown/dist/experimental-runtime.mjs +257 -0
- package/templates/admin/node_modules/rolldown/dist/filter-index.d.mts +196 -0
- package/templates/admin/node_modules/rolldown/dist/filter-index.mjs +376 -0
- package/templates/admin/node_modules/rolldown/dist/get-log-filter.d.mts +3 -0
- package/templates/admin/node_modules/rolldown/dist/get-log-filter.mjs +68 -0
- package/templates/admin/node_modules/rolldown/dist/index.d.mts +4 -0
- package/templates/admin/node_modules/rolldown/dist/index.mjs +56 -0
- package/templates/admin/node_modules/rolldown/dist/parallel-plugin-worker.d.mts +1 -0
- package/templates/admin/node_modules/rolldown/dist/parallel-plugin-worker.mjs +29 -0
- package/templates/admin/node_modules/rolldown/dist/parallel-plugin.d.mts +12 -0
- package/templates/admin/node_modules/rolldown/dist/parallel-plugin.mjs +6 -0
- package/templates/admin/node_modules/rolldown/dist/parse-ast-index.d.mts +30 -0
- package/templates/admin/node_modules/rolldown/dist/parse-ast-index.mjs +60 -0
- package/templates/admin/node_modules/rolldown/dist/plugins-index.d.mts +32 -0
- package/templates/admin/node_modules/rolldown/dist/plugins-index.mjs +40 -0
- package/templates/admin/node_modules/rolldown/dist/shared/binding-CtPG-2KR.mjs +675 -0
- package/templates/admin/node_modules/rolldown/dist/shared/binding-Og__jmUi.d.mts +2065 -0
- package/templates/admin/node_modules/rolldown/dist/shared/bindingify-input-options-4JJxbZl2.mjs +2416 -0
- package/templates/admin/node_modules/rolldown/dist/shared/constructors-Qrp2Xr6w.d.mts +35 -0
- package/templates/admin/node_modules/rolldown/dist/shared/constructors-ltBDfHX1.mjs +69 -0
- package/templates/admin/node_modules/rolldown/dist/shared/create-bundler-option-DSPiA5F7.mjs +3220 -0
- package/templates/admin/node_modules/rolldown/dist/shared/define-config-Demdg3_4.mjs +6 -0
- package/templates/admin/node_modules/rolldown/dist/shared/define-config-Nbz-lniw.d.mts +4101 -0
- package/templates/admin/node_modules/rolldown/dist/shared/dist-DKbukT1H.mjs +154 -0
- package/templates/admin/node_modules/rolldown/dist/shared/error-HDibX49O.mjs +85 -0
- package/templates/admin/node_modules/rolldown/dist/shared/get-log-filter-AjBknEEO.d.mts +34 -0
- package/templates/admin/node_modules/rolldown/dist/shared/load-config-BMUrE9HH.mjs +137 -0
- package/templates/admin/node_modules/rolldown/dist/shared/logging-xuHO4mAy.d.mts +50 -0
- package/templates/admin/node_modules/rolldown/dist/shared/logs-DmYCAKcW.mjs +192 -0
- package/templates/admin/node_modules/rolldown/dist/shared/misc-DOSKtd97.mjs +29 -0
- package/templates/admin/node_modules/rolldown/dist/shared/normalize-string-or-regex-DWz4it3p.mjs +68 -0
- package/templates/admin/node_modules/rolldown/dist/shared/parse-D0g29RgN.mjs +74 -0
- package/templates/admin/node_modules/rolldown/dist/shared/prompt-CH6TK0bC.mjs +885 -0
- package/templates/admin/node_modules/rolldown/dist/shared/resolve-tsconfig-CLYpUIZC.mjs +128 -0
- package/templates/admin/node_modules/rolldown/dist/shared/rolldown-C9Hfg50O.mjs +179 -0
- package/templates/admin/node_modules/rolldown/dist/shared/transform-DR4CXeQm.d.mts +152 -0
- package/templates/admin/node_modules/rolldown/dist/shared/watch-UbzgabQn.mjs +377 -0
- package/templates/admin/node_modules/rolldown/dist/utils-index.d.mts +375 -0
- package/templates/admin/node_modules/rolldown/dist/utils-index.mjs +2416 -0
- package/templates/admin/node_modules/rolldown/package.json +164 -0
- package/templates/admin/node_modules/source-map-js/LICENSE +28 -0
- package/templates/admin/node_modules/source-map-js/README.md +765 -0
- package/templates/admin/node_modules/source-map-js/lib/array-set.js +121 -0
- package/templates/admin/node_modules/source-map-js/lib/base64-vlq.js +140 -0
- package/templates/admin/node_modules/source-map-js/lib/base64.js +67 -0
- package/templates/admin/node_modules/source-map-js/lib/binary-search.js +111 -0
- package/templates/admin/node_modules/source-map-js/lib/mapping-list.js +79 -0
- package/templates/admin/node_modules/source-map-js/lib/quick-sort.js +132 -0
- package/templates/admin/node_modules/source-map-js/lib/source-map-consumer.d.ts +1 -0
- package/templates/admin/node_modules/source-map-js/lib/source-map-consumer.js +1188 -0
- package/templates/admin/node_modules/source-map-js/lib/source-map-generator.d.ts +1 -0
- package/templates/admin/node_modules/source-map-js/lib/source-map-generator.js +444 -0
- package/templates/admin/node_modules/source-map-js/lib/source-node.d.ts +1 -0
- package/templates/admin/node_modules/source-map-js/lib/source-node.js +413 -0
- package/templates/admin/node_modules/source-map-js/lib/util.js +594 -0
- package/templates/admin/node_modules/source-map-js/package.json +71 -0
- package/templates/admin/node_modules/source-map-js/source-map.d.ts +104 -0
- package/templates/admin/node_modules/source-map-js/source-map.js +8 -0
- package/templates/admin/node_modules/tinyglobby/LICENSE +21 -0
- package/templates/admin/node_modules/tinyglobby/README.md +25 -0
- package/templates/admin/node_modules/tinyglobby/dist/index.cjs +335 -0
- package/templates/admin/node_modules/tinyglobby/dist/index.d.cts +148 -0
- package/templates/admin/node_modules/tinyglobby/dist/index.d.mts +148 -0
- package/templates/admin/node_modules/tinyglobby/dist/index.mjs +307 -0
- package/templates/admin/node_modules/tinyglobby/package.json +70 -0
- package/templates/admin/node_modules/typescript/LICENSE +55 -0
- package/templates/admin/node_modules/typescript/NOTICE.txt +436 -0
- package/templates/admin/node_modules/typescript/README.md +49 -0
- package/templates/admin/node_modules/typescript/bin/tsc +2 -0
- package/templates/admin/node_modules/typescript/dist/api/async/api.d.ts +529 -0
- package/templates/admin/node_modules/typescript/dist/api/async/api.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/api/async/api.js +1657 -0
- package/templates/admin/node_modules/typescript/dist/api/async/api.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/api/async/client.d.ts +39 -0
- package/templates/admin/node_modules/typescript/dist/api/async/client.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/api/async/client.js +211 -0
- package/templates/admin/node_modules/typescript/dist/api/async/client.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/api/async/types.d.ts +310 -0
- package/templates/admin/node_modules/typescript/dist/api/async/types.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/api/async/types.js +2 -0
- package/templates/admin/node_modules/typescript/dist/api/async/types.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/api/compilerOptions.d.ts +109 -0
- package/templates/admin/node_modules/typescript/dist/api/compilerOptions.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/api/compilerOptions.js +2 -0
- package/templates/admin/node_modules/typescript/dist/api/compilerOptions.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/api/fs.d.ts +23 -0
- package/templates/admin/node_modules/typescript/dist/api/fs.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/api/fs.js +109 -0
- package/templates/admin/node_modules/typescript/dist/api/fs.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/api/node/encoder.d.ts +15 -0
- package/templates/admin/node_modules/typescript/dist/api/node/encoder.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/api/node/encoder.generated.d.ts +5 -0
- package/templates/admin/node_modules/typescript/dist/api/node/encoder.generated.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/api/node/encoder.generated.js +74 -0
- package/templates/admin/node_modules/typescript/dist/api/node/encoder.generated.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/api/node/encoder.js +287 -0
- package/templates/admin/node_modules/typescript/dist/api/node/encoder.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/api/node/msgpack.d.ts +32 -0
- package/templates/admin/node_modules/typescript/dist/api/node/msgpack.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/api/node/msgpack.js +213 -0
- package/templates/admin/node_modules/typescript/dist/api/node/msgpack.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/api/node/node.d.ts +76 -0
- package/templates/admin/node_modules/typescript/dist/api/node/node.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/api/node/node.generated.d.ts +182 -0
- package/templates/admin/node_modules/typescript/dist/api/node/node.generated.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/api/node/node.generated.js +835 -0
- package/templates/admin/node_modules/typescript/dist/api/node/node.generated.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/api/node/node.infrastructure.d.ts +62 -0
- package/templates/admin/node_modules/typescript/dist/api/node/node.infrastructure.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/api/node/node.infrastructure.js +122 -0
- package/templates/admin/node_modules/typescript/dist/api/node/node.infrastructure.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/api/node/node.js +298 -0
- package/templates/admin/node_modules/typescript/dist/api/node/node.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/api/node/protocol.d.ts +29 -0
- package/templates/admin/node_modules/typescript/dist/api/node/protocol.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/api/node/protocol.generated.d.ts +4 -0
- package/templates/admin/node_modules/typescript/dist/api/node/protocol.generated.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/api/node/protocol.generated.js +241 -0
- package/templates/admin/node_modules/typescript/dist/api/node/protocol.generated.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/api/node/protocol.js +30 -0
- package/templates/admin/node_modules/typescript/dist/api/node/protocol.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/api/node/wtf8.d.ts +6 -0
- package/templates/admin/node_modules/typescript/dist/api/node/wtf8.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/api/node/wtf8.js +61 -0
- package/templates/admin/node_modules/typescript/dist/api/node/wtf8.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/api/options.d.ts +32 -0
- package/templates/admin/node_modules/typescript/dist/api/options.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/api/options.js +11 -0
- package/templates/admin/node_modules/typescript/dist/api/options.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/api/path.d.ts +110 -0
- package/templates/admin/node_modules/typescript/dist/api/path.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/api/path.js +508 -0
- package/templates/admin/node_modules/typescript/dist/api/path.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/api/proto.d.ts +239 -0
- package/templates/admin/node_modules/typescript/dist/api/proto.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/api/proto.js +37 -0
- package/templates/admin/node_modules/typescript/dist/api/proto.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/api/sourceFileCache.d.ts +79 -0
- package/templates/admin/node_modules/typescript/dist/api/sourceFileCache.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/api/sourceFileCache.js +169 -0
- package/templates/admin/node_modules/typescript/dist/api/sourceFileCache.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/api/sync/api.d.ts +529 -0
- package/templates/admin/node_modules/typescript/dist/api/sync/api.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/api/sync/api.js +1665 -0
- package/templates/admin/node_modules/typescript/dist/api/sync/api.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/api/sync/client.d.ts +30 -0
- package/templates/admin/node_modules/typescript/dist/api/sync/client.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/api/sync/client.js +124 -0
- package/templates/admin/node_modules/typescript/dist/api/sync/client.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/api/sync/types.d.ts +310 -0
- package/templates/admin/node_modules/typescript/dist/api/sync/types.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/api/sync/types.js +2 -0
- package/templates/admin/node_modules/typescript/dist/api/sync/types.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/api/syncChannel.d.ts +114 -0
- package/templates/admin/node_modules/typescript/dist/api/syncChannel.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/api/syncChannel.js +508 -0
- package/templates/admin/node_modules/typescript/dist/api/syncChannel.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/api/timing.d.ts +175 -0
- package/templates/admin/node_modules/typescript/dist/api/timing.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/api/timing.js +149 -0
- package/templates/admin/node_modules/typescript/dist/api/timing.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/ast/ast.d.ts +100 -0
- package/templates/admin/node_modules/typescript/dist/ast/ast.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/ast/ast.generated.d.ts +1161 -0
- package/templates/admin/node_modules/typescript/dist/ast/ast.generated.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/ast/ast.generated.js +4 -0
- package/templates/admin/node_modules/typescript/dist/ast/ast.generated.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/ast/ast.js +7 -0
- package/templates/admin/node_modules/typescript/dist/ast/ast.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/ast/astnav.d.ts +19 -0
- package/templates/admin/node_modules/typescript/dist/ast/astnav.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/ast/astnav.js +596 -0
- package/templates/admin/node_modules/typescript/dist/ast/astnav.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/ast/clone.d.ts +16 -0
- package/templates/admin/node_modules/typescript/dist/ast/clone.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/ast/clone.js +104 -0
- package/templates/admin/node_modules/typescript/dist/ast/clone.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/ast/factory.generated.d.ts +520 -0
- package/templates/admin/node_modules/typescript/dist/ast/factory.generated.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/ast/factory.generated.js +3057 -0
- package/templates/admin/node_modules/typescript/dist/ast/factory.generated.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/ast/index.d.ts +20 -0
- package/templates/admin/node_modules/typescript/dist/ast/index.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/ast/index.js +20 -0
- package/templates/admin/node_modules/typescript/dist/ast/index.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/ast/is.d.ts +35 -0
- package/templates/admin/node_modules/typescript/dist/ast/is.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/ast/is.generated.d.ts +329 -0
- package/templates/admin/node_modules/typescript/dist/ast/is.generated.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/ast/is.generated.js +1103 -0
- package/templates/admin/node_modules/typescript/dist/ast/is.generated.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/ast/is.js +233 -0
- package/templates/admin/node_modules/typescript/dist/ast/is.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/ast/jsdoc.d.ts +11 -0
- package/templates/admin/node_modules/typescript/dist/ast/jsdoc.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/ast/jsdoc.js +202 -0
- package/templates/admin/node_modules/typescript/dist/ast/jsdoc.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/ast/scanner.d.ts +97 -0
- package/templates/admin/node_modules/typescript/dist/ast/scanner.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/ast/scanner.js +2230 -0
- package/templates/admin/node_modules/typescript/dist/ast/scanner.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/ast/utils.d.ts +17 -0
- package/templates/admin/node_modules/typescript/dist/ast/utils.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/ast/utils.js +67 -0
- package/templates/admin/node_modules/typescript/dist/ast/utils.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/ast/visitor.d.ts +14 -0
- package/templates/admin/node_modules/typescript/dist/ast/visitor.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/ast/visitor.generated.d.ts +50 -0
- package/templates/admin/node_modules/typescript/dist/ast/visitor.generated.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/ast/visitor.generated.js +978 -0
- package/templates/admin/node_modules/typescript/dist/ast/visitor.generated.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/ast/visitor.js +47 -0
- package/templates/admin/node_modules/typescript/dist/ast/visitor.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/characterCodes.d.ts +2 -0
- package/templates/admin/node_modules/typescript/dist/enums/characterCodes.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/characterCodes.enum.d.ts +129 -0
- package/templates/admin/node_modules/typescript/dist/enums/characterCodes.enum.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/characterCodes.enum.js +132 -0
- package/templates/admin/node_modules/typescript/dist/enums/characterCodes.enum.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/characterCodes.js +130 -0
- package/templates/admin/node_modules/typescript/dist/enums/characterCodes.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/commentDirectiveType.d.ts +2 -0
- package/templates/admin/node_modules/typescript/dist/enums/commentDirectiveType.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/commentDirectiveType.enum.d.ts +5 -0
- package/templates/admin/node_modules/typescript/dist/enums/commentDirectiveType.enum.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/commentDirectiveType.enum.js +6 -0
- package/templates/admin/node_modules/typescript/dist/enums/commentDirectiveType.enum.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/commentDirectiveType.js +6 -0
- package/templates/admin/node_modules/typescript/dist/enums/commentDirectiveType.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/completionItemKind.d.ts +2 -0
- package/templates/admin/node_modules/typescript/dist/enums/completionItemKind.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/completionItemKind.enum.d.ts +28 -0
- package/templates/admin/node_modules/typescript/dist/enums/completionItemKind.enum.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/completionItemKind.enum.js +30 -0
- package/templates/admin/node_modules/typescript/dist/enums/completionItemKind.enum.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/completionItemKind.js +30 -0
- package/templates/admin/node_modules/typescript/dist/enums/completionItemKind.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/diagnosticCategory.d.ts +2 -0
- package/templates/admin/node_modules/typescript/dist/enums/diagnosticCategory.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/diagnosticCategory.enum.d.ts +7 -0
- package/templates/admin/node_modules/typescript/dist/enums/diagnosticCategory.enum.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/diagnosticCategory.enum.js +9 -0
- package/templates/admin/node_modules/typescript/dist/enums/diagnosticCategory.enum.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/diagnosticCategory.js +9 -0
- package/templates/admin/node_modules/typescript/dist/enums/diagnosticCategory.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/elementFlags.d.ts +2 -0
- package/templates/admin/node_modules/typescript/dist/enums/elementFlags.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/elementFlags.enum.d.ts +12 -0
- package/templates/admin/node_modules/typescript/dist/enums/elementFlags.enum.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/elementFlags.enum.js +14 -0
- package/templates/admin/node_modules/typescript/dist/enums/elementFlags.enum.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/elementFlags.js +14 -0
- package/templates/admin/node_modules/typescript/dist/enums/elementFlags.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/internalSymbolName.d.ts +2 -0
- package/templates/admin/node_modules/typescript/dist/enums/internalSymbolName.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/internalSymbolName.enum.d.ts +23 -0
- package/templates/admin/node_modules/typescript/dist/enums/internalSymbolName.enum.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/internalSymbolName.enum.js +25 -0
- package/templates/admin/node_modules/typescript/dist/enums/internalSymbolName.enum.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/internalSymbolName.js +25 -0
- package/templates/admin/node_modules/typescript/dist/enums/internalSymbolName.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/jsxEmit.d.ts +2 -0
- package/templates/admin/node_modules/typescript/dist/enums/jsxEmit.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/jsxEmit.enum.d.ts +9 -0
- package/templates/admin/node_modules/typescript/dist/enums/jsxEmit.enum.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/jsxEmit.enum.js +11 -0
- package/templates/admin/node_modules/typescript/dist/enums/jsxEmit.enum.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/jsxEmit.js +11 -0
- package/templates/admin/node_modules/typescript/dist/enums/jsxEmit.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/languageVariant.d.ts +2 -0
- package/templates/admin/node_modules/typescript/dist/enums/languageVariant.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/languageVariant.enum.d.ts +5 -0
- package/templates/admin/node_modules/typescript/dist/enums/languageVariant.enum.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/languageVariant.enum.js +6 -0
- package/templates/admin/node_modules/typescript/dist/enums/languageVariant.enum.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/languageVariant.js +6 -0
- package/templates/admin/node_modules/typescript/dist/enums/languageVariant.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/modifierFlags.d.ts +2 -0
- package/templates/admin/node_modules/typescript/dist/enums/modifierFlags.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/modifierFlags.enum.d.ts +42 -0
- package/templates/admin/node_modules/typescript/dist/enums/modifierFlags.enum.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/modifierFlags.enum.js +44 -0
- package/templates/admin/node_modules/typescript/dist/enums/modifierFlags.enum.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/modifierFlags.js +44 -0
- package/templates/admin/node_modules/typescript/dist/enums/modifierFlags.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/moduleDetectionKind.d.ts +2 -0
- package/templates/admin/node_modules/typescript/dist/enums/moduleDetectionKind.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/moduleDetectionKind.enum.d.ts +7 -0
- package/templates/admin/node_modules/typescript/dist/enums/moduleDetectionKind.enum.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/moduleDetectionKind.enum.js +9 -0
- package/templates/admin/node_modules/typescript/dist/enums/moduleDetectionKind.enum.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/moduleDetectionKind.js +9 -0
- package/templates/admin/node_modules/typescript/dist/enums/moduleDetectionKind.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/moduleKind.d.ts +2 -0
- package/templates/admin/node_modules/typescript/dist/enums/moduleKind.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/moduleKind.enum.d.ts +17 -0
- package/templates/admin/node_modules/typescript/dist/enums/moduleKind.enum.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/moduleKind.enum.js +19 -0
- package/templates/admin/node_modules/typescript/dist/enums/moduleKind.enum.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/moduleKind.js +19 -0
- package/templates/admin/node_modules/typescript/dist/enums/moduleKind.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/moduleResolutionKind.d.ts +2 -0
- package/templates/admin/node_modules/typescript/dist/enums/moduleResolutionKind.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/moduleResolutionKind.enum.d.ts +9 -0
- package/templates/admin/node_modules/typescript/dist/enums/moduleResolutionKind.enum.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/moduleResolutionKind.enum.js +11 -0
- package/templates/admin/node_modules/typescript/dist/enums/moduleResolutionKind.enum.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/moduleResolutionKind.js +11 -0
- package/templates/admin/node_modules/typescript/dist/enums/moduleResolutionKind.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/newLineKind.d.ts +2 -0
- package/templates/admin/node_modules/typescript/dist/enums/newLineKind.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/newLineKind.enum.d.ts +6 -0
- package/templates/admin/node_modules/typescript/dist/enums/newLineKind.enum.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/newLineKind.enum.js +8 -0
- package/templates/admin/node_modules/typescript/dist/enums/newLineKind.enum.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/newLineKind.js +8 -0
- package/templates/admin/node_modules/typescript/dist/enums/newLineKind.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/nodeBuilderFlags.d.ts +2 -0
- package/templates/admin/node_modules/typescript/dist/enums/nodeBuilderFlags.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/nodeBuilderFlags.enum.d.ts +36 -0
- package/templates/admin/node_modules/typescript/dist/enums/nodeBuilderFlags.enum.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/nodeBuilderFlags.enum.js +38 -0
- package/templates/admin/node_modules/typescript/dist/enums/nodeBuilderFlags.enum.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/nodeBuilderFlags.js +38 -0
- package/templates/admin/node_modules/typescript/dist/enums/nodeBuilderFlags.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/nodeFlags.d.ts +2 -0
- package/templates/admin/node_modules/typescript/dist/enums/nodeFlags.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/nodeFlags.enum.d.ts +44 -0
- package/templates/admin/node_modules/typescript/dist/enums/nodeFlags.enum.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/nodeFlags.enum.js +46 -0
- package/templates/admin/node_modules/typescript/dist/enums/nodeFlags.enum.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/nodeFlags.js +46 -0
- package/templates/admin/node_modules/typescript/dist/enums/nodeFlags.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/objectFlags.d.ts +2 -0
- package/templates/admin/node_modules/typescript/dist/enums/objectFlags.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/objectFlags.enum.d.ts +50 -0
- package/templates/admin/node_modules/typescript/dist/enums/objectFlags.enum.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/objectFlags.enum.js +52 -0
- package/templates/admin/node_modules/typescript/dist/enums/objectFlags.enum.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/objectFlags.js +52 -0
- package/templates/admin/node_modules/typescript/dist/enums/objectFlags.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/outerExpressionKinds.d.ts +2 -0
- package/templates/admin/node_modules/typescript/dist/enums/outerExpressionKinds.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/outerExpressionKinds.enum.d.ts +16 -0
- package/templates/admin/node_modules/typescript/dist/enums/outerExpressionKinds.enum.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/outerExpressionKinds.enum.js +18 -0
- package/templates/admin/node_modules/typescript/dist/enums/outerExpressionKinds.enum.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/outerExpressionKinds.js +18 -0
- package/templates/admin/node_modules/typescript/dist/enums/outerExpressionKinds.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/regularExpressionFlags.d.ts +2 -0
- package/templates/admin/node_modules/typescript/dist/enums/regularExpressionFlags.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/regularExpressionFlags.enum.d.ts +13 -0
- package/templates/admin/node_modules/typescript/dist/enums/regularExpressionFlags.enum.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/regularExpressionFlags.enum.js +14 -0
- package/templates/admin/node_modules/typescript/dist/enums/regularExpressionFlags.enum.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/regularExpressionFlags.js +14 -0
- package/templates/admin/node_modules/typescript/dist/enums/regularExpressionFlags.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/scriptKind.d.ts +2 -0
- package/templates/admin/node_modules/typescript/dist/enums/scriptKind.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/scriptKind.enum.d.ts +11 -0
- package/templates/admin/node_modules/typescript/dist/enums/scriptKind.enum.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/scriptKind.enum.js +12 -0
- package/templates/admin/node_modules/typescript/dist/enums/scriptKind.enum.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/scriptKind.js +12 -0
- package/templates/admin/node_modules/typescript/dist/enums/scriptKind.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/scriptTarget.d.ts +2 -0
- package/templates/admin/node_modules/typescript/dist/enums/scriptTarget.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/scriptTarget.enum.d.ts +17 -0
- package/templates/admin/node_modules/typescript/dist/enums/scriptTarget.enum.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/scriptTarget.enum.js +18 -0
- package/templates/admin/node_modules/typescript/dist/enums/scriptTarget.enum.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/scriptTarget.js +18 -0
- package/templates/admin/node_modules/typescript/dist/enums/scriptTarget.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/signatureFlags.d.ts +2 -0
- package/templates/admin/node_modules/typescript/dist/enums/signatureFlags.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/signatureFlags.enum.d.ts +15 -0
- package/templates/admin/node_modules/typescript/dist/enums/signatureFlags.enum.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/signatureFlags.enum.js +17 -0
- package/templates/admin/node_modules/typescript/dist/enums/signatureFlags.enum.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/signatureFlags.js +17 -0
- package/templates/admin/node_modules/typescript/dist/enums/signatureFlags.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/signatureKind.d.ts +2 -0
- package/templates/admin/node_modules/typescript/dist/enums/signatureKind.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/signatureKind.enum.d.ts +5 -0
- package/templates/admin/node_modules/typescript/dist/enums/signatureKind.enum.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/signatureKind.enum.js +7 -0
- package/templates/admin/node_modules/typescript/dist/enums/signatureKind.enum.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/signatureKind.js +7 -0
- package/templates/admin/node_modules/typescript/dist/enums/signatureKind.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/symbolFlags.d.ts +2 -0
- package/templates/admin/node_modules/typescript/dist/enums/symbolFlags.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/symbolFlags.enum.d.ts +71 -0
- package/templates/admin/node_modules/typescript/dist/enums/symbolFlags.enum.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/symbolFlags.enum.js +73 -0
- package/templates/admin/node_modules/typescript/dist/enums/symbolFlags.enum.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/symbolFlags.js +73 -0
- package/templates/admin/node_modules/typescript/dist/enums/symbolFlags.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/syntaxKind.d.ts +2 -0
- package/templates/admin/node_modules/typescript/dist/enums/syntaxKind.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/syntaxKind.enum.d.ts +389 -0
- package/templates/admin/node_modules/typescript/dist/enums/syntaxKind.enum.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/syntaxKind.enum.js +391 -0
- package/templates/admin/node_modules/typescript/dist/enums/syntaxKind.enum.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/syntaxKind.js +391 -0
- package/templates/admin/node_modules/typescript/dist/enums/syntaxKind.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/tokenFlags.d.ts +2 -0
- package/templates/admin/node_modules/typescript/dist/enums/tokenFlags.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/tokenFlags.enum.d.ts +30 -0
- package/templates/admin/node_modules/typescript/dist/enums/tokenFlags.enum.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/tokenFlags.enum.js +32 -0
- package/templates/admin/node_modules/typescript/dist/enums/tokenFlags.enum.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/tokenFlags.js +32 -0
- package/templates/admin/node_modules/typescript/dist/enums/tokenFlags.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/typeFlags.d.ts +2 -0
- package/templates/admin/node_modules/typescript/dist/enums/typeFlags.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/typeFlags.enum.d.ts +76 -0
- package/templates/admin/node_modules/typescript/dist/enums/typeFlags.enum.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/typeFlags.enum.js +78 -0
- package/templates/admin/node_modules/typescript/dist/enums/typeFlags.enum.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/typeFlags.js +78 -0
- package/templates/admin/node_modules/typescript/dist/enums/typeFlags.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/typePredicateKind.d.ts +2 -0
- package/templates/admin/node_modules/typescript/dist/enums/typePredicateKind.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/typePredicateKind.enum.d.ts +7 -0
- package/templates/admin/node_modules/typescript/dist/enums/typePredicateKind.enum.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/typePredicateKind.enum.js +9 -0
- package/templates/admin/node_modules/typescript/dist/enums/typePredicateKind.enum.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/enums/typePredicateKind.js +9 -0
- package/templates/admin/node_modules/typescript/dist/enums/typePredicateKind.js.map +1 -0
- package/templates/admin/node_modules/typescript/dist/internal/utils.d.ts +23 -0
- package/templates/admin/node_modules/typescript/dist/internal/utils.d.ts.map +1 -0
- package/templates/admin/node_modules/typescript/dist/internal/utils.js +25 -0
- package/templates/admin/node_modules/typescript/dist/internal/utils.js.map +1 -0
- package/templates/admin/node_modules/typescript/lib/getExePath.d.ts +2 -0
- package/templates/admin/node_modules/typescript/lib/getExePath.js +70 -0
- package/templates/admin/node_modules/typescript/lib/tsc.js +28 -0
- package/templates/admin/node_modules/typescript/lib/version.cjs +3 -0
- package/templates/admin/node_modules/typescript/lib/version.d.cts +2 -0
- package/templates/admin/node_modules/typescript/package.json +87 -0
- package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/License.txt +11 -0
- package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/README.md +54 -0
- package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/lib/browser/main.d.ts +17 -0
- package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/lib/browser/main.js +83 -0
- package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/lib/browser/ril.d.ts +22 -0
- package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/lib/browser/ril.js +210 -0
- package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/lib/common/api.d.ts +14 -0
- package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/lib/common/api.js +87 -0
- package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/lib/common/cancellation.d.ts +32 -0
- package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/lib/common/cancellation.js +132 -0
- package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/lib/common/connection.d.ts +367 -0
- package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/lib/common/connection.js +1271 -0
- package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/lib/common/disposable.d.ts +9 -0
- package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/lib/common/disposable.js +16 -0
- package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/lib/common/encoding.d.ts +52 -0
- package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/lib/common/encoding.js +70 -0
- package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/lib/common/events.d.ts +39 -0
- package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/lib/common/events.js +135 -0
- package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/lib/common/is.d.ts +7 -0
- package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/lib/common/is.js +34 -0
- package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/lib/common/linkedMap.d.ts +55 -0
- package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/lib/common/linkedMap.js +412 -0
- package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/lib/common/messageBuffer.d.ts +18 -0
- package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/lib/common/messageBuffer.js +155 -0
- package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/lib/common/messageReader.d.ts +77 -0
- package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/lib/common/messageReader.js +246 -0
- package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/lib/common/messageWriter.d.ts +60 -0
- package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/lib/common/messageWriter.js +157 -0
- package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/lib/common/messages.d.ts +369 -0
- package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/lib/common/messages.js +436 -0
- package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/lib/common/ral.d.ts +74 -0
- package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/lib/common/ral.js +23 -0
- package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/lib/common/semaphore.d.ts +10 -0
- package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/lib/common/semaphore.js +74 -0
- package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/lib/common/sharedArrayCancellation.d.ts +15 -0
- package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/lib/common/sharedArrayCancellation.js +77 -0
- package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/lib/node/main.d.ts +58 -0
- package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/lib/node/main.js +289 -0
- package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/lib/node/ril.d.ts +12 -0
- package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/lib/node/ril.js +163 -0
- package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/package.json +54 -0
- package/templates/admin/node_modules/typescript/vendor/vscode-jsonrpc/typings/thenable.d.ts +5 -0
- package/templates/admin/node_modules/vite/LICENSE.md +2322 -0
- package/templates/admin/node_modules/vite/README.md +20 -0
- package/templates/admin/node_modules/vite/bin/openChrome.js +68 -0
- package/templates/admin/node_modules/vite/bin/vite.js +79 -0
- package/templates/admin/node_modules/vite/client.d.ts +285 -0
- package/templates/admin/node_modules/vite/dist/client/bundledDevClient.mjs +1829 -0
- package/templates/admin/node_modules/vite/dist/client/client.mjs +1244 -0
- package/templates/admin/node_modules/vite/dist/client/env.mjs +18 -0
- package/templates/admin/node_modules/vite/dist/node/chunks/build.js +5494 -0
- package/templates/admin/node_modules/vite/dist/node/chunks/dist.js +6732 -0
- package/templates/admin/node_modules/vite/dist/node/chunks/lib.js +371 -0
- package/templates/admin/node_modules/vite/dist/node/chunks/moduleRunnerTransport.d.ts +95 -0
- package/templates/admin/node_modules/vite/dist/node/chunks/node.js +37269 -0
- package/templates/admin/node_modules/vite/dist/node/chunks/postcss-import.js +465 -0
- package/templates/admin/node_modules/vite/dist/node/cli.js +835 -0
- package/templates/admin/node_modules/vite/dist/node/index.d.ts +4069 -0
- package/templates/admin/node_modules/vite/dist/node/index.js +2 -0
- package/templates/admin/node_modules/vite/dist/node/internal.d.ts +2 -0
- package/templates/admin/node_modules/vite/dist/node/internal.js +2 -0
- package/templates/admin/node_modules/vite/dist/node/module-runner.d.ts +313 -0
- package/templates/admin/node_modules/vite/dist/node/module-runner.js +1288 -0
- package/templates/admin/node_modules/vite/misc/false.js +1 -0
- package/templates/admin/node_modules/vite/misc/true.js +1 -0
- package/templates/admin/node_modules/vite/package.json +194 -0
- package/templates/admin/node_modules/vite/types/customEvent.d.ts +81 -0
- package/templates/admin/node_modules/vite/types/hmrPayload.d.ts +94 -0
- package/templates/admin/node_modules/vite/types/hot.d.ts +39 -0
- package/templates/admin/node_modules/vite/types/import-meta.d.ts +5 -0
- package/templates/admin/node_modules/vite/types/importGlob.d.ts +131 -0
- package/templates/admin/node_modules/vite/types/importMeta.d.ts +30 -0
- package/templates/admin/node_modules/vite/types/internal/cssPreprocessorOptions.d.ts +44 -0
- package/templates/admin/node_modules/vite/types/internal/esbuildOptions.d.ts +28 -0
- package/templates/admin/node_modules/vite/types/internal/lightningcssOptions.d.ts +18 -0
- package/templates/admin/node_modules/vite/types/internal/rollupTypeCompat.d.ts +24 -0
- package/templates/admin/node_modules/vite/types/internal/terserOptions.d.ts +11 -0
- package/templates/admin/node_modules/vite/types/metadata.d.ts +47 -0
- package/templates/admin/src/features/dashboard/{components → overview/components}/dashboard-chart.js +28 -21
- package/templates/admin/src/features/dashboard/todos/pages/todo-approval-page.js +5 -0
- package/templates/admin/src/features/ops/deploys/pages/deploy-list-page.js +5 -0
- package/templates/admin/src/features/ops/services/pages/service-list-page.js +5 -0
- package/templates/admin/src/features/{dicts → system/dicts}/api/dict.mgr.d.ts +24 -17
- package/templates/admin/src/features/{dicts → system/dicts}/api/dict.mgr.js +24 -14
- package/templates/admin/src/features/{dicts → system/dicts}/api/dict.mock.js +22 -4
- package/templates/admin/src/features/{dicts → system/dicts}/api/dict.state.d.ts +5 -0
- package/templates/admin/src/features/{dicts → system/dicts}/api/dict.state.js +39 -8
- package/templates/admin/src/features/{dicts → system/dicts}/components/dict-editor-dialog.js +1 -1
- package/templates/admin/src/features/{dicts → system/dicts}/pages/dict-list-page.js +41 -21
- package/templates/admin/src/features/{members → system/members}/api/member.mgr.d.ts +10 -9
- package/templates/admin/src/features/{members → system/members}/api/member.mgr.js +8 -3
- package/templates/admin/src/features/{members → system/members}/api/member.mock.js +1 -1
- package/templates/admin/src/features/{members → system/members}/api/member.req.d.ts +1 -1
- package/templates/admin/src/features/{members → system/members}/api/member.req.js +3 -1
- package/templates/admin/src/features/{members → system/members}/api/member.state.js +4 -4
- package/templates/admin/src/features/{members → system/members}/components/member-table.js +1 -1
- package/templates/admin/src/features/{permissions → system/permissions}/api/permission.mgr.d.ts +11 -9
- package/templates/admin/src/features/{permissions → system/permissions}/api/permission.mgr.js +10 -5
- package/templates/admin/src/features/{permissions → system/permissions}/api/permission.mock.js +1 -1
- package/templates/admin/src/features/{permissions → system/permissions}/api/permission.state.js +4 -4
- package/templates/admin/src/features/{permissions → system/permissions}/pages/permission-list-page.js +1 -1
- package/templates/admin/src/features/{roles → system/roles}/api/role.mgr.d.ts +19 -6
- package/templates/admin/src/features/{roles → system/roles}/api/role.mgr.js +8 -3
- package/templates/admin/src/features/{roles → system/roles}/api/role.mock.js +1 -1
- package/templates/admin/src/features/{roles → system/roles}/api/role.state.js +4 -4
- package/templates/admin/src/features/{roles → system/roles}/components/role-table.js +1 -1
- package/templates/admin/src/main.js +16 -12
- package/templates/admin/src/{ui/row-action-button.js → shared/ui.buttons.js} +1 -0
- package/templates/admin/src/{ui/placeholder-page.js → shared/ui.pages.js} +1 -0
- package/templates/admin/src/shell/api/shell.mock.js +42 -0
- package/templates/admin/src/shell/api/shell.req.js +17 -0
- package/templates/admin/src/shell/api/shell.state.js +90 -0
- package/templates/admin/src/shell/api/shell.views.js +19 -0
- package/templates/admin/src/shell/components/admin-shell.js +42 -0
- package/templates/admin/src/{ui → shell/components}/app-navbar.js +11 -12
- package/templates/admin/src/shell/components/app-sidebar.js +44 -0
- package/templates/admin/src/{ui → shell/components}/sidebar-menu.js +3 -3
- package/templates/admin/src/shell/router.js +40 -0
- package/templates/admin/src/app/admin-shell.js +0 -51
- package/templates/admin/src/app/modules.js +0 -37
- package/templates/admin/src/app/router.js +0 -20
- package/templates/admin/src/ui/app-sidebar.js +0 -27
- /package/templates/admin/src/features/dashboard/{pages → overview/pages}/dashboard-overview-page.js +0 -0
- /package/templates/admin/src/features/{dicts → system/dicts}/api/dict.views.d.ts +0 -0
- /package/templates/admin/src/features/{dicts → system/dicts}/api/dict.views.js +0 -0
- /package/templates/admin/src/features/{dicts → system/dicts}/components/dict-item-form-dialog.js +0 -0
- /package/templates/admin/src/features/{dicts → system/dicts}/utils/options.js +0 -0
- /package/templates/admin/src/features/{members → system/members}/api/member.state.d.ts +0 -0
- /package/templates/admin/src/features/{members → system/members}/api/member.views.d.ts +0 -0
- /package/templates/admin/src/features/{members → system/members}/api/member.views.js +0 -0
- /package/templates/admin/src/features/{members → system/members}/components/member-form-dialog.js +0 -0
- /package/templates/admin/src/features/{members → system/members}/components/member-toolbar.js +0 -0
- /package/templates/admin/src/features/{members → system/members}/pages/member-list-page.js +0 -0
- /package/templates/admin/src/features/{members → system/members}/utils/options.d.ts +0 -0
- /package/templates/admin/src/features/{members → system/members}/utils/options.js +0 -0
- /package/templates/admin/src/features/{permissions → system/permissions}/api/permission.state.d.ts +0 -0
- /package/templates/admin/src/features/{permissions → system/permissions}/api/permission.views.d.ts +0 -0
- /package/templates/admin/src/features/{permissions → system/permissions}/api/permission.views.js +0 -0
- /package/templates/admin/src/features/{permissions → system/permissions}/components/permission-form-dialog.js +0 -0
- /package/templates/admin/src/features/{roles → system/roles}/api/role.state.d.ts +0 -0
- /package/templates/admin/src/features/{roles → system/roles}/api/role.views.d.ts +0 -0
- /package/templates/admin/src/features/{roles → system/roles}/api/role.views.js +0 -0
- /package/templates/admin/src/features/{roles → system/roles}/components/role-form-dialog.js +0 -0
- /package/templates/admin/src/features/{roles → system/roles}/components/role-toolbar.js +0 -0
- /package/templates/admin/src/features/{roles → system/roles}/pages/role-list-page.js +0 -0
- /package/templates/admin/src/features/{roles → system/roles}/utils/options.js +0 -0
|
@@ -0,0 +1,835 @@
|
|
|
1
|
+
// Code generated by _scripts/generate-encoder.ts. DO NOT EDIT.
|
|
2
|
+
import { getTokenPosOfNode, ModifierFlags, SyntaxKind, } from "../../ast/index.js";
|
|
3
|
+
import { modifierToFlag, NODE_CHILD_MASK, NODE_DATA_TYPE_MASK, NODE_EXTENDED_DATA_MASK, NODE_STRING_INDEX_MASK, popcount8, RemoteNodeBase, } from "./node.infrastructure.js";
|
|
4
|
+
import { childProperties, KIND_NODE_LIST, NODE_DATA_TYPE_CHILDREN, NODE_DATA_TYPE_EXTENDED, NODE_DATA_TYPE_STRING, NODE_LEN, NODE_OFFSET_DATA, NODE_OFFSET_END, NODE_OFFSET_FLAGS, NODE_OFFSET_KIND, NODE_OFFSET_NEXT, NODE_OFFSET_PARENT, NODE_OFFSET_POS, } from "./protocol.js";
|
|
5
|
+
export class RemoteNodeList extends Array {
|
|
6
|
+
// Inherited Array methods like filter/map/slice use ArraySpeciesCreate, which would
|
|
7
|
+
// otherwise call `new RemoteNodeList(length)` and fail. Produce a plain Array instead.
|
|
8
|
+
static get [Symbol.species]() {
|
|
9
|
+
return Array;
|
|
10
|
+
}
|
|
11
|
+
parent;
|
|
12
|
+
hasTrailingComma;
|
|
13
|
+
transformFlags = 0;
|
|
14
|
+
view;
|
|
15
|
+
index;
|
|
16
|
+
_byteIndex;
|
|
17
|
+
// Cursor memoizing the last resolved (logical index -> node index) so that
|
|
18
|
+
// sequential forward access (index loops and list[i], plus forEach/map/
|
|
19
|
+
// reduce/filter) resumes instead of re-walking from the head, turning an
|
|
20
|
+
// O(n) pass over the whole list from O(n^2) into O(n).
|
|
21
|
+
_cursorIndex = 0;
|
|
22
|
+
_cursorNodeIndex = 0;
|
|
23
|
+
get pos() {
|
|
24
|
+
return this.view.getUint32(this._byteIndex + NODE_OFFSET_POS, true);
|
|
25
|
+
}
|
|
26
|
+
get end() {
|
|
27
|
+
return this.view.getUint32(this._byteIndex + NODE_OFFSET_END, true);
|
|
28
|
+
}
|
|
29
|
+
get next() {
|
|
30
|
+
return this.view.getUint32(this._byteIndex + NODE_OFFSET_NEXT, true);
|
|
31
|
+
}
|
|
32
|
+
get data() {
|
|
33
|
+
return this.view.getUint32(this._byteIndex + NODE_OFFSET_DATA, true);
|
|
34
|
+
}
|
|
35
|
+
sourceFile;
|
|
36
|
+
constructor(view, index, parent, sourceFile, offsetNodes) {
|
|
37
|
+
super();
|
|
38
|
+
this.view = view;
|
|
39
|
+
this.index = index;
|
|
40
|
+
this.parent = parent;
|
|
41
|
+
this.sourceFile = sourceFile;
|
|
42
|
+
this._byteIndex = offsetNodes + index * NODE_LEN;
|
|
43
|
+
this.length = this.data;
|
|
44
|
+
this._cursorNodeIndex = index + 1;
|
|
45
|
+
const length = this.length;
|
|
46
|
+
for (let i = 16; i < length; i++) {
|
|
47
|
+
Object.defineProperty(this, i, {
|
|
48
|
+
get() {
|
|
49
|
+
return this.at(i);
|
|
50
|
+
},
|
|
51
|
+
});
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
get 0() {
|
|
55
|
+
return this.at(0);
|
|
56
|
+
}
|
|
57
|
+
get 1() {
|
|
58
|
+
return this.at(1);
|
|
59
|
+
}
|
|
60
|
+
get 2() {
|
|
61
|
+
return this.at(2);
|
|
62
|
+
}
|
|
63
|
+
get 3() {
|
|
64
|
+
return this.at(3);
|
|
65
|
+
}
|
|
66
|
+
get 4() {
|
|
67
|
+
return this.at(4);
|
|
68
|
+
}
|
|
69
|
+
get 5() {
|
|
70
|
+
return this.at(5);
|
|
71
|
+
}
|
|
72
|
+
get 6() {
|
|
73
|
+
return this.at(6);
|
|
74
|
+
}
|
|
75
|
+
get 7() {
|
|
76
|
+
return this.at(7);
|
|
77
|
+
}
|
|
78
|
+
get 8() {
|
|
79
|
+
return this.at(8);
|
|
80
|
+
}
|
|
81
|
+
get 9() {
|
|
82
|
+
return this.at(9);
|
|
83
|
+
}
|
|
84
|
+
get 10() {
|
|
85
|
+
return this.at(10);
|
|
86
|
+
}
|
|
87
|
+
get 11() {
|
|
88
|
+
return this.at(11);
|
|
89
|
+
}
|
|
90
|
+
get 12() {
|
|
91
|
+
return this.at(12);
|
|
92
|
+
}
|
|
93
|
+
get 13() {
|
|
94
|
+
return this.at(13);
|
|
95
|
+
}
|
|
96
|
+
get 14() {
|
|
97
|
+
return this.at(14);
|
|
98
|
+
}
|
|
99
|
+
get 15() {
|
|
100
|
+
return this.at(15);
|
|
101
|
+
}
|
|
102
|
+
*[Symbol.iterator]() {
|
|
103
|
+
if (!this.length)
|
|
104
|
+
return;
|
|
105
|
+
let next = this.index + 1;
|
|
106
|
+
while (next) {
|
|
107
|
+
const child = this.getOrCreateChildAtNodeIndex(next);
|
|
108
|
+
next = child.next;
|
|
109
|
+
yield child;
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
forEachNode(visitNode) {
|
|
113
|
+
if (!this.length)
|
|
114
|
+
return;
|
|
115
|
+
let next = this.index + 1;
|
|
116
|
+
while (next) {
|
|
117
|
+
const child = this.getOrCreateChildAtNodeIndex(next);
|
|
118
|
+
next = child.next;
|
|
119
|
+
const result = visitNode(child);
|
|
120
|
+
if (result)
|
|
121
|
+
return result;
|
|
122
|
+
}
|
|
123
|
+
}
|
|
124
|
+
at(index) {
|
|
125
|
+
if (!Number.isInteger(index)) {
|
|
126
|
+
return undefined;
|
|
127
|
+
}
|
|
128
|
+
if (index >= this.data || (index < 0 && -index > this.data)) {
|
|
129
|
+
return undefined;
|
|
130
|
+
}
|
|
131
|
+
if (index < 0) {
|
|
132
|
+
index = this.length + index;
|
|
133
|
+
}
|
|
134
|
+
// Walk the raw buffer following each node's `next` pointer instead of
|
|
135
|
+
// materializing every intermediate RemoteNode just to read it. Resume from
|
|
136
|
+
// the memoized cursor when possible so sequential forward access is O(1)
|
|
137
|
+
// amortized (a full in-order pass is O(n) rather than O(n^2)).
|
|
138
|
+
const offsetNodes = this.sourceFile._offsetNodes;
|
|
139
|
+
let i;
|
|
140
|
+
let next;
|
|
141
|
+
if (index >= this._cursorIndex) {
|
|
142
|
+
i = this._cursorIndex;
|
|
143
|
+
next = this._cursorNodeIndex;
|
|
144
|
+
}
|
|
145
|
+
else {
|
|
146
|
+
i = 0;
|
|
147
|
+
next = this.index + 1;
|
|
148
|
+
}
|
|
149
|
+
for (; i < index; i++) {
|
|
150
|
+
next = this.view.getUint32(offsetNodes + next * NODE_LEN + NODE_OFFSET_NEXT, true);
|
|
151
|
+
}
|
|
152
|
+
this._cursorIndex = index;
|
|
153
|
+
this._cursorNodeIndex = next;
|
|
154
|
+
return this.getOrCreateChildAtNodeIndex(next);
|
|
155
|
+
}
|
|
156
|
+
getOrCreateChildAtNodeIndex(index) {
|
|
157
|
+
let child = this.sourceFile.nodes[index];
|
|
158
|
+
if (!child) {
|
|
159
|
+
const kind = this.view.getUint32(this.sourceFile._offsetNodes + index * NODE_LEN + NODE_OFFSET_KIND, true);
|
|
160
|
+
if (kind === KIND_NODE_LIST) {
|
|
161
|
+
throw new Error("NodeList cannot directly contain another NodeList");
|
|
162
|
+
}
|
|
163
|
+
const sf = this.sourceFile;
|
|
164
|
+
child = new RemoteNode(this.view, index, this.parent, sf, sf._offsetNodes);
|
|
165
|
+
sf.nodes[index] = child;
|
|
166
|
+
sf._timing?.recordMaterialization();
|
|
167
|
+
}
|
|
168
|
+
return child;
|
|
169
|
+
}
|
|
170
|
+
__print() {
|
|
171
|
+
const result = [];
|
|
172
|
+
result.push(`kind: NodeList`);
|
|
173
|
+
result.push(`index: ${this.index}`);
|
|
174
|
+
result.push(`byteIndex: ${this._byteIndex}`);
|
|
175
|
+
result.push(`length: ${this.length}`);
|
|
176
|
+
return result.join("\n");
|
|
177
|
+
}
|
|
178
|
+
}
|
|
179
|
+
export class RemoteNode extends RemoteNodeBase {
|
|
180
|
+
static NODE_LEN = NODE_LEN;
|
|
181
|
+
get sourceFile() {
|
|
182
|
+
return this._sourceFile;
|
|
183
|
+
}
|
|
184
|
+
_sourceFile;
|
|
185
|
+
get id() {
|
|
186
|
+
return `${this.index}.${this.kind}.${this.sourceFile.path}`;
|
|
187
|
+
}
|
|
188
|
+
constructor(view, index, parent, sourceFile, offsetNodes) {
|
|
189
|
+
super(view, index, parent, offsetNodes + index * NODE_LEN);
|
|
190
|
+
this._sourceFile = sourceFile;
|
|
191
|
+
}
|
|
192
|
+
forEachChild(visitNode, visitList) {
|
|
193
|
+
if (this.hasChildren()) {
|
|
194
|
+
let next = this.index + 1;
|
|
195
|
+
do {
|
|
196
|
+
const child = this.getOrCreateChildAtNodeIndex(next);
|
|
197
|
+
if (child instanceof RemoteNodeList) {
|
|
198
|
+
if (visitList) {
|
|
199
|
+
const result = visitList(child);
|
|
200
|
+
if (result) {
|
|
201
|
+
return result;
|
|
202
|
+
}
|
|
203
|
+
}
|
|
204
|
+
else {
|
|
205
|
+
const result = child.forEachNode(visitNode);
|
|
206
|
+
if (result) {
|
|
207
|
+
return result;
|
|
208
|
+
}
|
|
209
|
+
}
|
|
210
|
+
}
|
|
211
|
+
else if (child.kind !== SyntaxKind.JSDoc) {
|
|
212
|
+
const result = visitNode(child);
|
|
213
|
+
if (result) {
|
|
214
|
+
return result;
|
|
215
|
+
}
|
|
216
|
+
}
|
|
217
|
+
next = child.next;
|
|
218
|
+
} while (next);
|
|
219
|
+
}
|
|
220
|
+
}
|
|
221
|
+
get jsDoc() {
|
|
222
|
+
if (!this.hasChildren()) {
|
|
223
|
+
return undefined;
|
|
224
|
+
}
|
|
225
|
+
let result;
|
|
226
|
+
let next = this.index + 1;
|
|
227
|
+
do {
|
|
228
|
+
const child = this.getOrCreateChildAtNodeIndex(next);
|
|
229
|
+
if (!(child instanceof RemoteNodeList) && child.kind === SyntaxKind.JSDoc) {
|
|
230
|
+
(result ??= []).push(child);
|
|
231
|
+
}
|
|
232
|
+
next = child.next;
|
|
233
|
+
} while (next);
|
|
234
|
+
return result;
|
|
235
|
+
}
|
|
236
|
+
getSourceFile() {
|
|
237
|
+
return this.sourceFile;
|
|
238
|
+
}
|
|
239
|
+
getStart(sourceFile, includeJsDocComment) {
|
|
240
|
+
return getTokenPosOfNode(this, sourceFile ?? this.getSourceFile(), includeJsDocComment);
|
|
241
|
+
}
|
|
242
|
+
getFullStart() {
|
|
243
|
+
return this.pos;
|
|
244
|
+
}
|
|
245
|
+
getEnd() {
|
|
246
|
+
return this.end;
|
|
247
|
+
}
|
|
248
|
+
getWidth(sourceFile) {
|
|
249
|
+
return this.getEnd() - this.getStart(sourceFile);
|
|
250
|
+
}
|
|
251
|
+
getFullWidth() {
|
|
252
|
+
return this.end - this.pos;
|
|
253
|
+
}
|
|
254
|
+
getLeadingTriviaWidth(sourceFile) {
|
|
255
|
+
return this.getStart(sourceFile) - this.pos;
|
|
256
|
+
}
|
|
257
|
+
getFullText(sourceFile) {
|
|
258
|
+
return (sourceFile ?? this.getSourceFile()).text.substring(this.pos, this.end);
|
|
259
|
+
}
|
|
260
|
+
getText(sourceFile) {
|
|
261
|
+
sourceFile ??= this.getSourceFile();
|
|
262
|
+
return sourceFile.text.substring(this.getStart(sourceFile), this.end);
|
|
263
|
+
}
|
|
264
|
+
getString(index) {
|
|
265
|
+
const offsetStringTableOffsets = this.sourceFile._offsetStringTableOffsets;
|
|
266
|
+
const start = this.view.getUint32(offsetStringTableOffsets + index * 4, true);
|
|
267
|
+
const end = this.view.getUint32(offsetStringTableOffsets + (index + 1) * 4, true);
|
|
268
|
+
const offsetStringTable = this.sourceFile._offsetStringTable;
|
|
269
|
+
const text = new Uint8Array(this.view.buffer, this.view.byteOffset + offsetStringTable + start, end - start);
|
|
270
|
+
return this.sourceFile._decoder.decode(text);
|
|
271
|
+
}
|
|
272
|
+
getOrCreateChildAtNodeIndex(index) {
|
|
273
|
+
let child = this.sourceFile.nodes[index];
|
|
274
|
+
if (!child) {
|
|
275
|
+
const sf = this.sourceFile;
|
|
276
|
+
const offsetNodes = sf._offsetNodes;
|
|
277
|
+
const kind = this.view.getUint32(offsetNodes + index * NODE_LEN + NODE_OFFSET_KIND, true);
|
|
278
|
+
child = kind === KIND_NODE_LIST
|
|
279
|
+
? new RemoteNodeList(this.view, index, this, sf, offsetNodes)
|
|
280
|
+
: new RemoteNode(this.view, index, this, sf, offsetNodes);
|
|
281
|
+
sf.nodes[index] = child;
|
|
282
|
+
sf._timing?.recordMaterialization();
|
|
283
|
+
}
|
|
284
|
+
return child;
|
|
285
|
+
}
|
|
286
|
+
hasChildren() {
|
|
287
|
+
if (this._byteIndex >= this.view.byteLength - NODE_LEN) {
|
|
288
|
+
return false;
|
|
289
|
+
}
|
|
290
|
+
const nextNodeParent = this.view.getUint32(this.sourceFile._offsetNodes + (this.index + 1) * NODE_LEN + NODE_OFFSET_PARENT, true);
|
|
291
|
+
return nextNodeParent === this.index;
|
|
292
|
+
}
|
|
293
|
+
getNamedChild(propertyName) {
|
|
294
|
+
const kind = this.kind;
|
|
295
|
+
const propertyNames = childProperties[kind];
|
|
296
|
+
if (!propertyNames) {
|
|
297
|
+
return undefined;
|
|
298
|
+
}
|
|
299
|
+
const order = propertyNames.indexOf(propertyName);
|
|
300
|
+
if (order === -1) {
|
|
301
|
+
return undefined;
|
|
302
|
+
}
|
|
303
|
+
return this.getChildAtOrder(order);
|
|
304
|
+
}
|
|
305
|
+
getChildAtOrder(order) {
|
|
306
|
+
const mask = this.childMask;
|
|
307
|
+
if (!(mask & (1 << order))) {
|
|
308
|
+
// Property is not present
|
|
309
|
+
return undefined;
|
|
310
|
+
}
|
|
311
|
+
// The property index is `order`, minus the number of zeros in the mask that are in bit positions less
|
|
312
|
+
// than the `order`th bit. Example:
|
|
313
|
+
//
|
|
314
|
+
// This is a MethodDeclaration with mask 0b01110101. The possible properties are
|
|
315
|
+
// ["modifiers", "asteriskToken", "name", "postfixToken", "typeParameters", "parameters", "type", "body"]
|
|
316
|
+
// (it has modifiers, name, typeParameters, parameters, and type).
|
|
317
|
+
//
|
|
318
|
+
// | Bit | 7 | 6 | 5 | 4 | 3 | 2 | 1 | 0 |
|
|
319
|
+
// | ----- | ---- | ---- | ---------- | -------------- | ------------ | ---- | ------------- | --------- |
|
|
320
|
+
// | Value | 0 | 1 | 1 | 1 | 0 | 1 | 0 | 1 |
|
|
321
|
+
// | Name | body | type | parameters | typeParameters | postfixToken | name | asteriskToken | modifiers |
|
|
322
|
+
//
|
|
323
|
+
// We are trying to get the index of "parameters" (bit = 5).
|
|
324
|
+
// First, set all the more significant bits to 1:
|
|
325
|
+
//
|
|
326
|
+
// | Bit | 7 | 6 | 5 | 4 | 3 | 2 | 1 | 0 |
|
|
327
|
+
// | ----- | ---- | ---- | ---------- | -------------- | ------------ | ---- | ------------- | --------- |
|
|
328
|
+
// | Value | 1 | 1 | 1 | 1 | 0 | 1 | 0 | 1 |
|
|
329
|
+
//
|
|
330
|
+
// Then, flip the bits:
|
|
331
|
+
//
|
|
332
|
+
// | Bit | 7 | 6 | 5 | 4 | 3 | 2 | 1 | 0 |
|
|
333
|
+
// | ----- | ---- | ---- | ---------- | -------------- | ------------ | ---- | ------------- | --------- |
|
|
334
|
+
// | Value | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 0 |
|
|
335
|
+
//
|
|
336
|
+
// Counting the 1s gives us the number of *missing properties* before the `order`th property. If every property
|
|
337
|
+
// were present, we would have `parameters = children[5]`, but since `postfixToken` and `astersiskToken` are
|
|
338
|
+
// missing, we have `parameters = children[5 - 2]`.
|
|
339
|
+
const propertyIndex = order - popcount8[~(mask | ((0xff << order) & 0xff)) & 0xff];
|
|
340
|
+
let childIndex = this.index + 1;
|
|
341
|
+
for (let i = 0; i < propertyIndex; i++) {
|
|
342
|
+
// Walk through children via their `next` pointer until we get to the right property index
|
|
343
|
+
childIndex = this.view.getUint32(this.sourceFile._offsetNodes + childIndex * NODE_LEN + NODE_OFFSET_NEXT, true);
|
|
344
|
+
}
|
|
345
|
+
return this.getOrCreateChildAtNodeIndex(childIndex);
|
|
346
|
+
}
|
|
347
|
+
__print() {
|
|
348
|
+
const result = [];
|
|
349
|
+
result.push(`index: ${this.index}`);
|
|
350
|
+
result.push(`byteIndex: ${this._byteIndex}`);
|
|
351
|
+
result.push(`kind: ${SyntaxKind[this.kind]}`);
|
|
352
|
+
result.push(`pos: ${this.pos}`);
|
|
353
|
+
result.push(`end: ${this.end}`);
|
|
354
|
+
result.push(`next: ${this.next}`);
|
|
355
|
+
result.push(`parent: ${this.parentIndex}`);
|
|
356
|
+
result.push(`data: ${this.data.toString(2).padStart(32, "0")}`);
|
|
357
|
+
const dataType = this.dataType === NODE_DATA_TYPE_CHILDREN ? "children" :
|
|
358
|
+
this.dataType === NODE_DATA_TYPE_STRING ? "string" :
|
|
359
|
+
"extended";
|
|
360
|
+
result.push(`dataType: ${dataType}`);
|
|
361
|
+
if (this.dataType === NODE_DATA_TYPE_CHILDREN) {
|
|
362
|
+
result.push(`childMask: ${this.childMask.toString(2).padStart(8, "0")}`);
|
|
363
|
+
result.push(`childProperties: ${childProperties[this.kind]?.join(", ")}`);
|
|
364
|
+
}
|
|
365
|
+
return result.join("\n");
|
|
366
|
+
}
|
|
367
|
+
__printChildren() {
|
|
368
|
+
const result = [];
|
|
369
|
+
let next = this.index + 1;
|
|
370
|
+
while (next) {
|
|
371
|
+
const child = this.getOrCreateChildAtNodeIndex(next);
|
|
372
|
+
next = child.next;
|
|
373
|
+
result.push(child.__print());
|
|
374
|
+
}
|
|
375
|
+
return result.join("\n\n");
|
|
376
|
+
}
|
|
377
|
+
__printSubtree() {
|
|
378
|
+
const result = [this.__print()];
|
|
379
|
+
this.forEachChild(function visitNode(node) {
|
|
380
|
+
result.push(node.__print());
|
|
381
|
+
node.forEachChild(visitNode);
|
|
382
|
+
}, visitList => {
|
|
383
|
+
result.push(visitList.__print());
|
|
384
|
+
});
|
|
385
|
+
return result.join("\n\n");
|
|
386
|
+
}
|
|
387
|
+
// ═══ Generated boolean property getters ═══
|
|
388
|
+
get containsOnlyTriviaWhiteSpaces() {
|
|
389
|
+
return (this.data & (1 << 24)) !== 0;
|
|
390
|
+
}
|
|
391
|
+
get isArrayType() {
|
|
392
|
+
return (this.data & (1 << 24)) !== 0;
|
|
393
|
+
}
|
|
394
|
+
get isBracketed() {
|
|
395
|
+
return (this.data & (1 << 24)) !== 0;
|
|
396
|
+
}
|
|
397
|
+
get isExportEquals() {
|
|
398
|
+
return (this.data & (1 << 24)) !== 0;
|
|
399
|
+
}
|
|
400
|
+
get isNameFirst() {
|
|
401
|
+
return (this.data & (1 << 25)) !== 0;
|
|
402
|
+
}
|
|
403
|
+
get isTypeOf() {
|
|
404
|
+
return (this.data & (1 << 24)) !== 0;
|
|
405
|
+
}
|
|
406
|
+
get isTypeOnly() {
|
|
407
|
+
return (this.data & (1 << 24)) !== 0;
|
|
408
|
+
}
|
|
409
|
+
get multiLine() {
|
|
410
|
+
return (this.data & (1 << 24)) !== 0;
|
|
411
|
+
}
|
|
412
|
+
// ═══ Generated SyntaxKind union property getters ═══
|
|
413
|
+
get keyword() {
|
|
414
|
+
switch (this.kind) {
|
|
415
|
+
case SyntaxKind.ModuleDeclaration:
|
|
416
|
+
return (this.data >> 24) & 0x1 ? SyntaxKind.NamespaceKeyword : SyntaxKind.ModuleKeyword;
|
|
417
|
+
}
|
|
418
|
+
}
|
|
419
|
+
get keywordToken() {
|
|
420
|
+
switch (this.kind) {
|
|
421
|
+
case SyntaxKind.MetaProperty:
|
|
422
|
+
return (this.data >> 24) & 0x1 ? SyntaxKind.NewKeyword : SyntaxKind.ImportKeyword;
|
|
423
|
+
}
|
|
424
|
+
}
|
|
425
|
+
get operator() {
|
|
426
|
+
switch (this.kind) {
|
|
427
|
+
case SyntaxKind.PrefixUnaryExpression: {
|
|
428
|
+
const idx = (this.data >> 24) & 0x7;
|
|
429
|
+
if (idx === 1)
|
|
430
|
+
return SyntaxKind.MinusToken;
|
|
431
|
+
if (idx === 2)
|
|
432
|
+
return SyntaxKind.TildeToken;
|
|
433
|
+
if (idx === 3)
|
|
434
|
+
return SyntaxKind.ExclamationToken;
|
|
435
|
+
if (idx === 4)
|
|
436
|
+
return SyntaxKind.PlusPlusToken;
|
|
437
|
+
if (idx === 5)
|
|
438
|
+
return SyntaxKind.MinusMinusToken;
|
|
439
|
+
return SyntaxKind.PlusToken;
|
|
440
|
+
}
|
|
441
|
+
case SyntaxKind.PostfixUnaryExpression:
|
|
442
|
+
return (this.data >> 24) & 0x1 ? SyntaxKind.MinusMinusToken : SyntaxKind.PlusPlusToken;
|
|
443
|
+
case SyntaxKind.TypeOperator: {
|
|
444
|
+
const idx = (this.data >> 24) & 0x3;
|
|
445
|
+
if (idx === 1)
|
|
446
|
+
return SyntaxKind.ReadonlyKeyword;
|
|
447
|
+
if (idx === 2)
|
|
448
|
+
return SyntaxKind.UniqueKeyword;
|
|
449
|
+
return SyntaxKind.KeyOfKeyword;
|
|
450
|
+
}
|
|
451
|
+
}
|
|
452
|
+
}
|
|
453
|
+
get phaseModifier() {
|
|
454
|
+
switch (this.kind) {
|
|
455
|
+
case SyntaxKind.ImportClause: {
|
|
456
|
+
const idx = (this.data >> 24) & 0x3;
|
|
457
|
+
if (idx === 0)
|
|
458
|
+
return undefined;
|
|
459
|
+
return idx === 1 ? SyntaxKind.TypeKeyword : idx === 2 ? SyntaxKind.DeferKeyword : undefined;
|
|
460
|
+
}
|
|
461
|
+
}
|
|
462
|
+
}
|
|
463
|
+
get token() {
|
|
464
|
+
switch (this.kind) {
|
|
465
|
+
case SyntaxKind.HeritageClause:
|
|
466
|
+
return (this.data >> 24) & 0x1 ? SyntaxKind.ImplementsKeyword : SyntaxKind.ExtendsKeyword;
|
|
467
|
+
case SyntaxKind.ImportAttributes:
|
|
468
|
+
return (this.data >> 25) & 0x1 ? SyntaxKind.AssertKeyword : SyntaxKind.WithKeyword;
|
|
469
|
+
}
|
|
470
|
+
}
|
|
471
|
+
get templateFlags() {
|
|
472
|
+
switch (this.kind) {
|
|
473
|
+
case SyntaxKind.TemplateHead:
|
|
474
|
+
case SyntaxKind.TemplateMiddle:
|
|
475
|
+
case SyntaxKind.TemplateTail:
|
|
476
|
+
const extendedDataOffset = this.sourceFile._offsetExtendedData + (this.data & NODE_EXTENDED_DATA_MASK);
|
|
477
|
+
return this.view.getUint32(extendedDataOffset + 8, true);
|
|
478
|
+
}
|
|
479
|
+
}
|
|
480
|
+
get tokenFlags() {
|
|
481
|
+
switch (this.kind) {
|
|
482
|
+
case SyntaxKind.StringLiteral:
|
|
483
|
+
case SyntaxKind.NumericLiteral:
|
|
484
|
+
case SyntaxKind.BigIntLiteral:
|
|
485
|
+
case SyntaxKind.RegularExpressionLiteral:
|
|
486
|
+
const extendedDataOffset = this.sourceFile._offsetExtendedData + (this.data & NODE_EXTENDED_DATA_MASK);
|
|
487
|
+
return this.view.getUint32(extendedDataOffset + 4, true);
|
|
488
|
+
default:
|
|
489
|
+
return 0;
|
|
490
|
+
}
|
|
491
|
+
}
|
|
492
|
+
// ═══ Generated child property getters ═══
|
|
493
|
+
get argument() {
|
|
494
|
+
return this.getNamedChild("argument");
|
|
495
|
+
}
|
|
496
|
+
get argumentExpression() {
|
|
497
|
+
return this.getNamedChild("argumentExpression");
|
|
498
|
+
}
|
|
499
|
+
get arguments() {
|
|
500
|
+
return this.getNamedChild("arguments");
|
|
501
|
+
}
|
|
502
|
+
get assertsModifier() {
|
|
503
|
+
return this.getNamedChild("assertsModifier");
|
|
504
|
+
}
|
|
505
|
+
get asteriskToken() {
|
|
506
|
+
return this.getNamedChild("asteriskToken");
|
|
507
|
+
}
|
|
508
|
+
get attributes() {
|
|
509
|
+
return this.getNamedChild("attributes");
|
|
510
|
+
}
|
|
511
|
+
get awaitModifier() {
|
|
512
|
+
return this.getNamedChild("awaitModifier");
|
|
513
|
+
}
|
|
514
|
+
get block() {
|
|
515
|
+
return this.getNamedChild("block");
|
|
516
|
+
}
|
|
517
|
+
get body() {
|
|
518
|
+
return this.getNamedChild("body");
|
|
519
|
+
}
|
|
520
|
+
get caseBlock() {
|
|
521
|
+
return this.getNamedChild("caseBlock");
|
|
522
|
+
}
|
|
523
|
+
get catchClause() {
|
|
524
|
+
return this.getNamedChild("catchClause");
|
|
525
|
+
}
|
|
526
|
+
get checkType() {
|
|
527
|
+
return this.getNamedChild("checkType");
|
|
528
|
+
}
|
|
529
|
+
get children() {
|
|
530
|
+
return this.getNamedChild("children");
|
|
531
|
+
}
|
|
532
|
+
get className() {
|
|
533
|
+
return this.getNamedChild("className");
|
|
534
|
+
}
|
|
535
|
+
get clauses() {
|
|
536
|
+
return this.getNamedChild("clauses");
|
|
537
|
+
}
|
|
538
|
+
get closingElement() {
|
|
539
|
+
return this.getNamedChild("closingElement");
|
|
540
|
+
}
|
|
541
|
+
get closingFragment() {
|
|
542
|
+
return this.getNamedChild("closingFragment");
|
|
543
|
+
}
|
|
544
|
+
get colonToken() {
|
|
545
|
+
return this.getNamedChild("colonToken");
|
|
546
|
+
}
|
|
547
|
+
get comment() {
|
|
548
|
+
return this.getNamedChild("comment");
|
|
549
|
+
}
|
|
550
|
+
get condition() {
|
|
551
|
+
return this.getNamedChild("condition");
|
|
552
|
+
}
|
|
553
|
+
get constraint() {
|
|
554
|
+
return this.getNamedChild("constraint");
|
|
555
|
+
}
|
|
556
|
+
get declarationList() {
|
|
557
|
+
return this.getNamedChild("declarationList");
|
|
558
|
+
}
|
|
559
|
+
get declarations() {
|
|
560
|
+
return this.getNamedChild("declarations");
|
|
561
|
+
}
|
|
562
|
+
get defaultType() {
|
|
563
|
+
return this.getNamedChild("defaultType");
|
|
564
|
+
}
|
|
565
|
+
get dotDotDotToken() {
|
|
566
|
+
return this.getNamedChild("dotDotDotToken");
|
|
567
|
+
}
|
|
568
|
+
get elements() {
|
|
569
|
+
return this.getNamedChild("elements");
|
|
570
|
+
}
|
|
571
|
+
get elementType() {
|
|
572
|
+
return this.getNamedChild("elementType");
|
|
573
|
+
}
|
|
574
|
+
get elseStatement() {
|
|
575
|
+
return this.getNamedChild("elseStatement");
|
|
576
|
+
}
|
|
577
|
+
get endOfFileToken() {
|
|
578
|
+
return this.getNamedChild("endOfFileToken");
|
|
579
|
+
}
|
|
580
|
+
get equalsGreaterThanToken() {
|
|
581
|
+
return this.getNamedChild("equalsGreaterThanToken");
|
|
582
|
+
}
|
|
583
|
+
get equalsToken() {
|
|
584
|
+
return this.getNamedChild("equalsToken");
|
|
585
|
+
}
|
|
586
|
+
get exclamationToken() {
|
|
587
|
+
return this.getNamedChild("exclamationToken");
|
|
588
|
+
}
|
|
589
|
+
get exportClause() {
|
|
590
|
+
return this.getNamedChild("exportClause");
|
|
591
|
+
}
|
|
592
|
+
get expression() {
|
|
593
|
+
return this.getNamedChild("expression");
|
|
594
|
+
}
|
|
595
|
+
get exprName() {
|
|
596
|
+
return this.getNamedChild("exprName");
|
|
597
|
+
}
|
|
598
|
+
get extendsType() {
|
|
599
|
+
return this.getNamedChild("extendsType");
|
|
600
|
+
}
|
|
601
|
+
get falseType() {
|
|
602
|
+
return this.getNamedChild("falseType");
|
|
603
|
+
}
|
|
604
|
+
get finallyBlock() {
|
|
605
|
+
return this.getNamedChild("finallyBlock");
|
|
606
|
+
}
|
|
607
|
+
get head() {
|
|
608
|
+
return this.getNamedChild("head");
|
|
609
|
+
}
|
|
610
|
+
get heritageClauses() {
|
|
611
|
+
return this.getNamedChild("heritageClauses");
|
|
612
|
+
}
|
|
613
|
+
get importClause() {
|
|
614
|
+
return this.getNamedChild("importClause");
|
|
615
|
+
}
|
|
616
|
+
get incrementor() {
|
|
617
|
+
return this.getNamedChild("incrementor");
|
|
618
|
+
}
|
|
619
|
+
get indexType() {
|
|
620
|
+
return this.getNamedChild("indexType");
|
|
621
|
+
}
|
|
622
|
+
get initializer() {
|
|
623
|
+
return this.getNamedChild("initializer");
|
|
624
|
+
}
|
|
625
|
+
get jsdocPropertyTags() {
|
|
626
|
+
return this.getNamedChild("jsdocPropertyTags");
|
|
627
|
+
}
|
|
628
|
+
get label() {
|
|
629
|
+
return this.getNamedChild("label");
|
|
630
|
+
}
|
|
631
|
+
get left() {
|
|
632
|
+
return this.getNamedChild("left");
|
|
633
|
+
}
|
|
634
|
+
get literal() {
|
|
635
|
+
return this.getNamedChild("literal");
|
|
636
|
+
}
|
|
637
|
+
get members() {
|
|
638
|
+
return this.getNamedChild("members");
|
|
639
|
+
}
|
|
640
|
+
get modifiers() {
|
|
641
|
+
return this.getNamedChild("modifiers");
|
|
642
|
+
}
|
|
643
|
+
get moduleReference() {
|
|
644
|
+
return this.getNamedChild("moduleReference");
|
|
645
|
+
}
|
|
646
|
+
get moduleSpecifier() {
|
|
647
|
+
return this.getNamedChild("moduleSpecifier");
|
|
648
|
+
}
|
|
649
|
+
get name() {
|
|
650
|
+
return this.getNamedChild("name");
|
|
651
|
+
}
|
|
652
|
+
get namedBindings() {
|
|
653
|
+
return this.getNamedChild("namedBindings");
|
|
654
|
+
}
|
|
655
|
+
get nameExpression() {
|
|
656
|
+
return this.getNamedChild("nameExpression");
|
|
657
|
+
}
|
|
658
|
+
get namespace() {
|
|
659
|
+
return this.getNamedChild("namespace");
|
|
660
|
+
}
|
|
661
|
+
get nameType() {
|
|
662
|
+
return this.getNamedChild("nameType");
|
|
663
|
+
}
|
|
664
|
+
get objectAssignmentInitializer() {
|
|
665
|
+
return this.getNamedChild("objectAssignmentInitializer");
|
|
666
|
+
}
|
|
667
|
+
get objectType() {
|
|
668
|
+
return this.getNamedChild("objectType");
|
|
669
|
+
}
|
|
670
|
+
get openingElement() {
|
|
671
|
+
return this.getNamedChild("openingElement");
|
|
672
|
+
}
|
|
673
|
+
get openingFragment() {
|
|
674
|
+
return this.getNamedChild("openingFragment");
|
|
675
|
+
}
|
|
676
|
+
get operand() {
|
|
677
|
+
return this.getNamedChild("operand");
|
|
678
|
+
}
|
|
679
|
+
get operatorToken() {
|
|
680
|
+
return this.getNamedChild("operatorToken");
|
|
681
|
+
}
|
|
682
|
+
get parameterName() {
|
|
683
|
+
return this.getNamedChild("parameterName");
|
|
684
|
+
}
|
|
685
|
+
get parameters() {
|
|
686
|
+
return this.getNamedChild("parameters");
|
|
687
|
+
}
|
|
688
|
+
get postfixToken() {
|
|
689
|
+
return this.getNamedChild("postfixToken");
|
|
690
|
+
}
|
|
691
|
+
get properties() {
|
|
692
|
+
return this.getNamedChild("properties");
|
|
693
|
+
}
|
|
694
|
+
get propertyName() {
|
|
695
|
+
return this.getNamedChild("propertyName");
|
|
696
|
+
}
|
|
697
|
+
get qualifier() {
|
|
698
|
+
return this.getNamedChild("qualifier");
|
|
699
|
+
}
|
|
700
|
+
get questionDotToken() {
|
|
701
|
+
return this.getNamedChild("questionDotToken");
|
|
702
|
+
}
|
|
703
|
+
get questionToken() {
|
|
704
|
+
return this.getNamedChild("questionToken");
|
|
705
|
+
}
|
|
706
|
+
get readonlyToken() {
|
|
707
|
+
return this.getNamedChild("readonlyToken");
|
|
708
|
+
}
|
|
709
|
+
get right() {
|
|
710
|
+
return this.getNamedChild("right");
|
|
711
|
+
}
|
|
712
|
+
get statement() {
|
|
713
|
+
return this.getNamedChild("statement");
|
|
714
|
+
}
|
|
715
|
+
get statements() {
|
|
716
|
+
return this.getNamedChild("statements");
|
|
717
|
+
}
|
|
718
|
+
get tag() {
|
|
719
|
+
return this.getNamedChild("tag");
|
|
720
|
+
}
|
|
721
|
+
get tagName() {
|
|
722
|
+
return this.getNamedChild("tagName");
|
|
723
|
+
}
|
|
724
|
+
get tags() {
|
|
725
|
+
return this.getNamedChild("tags");
|
|
726
|
+
}
|
|
727
|
+
get template() {
|
|
728
|
+
return this.getNamedChild("template");
|
|
729
|
+
}
|
|
730
|
+
get templateSpans() {
|
|
731
|
+
return this.getNamedChild("templateSpans");
|
|
732
|
+
}
|
|
733
|
+
get thenStatement() {
|
|
734
|
+
return this.getNamedChild("thenStatement");
|
|
735
|
+
}
|
|
736
|
+
get thisArg() {
|
|
737
|
+
return this.getNamedChild("thisArg");
|
|
738
|
+
}
|
|
739
|
+
get trueType() {
|
|
740
|
+
return this.getNamedChild("trueType");
|
|
741
|
+
}
|
|
742
|
+
get tryBlock() {
|
|
743
|
+
return this.getNamedChild("tryBlock");
|
|
744
|
+
}
|
|
745
|
+
get tupleNameSource() {
|
|
746
|
+
return this.getNamedChild("tupleNameSource");
|
|
747
|
+
}
|
|
748
|
+
get type() {
|
|
749
|
+
return this.getNamedChild("type");
|
|
750
|
+
}
|
|
751
|
+
get typeArguments() {
|
|
752
|
+
return this.getNamedChild("typeArguments");
|
|
753
|
+
}
|
|
754
|
+
get typeExpression() {
|
|
755
|
+
return this.getNamedChild("typeExpression");
|
|
756
|
+
}
|
|
757
|
+
get typeName() {
|
|
758
|
+
return this.getNamedChild("typeName");
|
|
759
|
+
}
|
|
760
|
+
get typeParameter() {
|
|
761
|
+
return this.getNamedChild("typeParameter");
|
|
762
|
+
}
|
|
763
|
+
get typeParameters() {
|
|
764
|
+
return this.getNamedChild("typeParameters");
|
|
765
|
+
}
|
|
766
|
+
get types() {
|
|
767
|
+
return this.getNamedChild("types");
|
|
768
|
+
}
|
|
769
|
+
get value() {
|
|
770
|
+
return this.getNamedChild("value");
|
|
771
|
+
}
|
|
772
|
+
get variableDeclaration() {
|
|
773
|
+
return this.getNamedChild("variableDeclaration");
|
|
774
|
+
}
|
|
775
|
+
get whenFalse() {
|
|
776
|
+
return this.getNamedChild("whenFalse");
|
|
777
|
+
}
|
|
778
|
+
get whenTrue() {
|
|
779
|
+
return this.getNamedChild("whenTrue");
|
|
780
|
+
}
|
|
781
|
+
// ═══ Generated string property getters ═══
|
|
782
|
+
get text() {
|
|
783
|
+
switch (this.kind) {
|
|
784
|
+
case SyntaxKind.Identifier:
|
|
785
|
+
case SyntaxKind.PrivateIdentifier:
|
|
786
|
+
case SyntaxKind.JsxText:
|
|
787
|
+
case SyntaxKind.JSDocText:
|
|
788
|
+
case SyntaxKind.JSDocLink:
|
|
789
|
+
case SyntaxKind.JSDocLinkPlain:
|
|
790
|
+
case SyntaxKind.JSDocLinkCode: {
|
|
791
|
+
const stringIndex = this.data & NODE_STRING_INDEX_MASK;
|
|
792
|
+
return this.getString(stringIndex);
|
|
793
|
+
}
|
|
794
|
+
case SyntaxKind.StringLiteral:
|
|
795
|
+
case SyntaxKind.NumericLiteral:
|
|
796
|
+
case SyntaxKind.BigIntLiteral:
|
|
797
|
+
case SyntaxKind.RegularExpressionLiteral:
|
|
798
|
+
case SyntaxKind.NoSubstitutionTemplateLiteral:
|
|
799
|
+
case SyntaxKind.TemplateHead:
|
|
800
|
+
case SyntaxKind.TemplateMiddle:
|
|
801
|
+
case SyntaxKind.TemplateTail:
|
|
802
|
+
case SyntaxKind.SourceFile: {
|
|
803
|
+
const extendedDataOffset = this.sourceFile._offsetExtendedData + (this.data & NODE_EXTENDED_DATA_MASK);
|
|
804
|
+
const stringIndex = this.view.getUint32(extendedDataOffset, true);
|
|
805
|
+
return this.getString(stringIndex);
|
|
806
|
+
}
|
|
807
|
+
}
|
|
808
|
+
}
|
|
809
|
+
get rawText() {
|
|
810
|
+
switch (this.kind) {
|
|
811
|
+
case SyntaxKind.TemplateHead:
|
|
812
|
+
case SyntaxKind.TemplateMiddle:
|
|
813
|
+
case SyntaxKind.TemplateTail:
|
|
814
|
+
const extendedDataOffset = this.sourceFile._offsetExtendedData + (this.data & NODE_EXTENDED_DATA_MASK);
|
|
815
|
+
const stringIndex = this.view.getUint32(extendedDataOffset + 4, true);
|
|
816
|
+
return this.getString(stringIndex);
|
|
817
|
+
}
|
|
818
|
+
}
|
|
819
|
+
// ═══ Generated extended data property getters ═══
|
|
820
|
+
// ═══ Other property getters ═══
|
|
821
|
+
get flags() {
|
|
822
|
+
return this.view.getUint32(this._byteIndex + NODE_OFFSET_FLAGS, true);
|
|
823
|
+
}
|
|
824
|
+
get modifierFlags() {
|
|
825
|
+
const mods = this.modifiers;
|
|
826
|
+
if (!mods)
|
|
827
|
+
return ModifierFlags.None;
|
|
828
|
+
let flags = ModifierFlags.None;
|
|
829
|
+
for (const mod of mods) {
|
|
830
|
+
flags |= modifierToFlag(mod.kind);
|
|
831
|
+
}
|
|
832
|
+
return flags;
|
|
833
|
+
}
|
|
834
|
+
}
|
|
835
|
+
//# sourceMappingURL=node.generated.js.map
|