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,529 @@
|
|
|
1
|
+
/// <reference path="../node/node.d.ts" preserve="true" />
|
|
2
|
+
import { CompletionItemKind } from "#enums/completionItemKind";
|
|
3
|
+
import { DiagnosticCategory } from "#enums/diagnosticCategory";
|
|
4
|
+
import { ElementFlags } from "#enums/elementFlags";
|
|
5
|
+
import { ModuleKind } from "#enums/moduleKind";
|
|
6
|
+
import { NodeBuilderFlags } from "#enums/nodeBuilderFlags";
|
|
7
|
+
import { ObjectFlags } from "#enums/objectFlags";
|
|
8
|
+
import { SignatureFlags } from "#enums/signatureFlags";
|
|
9
|
+
import { SignatureKind } from "#enums/signatureKind";
|
|
10
|
+
import { SymbolFlags } from "#enums/symbolFlags";
|
|
11
|
+
import { TypeFlags } from "#enums/typeFlags";
|
|
12
|
+
import { TypePredicateKind } from "#enums/typePredicateKind";
|
|
13
|
+
import { type __String, type Expression, type Identifier, ModifierFlags, type Node, type Path, type SourceFile, type SyntaxKind, type TypeNode } from "../../ast/index.ts";
|
|
14
|
+
import type { APIOptions, LSPConnectionOptions } from "../options.ts";
|
|
15
|
+
import type { CompilerOptions, ConfigResponse, DocumentIdentifier, DocumentPosition, LSPUpdateSnapshotParams, ProjectResponse, SignatureResponse, SourceFileMetadata, SymbolResponse, TypeResponse, UpdateSnapshotParams, UpdateSnapshotResponse } from "../proto.ts";
|
|
16
|
+
import { SourceFileCache } from "../sourceFileCache.ts";
|
|
17
|
+
import type { RequestTiming, TimingAccumulators, TimingInfo } from "../timing.ts";
|
|
18
|
+
import { Client, type ClientSocketOptions, type ClientSpawnOptions } from "./client.ts";
|
|
19
|
+
import type { AssertsIdentifierTypePredicate, AssertsThisTypePredicate, BigIntLiteralType, BooleanLiteralType, CompletionEntry, CompletionInfo, CompletionOptions, ConditionalType, Diagnostic, FreshableType, IdentifierTypePredicate, IndexedAccessType, IndexInfo, IndexType, InterfaceType, IntersectionType, IntrinsicType, JSDocTagInfo, LiteralType, NumberLiteralType, ObjectType, StringLiteralType, StringMappingType, SubstitutionType, TemplateLiteralType, ThisTypePredicate, TupleType, Type, TypeParameter, TypePredicate, TypePredicateBase, TypeReference, UnionOrIntersectionType, UnionType } from "./types.ts";
|
|
20
|
+
export { documentURIToFileName, fileNameToDocumentURI } from "../path.ts";
|
|
21
|
+
export { CompletionItemKind, DiagnosticCategory, ElementFlags, ModifierFlags, ModuleKind, NodeBuilderFlags, ObjectFlags, SignatureFlags, SignatureKind, SymbolFlags, TypeFlags, TypePredicateKind };
|
|
22
|
+
export type { APIOptions, AssertsIdentifierTypePredicate, AssertsThisTypePredicate, BigIntLiteralType, BooleanLiteralType, ClientSocketOptions, ClientSpawnOptions, CompilerOptions, CompletionEntry, CompletionInfo, CompletionOptions, ConditionalType, Diagnostic, DocumentIdentifier, DocumentPosition, FreshableType, IdentifierTypePredicate, IndexedAccessType, IndexInfo, IndexType, InterfaceType, IntersectionType, IntrinsicType, JSDocTagInfo, LiteralType, LSPConnectionOptions, NumberLiteralType, ObjectType, RequestTiming, SourceFileMetadata, StringLiteralType, StringMappingType, SubstitutionType, TemplateLiteralType, ThisTypePredicate, TimingAccumulators, TimingInfo, TupleType, Type, TypeParameter, TypePredicate, TypePredicateBase, TypeReference, UnionOrIntersectionType, UnionType };
|
|
23
|
+
export declare class API<FromLSP extends boolean = false> {
|
|
24
|
+
private client;
|
|
25
|
+
private sourceFileCache;
|
|
26
|
+
private toPath;
|
|
27
|
+
private initialized;
|
|
28
|
+
private activeSnapshots;
|
|
29
|
+
private latestSnapshot;
|
|
30
|
+
readonly internal: InternalAPI;
|
|
31
|
+
constructor(options?: APIOptions | LSPConnectionOptions);
|
|
32
|
+
/**
|
|
33
|
+
* Create an API instance from an existing LSP connection's API session.
|
|
34
|
+
* Use this when connecting to an API pipe provided by an LSP server via custom/initializeAPISession.
|
|
35
|
+
*/
|
|
36
|
+
static fromLSPConnection(options: LSPConnectionOptions): API<true>;
|
|
37
|
+
private ensureInitialized;
|
|
38
|
+
parseConfigFile(file: DocumentIdentifier): ConfigResponse;
|
|
39
|
+
updateSnapshot(params?: FromLSP extends true ? LSPUpdateSnapshotParams : UpdateSnapshotParams): Snapshot;
|
|
40
|
+
close(): void;
|
|
41
|
+
clearSourceFileCache(): void;
|
|
42
|
+
/**
|
|
43
|
+
* Returns a snapshot of collected timing information for requests made
|
|
44
|
+
* through this API instance: client-measured round-trip latency and bytes
|
|
45
|
+
* transferred, folded together with the server's own per-request processing
|
|
46
|
+
* time and an estimated transport overhead (round-trip minus server time).
|
|
47
|
+
*
|
|
48
|
+
* Fetching the snapshot issues a lightweight request to the server to
|
|
49
|
+
* retrieve its timing collection. Collection must be enabled via the
|
|
50
|
+
* `collectTiming` option; when it is not, the returned snapshot has
|
|
51
|
+
* `enabled: false` and zeroed totals.
|
|
52
|
+
*/
|
|
53
|
+
getTimingInfo(): TimingInfo;
|
|
54
|
+
/** Clears all accumulated timing totals and recent-request history, on both the client and the server. */
|
|
55
|
+
resetTimingInfo(): void;
|
|
56
|
+
}
|
|
57
|
+
export declare class InternalAPI {
|
|
58
|
+
private client;
|
|
59
|
+
private ensureInitialized;
|
|
60
|
+
/** @internal */
|
|
61
|
+
constructor(client: Client, ensureInitialized: () => void);
|
|
62
|
+
startCPUProfile(dir: string): void;
|
|
63
|
+
stopCPUProfile(): string;
|
|
64
|
+
saveHeapProfile(dir: string): string;
|
|
65
|
+
}
|
|
66
|
+
export declare class Snapshot {
|
|
67
|
+
readonly id: number;
|
|
68
|
+
private projectMap;
|
|
69
|
+
private toPath;
|
|
70
|
+
private client;
|
|
71
|
+
private disposed;
|
|
72
|
+
private onDispose;
|
|
73
|
+
private snapshotRegistry;
|
|
74
|
+
constructor(data: UpdateSnapshotResponse, client: Client, sourceFileCache: SourceFileCache, toPath: (fileName: string) => Path, onDispose: () => void);
|
|
75
|
+
getProjects(): readonly Project[];
|
|
76
|
+
getProject(configFileName: string): Project | undefined;
|
|
77
|
+
getDefaultProjectForFile(file: DocumentIdentifier): Project | undefined;
|
|
78
|
+
[globalThis.Symbol.dispose](): void;
|
|
79
|
+
dispose(): void;
|
|
80
|
+
isDisposed(): boolean;
|
|
81
|
+
private ensureNotDisposed;
|
|
82
|
+
}
|
|
83
|
+
declare class SnapshotObjectRegistry {
|
|
84
|
+
private readonly symbols;
|
|
85
|
+
private readonly client;
|
|
86
|
+
private readonly snapshotId;
|
|
87
|
+
private readonly resolveProject;
|
|
88
|
+
constructor(client: Client, snapshotId: number, resolveProject: (projectId: Path) => Project | undefined);
|
|
89
|
+
/** Resolve a project id (a config file path) to its Project within this snapshot. */
|
|
90
|
+
getProject(projectId: Path): Project | undefined;
|
|
91
|
+
getOrCreateSymbol(data: SymbolResponse): Symbol;
|
|
92
|
+
getSymbol(id: number): Symbol | undefined;
|
|
93
|
+
clear(): void;
|
|
94
|
+
fetchSymbol(source: Symbol | Signature | Type, method: string, handle: number | undefined, projectId?: Path): Symbol;
|
|
95
|
+
fetchSymbols(source: Symbol | Signature | Type, method: string, handles?: readonly number[], projectId?: Path): readonly Symbol[];
|
|
96
|
+
}
|
|
97
|
+
declare class ProjectObjectRegistry {
|
|
98
|
+
private client;
|
|
99
|
+
private snapshotId;
|
|
100
|
+
private project;
|
|
101
|
+
private snapshotRegistry;
|
|
102
|
+
private types;
|
|
103
|
+
private signatures;
|
|
104
|
+
constructor(client: Client, snapshotId: number, project: Project, snapshotRegistry: SnapshotObjectRegistry);
|
|
105
|
+
getOrCreateSymbol(data: SymbolResponse): Symbol;
|
|
106
|
+
getSymbol(id: number): Symbol | undefined;
|
|
107
|
+
getOrCreateType(data: TypeResponse): TypeObject;
|
|
108
|
+
getType(id: number): TypeObject | undefined;
|
|
109
|
+
getOrCreateSignature(data: SignatureResponse): Signature;
|
|
110
|
+
getSignature(id: number): Signature | undefined;
|
|
111
|
+
clear(): void;
|
|
112
|
+
fetchType<T extends Type>(source: Symbol | Signature | Type, method: string, handle: number | false | undefined): T;
|
|
113
|
+
fetchSymbol(source: Symbol | Signature | Type, method: string, handle: number | undefined): Symbol;
|
|
114
|
+
fetchSignature(source: Symbol | Signature | Type, method: string, handle: number | undefined): Signature;
|
|
115
|
+
fetchTypes(source: Symbol | Signature | Type, method: string, handles?: readonly number[]): readonly Type[];
|
|
116
|
+
fetchSymbols(source: Symbol | Signature | Type, method: string, handles?: readonly number[]): readonly Symbol[];
|
|
117
|
+
fetchBaseTypes(source: Type): readonly Type[];
|
|
118
|
+
}
|
|
119
|
+
export declare class Project {
|
|
120
|
+
readonly id: Path;
|
|
121
|
+
readonly configFileName: string;
|
|
122
|
+
readonly compilerOptions: CompilerOptions;
|
|
123
|
+
readonly rootFiles: readonly string[];
|
|
124
|
+
readonly program: Program;
|
|
125
|
+
readonly checker: Checker;
|
|
126
|
+
readonly emitter: Emitter;
|
|
127
|
+
private client;
|
|
128
|
+
constructor(data: ProjectResponse, snapshotId: number, client: Client, sourceFileCache: SourceFileCache, toPath: (fileName: string) => Path, snapshotRegistry: SnapshotObjectRegistry);
|
|
129
|
+
dispose(): void;
|
|
130
|
+
}
|
|
131
|
+
export declare class Program {
|
|
132
|
+
private snapshotId;
|
|
133
|
+
private project;
|
|
134
|
+
private client;
|
|
135
|
+
private sourceFileCache;
|
|
136
|
+
private toPath;
|
|
137
|
+
private decoder;
|
|
138
|
+
private sourceFileMetadataCache;
|
|
139
|
+
constructor(snapshotId: number, project: Project, client: Client, sourceFileCache: SourceFileCache, toPath: (fileName: string) => Path);
|
|
140
|
+
getCompilerOptions(): CompilerOptions;
|
|
141
|
+
getSourceFile(file: DocumentIdentifier): SourceFile | undefined;
|
|
142
|
+
getSourceFileNames(): readonly string[];
|
|
143
|
+
/**
|
|
144
|
+
* Returns program-stored metadata for the given source file, or `undefined` if the file
|
|
145
|
+
* is not part of the program. Metadata is fetched lazily per file and cached on this
|
|
146
|
+
* `Program` instance.
|
|
147
|
+
*/
|
|
148
|
+
getSourceFileMetadata(fileName: string): SourceFileMetadata | undefined;
|
|
149
|
+
/**
|
|
150
|
+
* Returns program-stored metadata for the source file at the given path, or `undefined`
|
|
151
|
+
* if the file is not part of the program. Like {@link getSourceFileMetadata}, but skips
|
|
152
|
+
* the file name to path conversion. Metadata is fetched lazily per file and cached on
|
|
153
|
+
* this `Program` instance.
|
|
154
|
+
*/
|
|
155
|
+
getSourceFileMetadataByPath(path: Path): SourceFileMetadata | undefined;
|
|
156
|
+
private fetchSourceFileMetadata;
|
|
157
|
+
/**
|
|
158
|
+
* Returns whether the given source file was loaded as part of an external library
|
|
159
|
+
* (e.g. a dependency resolved from `node_modules`). The underlying program metadata is
|
|
160
|
+
* fetched lazily per file and cached on this `Program` instance.
|
|
161
|
+
*/
|
|
162
|
+
isSourceFileFromExternalLibrary(file: SourceFile): boolean;
|
|
163
|
+
/**
|
|
164
|
+
* Returns whether the given source file is a default library file (e.g. `lib.d.ts`).
|
|
165
|
+
* The underlying program metadata is fetched lazily per file and cached on this
|
|
166
|
+
* `Program` instance.
|
|
167
|
+
*/
|
|
168
|
+
isSourceFileDefaultLibrary(file: SourceFile): boolean;
|
|
169
|
+
/**
|
|
170
|
+
* Get syntactic (parse) diagnostics for a specific file or all files.
|
|
171
|
+
* @param file - Optional file to get diagnostics for. If omitted, returns diagnostics for all files.
|
|
172
|
+
*/
|
|
173
|
+
getSyntacticDiagnostics(file?: DocumentIdentifier): readonly Diagnostic[];
|
|
174
|
+
/**
|
|
175
|
+
* Get binder diagnostics for a specific file or all files.
|
|
176
|
+
* @param file - Optional file to get diagnostics for. If omitted, returns diagnostics for all files.
|
|
177
|
+
*/
|
|
178
|
+
getBindDiagnostics(file?: DocumentIdentifier): readonly Diagnostic[];
|
|
179
|
+
/**
|
|
180
|
+
* Get semantic (type-check) diagnostics for a specific file or all files.
|
|
181
|
+
* @param file - Optional file to get diagnostics for. If omitted, returns diagnostics for all files.
|
|
182
|
+
*/
|
|
183
|
+
getSemanticDiagnostics(file?: DocumentIdentifier): readonly Diagnostic[];
|
|
184
|
+
/**
|
|
185
|
+
* Get suggestion diagnostics for a specific file or all files.
|
|
186
|
+
* @param file - Optional file to get diagnostics for. If omitted, returns diagnostics for all files.
|
|
187
|
+
*/
|
|
188
|
+
getSuggestionDiagnostics(file?: DocumentIdentifier): readonly Diagnostic[];
|
|
189
|
+
/**
|
|
190
|
+
* Get declaration emit diagnostics for a specific file or all files.
|
|
191
|
+
* @param file - Optional file to get diagnostics for. If omitted, returns diagnostics for all files.
|
|
192
|
+
*/
|
|
193
|
+
getDeclarationDiagnostics(file?: DocumentIdentifier): readonly Diagnostic[];
|
|
194
|
+
/**
|
|
195
|
+
* Get program-wide diagnostics for the project, including compiler options diagnostics.
|
|
196
|
+
*/
|
|
197
|
+
getProgramDiagnostics(): readonly Diagnostic[];
|
|
198
|
+
/**
|
|
199
|
+
* Get global (non-file-specific) semantic diagnostics for the project.
|
|
200
|
+
*/
|
|
201
|
+
getGlobalDiagnostics(): readonly Diagnostic[];
|
|
202
|
+
/**
|
|
203
|
+
* Get config file parsing diagnostics for the project.
|
|
204
|
+
*/
|
|
205
|
+
getConfigFileParsingDiagnostics(): readonly Diagnostic[];
|
|
206
|
+
}
|
|
207
|
+
export declare class Checker {
|
|
208
|
+
private snapshotId;
|
|
209
|
+
private project;
|
|
210
|
+
private client;
|
|
211
|
+
private objectRegistry;
|
|
212
|
+
private wellKnownSymbols;
|
|
213
|
+
constructor(snapshotId: number, project: Project, client: Client, objectRegistry: ProjectObjectRegistry);
|
|
214
|
+
dispose(): void;
|
|
215
|
+
getSymbolAtLocation(node: Node): Symbol | undefined;
|
|
216
|
+
getSymbolAtLocation(nodes: readonly Node[]): (Symbol | undefined)[];
|
|
217
|
+
getSymbolAtPosition(file: DocumentIdentifier, position: number): Symbol | undefined;
|
|
218
|
+
getSymbolAtPosition(file: DocumentIdentifier, positions: readonly number[]): (Symbol | undefined)[];
|
|
219
|
+
getTypeOfSymbol(symbol: Symbol): Type | undefined;
|
|
220
|
+
getTypeOfSymbol(symbols: readonly Symbol[]): (Type | undefined)[];
|
|
221
|
+
/**
|
|
222
|
+
* Get the declared type of a symbol. Always returns a type; for symbols whose
|
|
223
|
+
* declared type cannot be determined the checker yields the error type (use
|
|
224
|
+
* {@link Type.isErrorType} to detect it).
|
|
225
|
+
*/
|
|
226
|
+
getDeclaredTypeOfSymbol(symbol: Symbol): Type;
|
|
227
|
+
getReferencesToSymbolInFile(file: DocumentIdentifier, symbol: Symbol): NodeHandle[];
|
|
228
|
+
getReferencedSymbolsForNode(node: Node, position: number): ReferencedSymbolEntry[];
|
|
229
|
+
getSignatureUsage(signatureDecl: Node): SignatureUsage[];
|
|
230
|
+
getCompletionsAtPosition(document: string, position: number, options?: CompletionOptions): CompletionInfo | undefined;
|
|
231
|
+
getTypeAtLocation(node: Node): Type | undefined;
|
|
232
|
+
getTypeAtLocation(nodes: readonly Node[]): (Type | undefined)[];
|
|
233
|
+
getSignaturesOfType(type: Type, kind: SignatureKind): readonly Signature[];
|
|
234
|
+
getResolvedSignature(node: Node): Signature | undefined;
|
|
235
|
+
getTypeAtPosition(file: DocumentIdentifier, position: number): Type | undefined;
|
|
236
|
+
getTypeAtPosition(file: DocumentIdentifier, positions: readonly number[]): (Type | undefined)[];
|
|
237
|
+
resolveName(name: string, meaning: SymbolFlags, location?: Node | DocumentPosition, excludeGlobals?: boolean): Symbol | undefined;
|
|
238
|
+
getResolvedSymbol(node: Identifier): Symbol | undefined;
|
|
239
|
+
getContextualType(node: Expression): Type | undefined;
|
|
240
|
+
getBaseTypeOfLiteralType(type: Type): Type | undefined;
|
|
241
|
+
getNonNullableType(type: Type): Type | undefined;
|
|
242
|
+
getTypeFromTypeNode(node: TypeNode): Type | undefined;
|
|
243
|
+
getWidenedType(type: Type): Type | undefined;
|
|
244
|
+
getParameterType(signature: Signature, index: number): Type | undefined;
|
|
245
|
+
isArrayLikeType(type: Type): boolean;
|
|
246
|
+
isTypeAssignableTo(source: Type, target: Type): boolean;
|
|
247
|
+
getShorthandAssignmentValueSymbol(node: Node): Symbol | undefined;
|
|
248
|
+
/**
|
|
249
|
+
* Get the type of a symbol as narrowed at a specific location. Always returns
|
|
250
|
+
* a type; for symbols whose type cannot be determined the checker yields the
|
|
251
|
+
* error type (use {@link Type.isErrorType} to detect it).
|
|
252
|
+
*/
|
|
253
|
+
getTypeOfSymbolAtLocation(symbol: Symbol, location: Node): Type;
|
|
254
|
+
private getIntrinsicType;
|
|
255
|
+
getAnyType(): Type;
|
|
256
|
+
getStringType(): Type;
|
|
257
|
+
getNumberType(): Type;
|
|
258
|
+
getBooleanType(): Type;
|
|
259
|
+
getVoidType(): Type;
|
|
260
|
+
getUndefinedType(): Type;
|
|
261
|
+
getNullType(): Type;
|
|
262
|
+
getNeverType(): Type;
|
|
263
|
+
getUnknownType(): Type;
|
|
264
|
+
getBigIntType(): Type;
|
|
265
|
+
getESSymbolType(): Type;
|
|
266
|
+
typeToTypeNode(type: Type, enclosingDeclaration?: Node, flags?: number): TypeNode | undefined;
|
|
267
|
+
signatureToSignatureDeclaration(signature: Signature, kind: SyntaxKind, enclosingDeclaration?: Node, flags?: NodeBuilderFlags): Node | undefined;
|
|
268
|
+
typeToString(type: Type, enclosingDeclaration?: Node, flags?: number): string;
|
|
269
|
+
isContextSensitive(node: Node): boolean;
|
|
270
|
+
isArrayType(type: Type): boolean;
|
|
271
|
+
isTupleType(type: Type): boolean;
|
|
272
|
+
getReturnTypeOfSignature(signature: Signature): Type | undefined;
|
|
273
|
+
getRestTypeOfSignature(signature: Signature): Type | undefined;
|
|
274
|
+
getTypePredicateOfSignature(signature: Signature): TypePredicate | undefined;
|
|
275
|
+
/**
|
|
276
|
+
* Get the base types of a class or interface type. A type with no base types
|
|
277
|
+
* yields an empty array.
|
|
278
|
+
*/
|
|
279
|
+
getBaseTypes(type: InterfaceType): readonly Type[];
|
|
280
|
+
getApparentType(type: Type): Type | undefined;
|
|
281
|
+
getPropertiesOfType(type: Type): readonly Symbol[];
|
|
282
|
+
getIndexInfosOfType(type: Type): readonly IndexInfo[];
|
|
283
|
+
/**
|
|
284
|
+
* Get the constraint of a type parameter (the `T` in `<U extends T>`), or
|
|
285
|
+
* undefined if it has none.
|
|
286
|
+
*/
|
|
287
|
+
getConstraintOfTypeParameter(type: TypeParameter): Type | undefined;
|
|
288
|
+
getBaseConstraintOfType(type: Type): Type | undefined;
|
|
289
|
+
getPropertyOfType(type: Type, name: string): Symbol | undefined;
|
|
290
|
+
getConstantValue(node: Node): string | number | undefined;
|
|
291
|
+
getSignatureFromDeclaration(node: Node): Signature | undefined;
|
|
292
|
+
getExportSpecifierLocalTargetSymbol(node: Node): Symbol | undefined;
|
|
293
|
+
/**
|
|
294
|
+
* Follow all aliases to get the original symbol. Always returns a symbol; for
|
|
295
|
+
* an unresolved alias the checker yields the unknown symbol (use
|
|
296
|
+
* {@link Checker.isUnknownSymbol} to detect it).
|
|
297
|
+
*/
|
|
298
|
+
getAliasedSymbol(symbol: Symbol): Symbol;
|
|
299
|
+
getImmediateAliasedSymbol(symbol: Symbol): Symbol | undefined;
|
|
300
|
+
/**
|
|
301
|
+
* Fetch (once, then cache) the handle ids of the per-checker singleton
|
|
302
|
+
* symbols (unknown, undefined, arguments). These ids are stable for the life
|
|
303
|
+
* of the project's checker, so identity checks against them are local after
|
|
304
|
+
* the first call.
|
|
305
|
+
*/
|
|
306
|
+
private getWellKnownSymbols;
|
|
307
|
+
/**
|
|
308
|
+
* Returns `true` if the symbol is the checker's "unknown" symbol (e.g. the
|
|
309
|
+
* result of {@link Checker.getAliasedSymbol} on an unresolved alias).
|
|
310
|
+
*/
|
|
311
|
+
isUnknownSymbol(symbol: Symbol): boolean;
|
|
312
|
+
/**
|
|
313
|
+
* Returns `true` if the symbol is the checker's "undefined" symbol.
|
|
314
|
+
*/
|
|
315
|
+
isUndefinedSymbol(symbol: Symbol): boolean;
|
|
316
|
+
/**
|
|
317
|
+
* Returns `true` if the symbol is the checker's "arguments" symbol.
|
|
318
|
+
*/
|
|
319
|
+
isArgumentsSymbol(symbol: Symbol): boolean;
|
|
320
|
+
getExportsOfModule(symbol: Symbol): readonly Symbol[];
|
|
321
|
+
getMemberInModuleExports(symbol: Symbol, name: string): Symbol | undefined;
|
|
322
|
+
getJsDocTagsOfSymbol(symbol: Symbol): readonly JSDocTagInfo[];
|
|
323
|
+
getDocumentationCommentOfSymbol(symbol: Symbol): string;
|
|
324
|
+
/**
|
|
325
|
+
* Get the type arguments of a type reference (e.g. the `string` in `Array<string>`).
|
|
326
|
+
*/
|
|
327
|
+
getTypeArguments(type: TypeReference): readonly Type[];
|
|
328
|
+
}
|
|
329
|
+
export interface PrintNodeOptions {
|
|
330
|
+
preserveSourceNewlines?: boolean | undefined;
|
|
331
|
+
neverAsciiEscape?: boolean | undefined;
|
|
332
|
+
terminateUnterminatedLiterals?: boolean | undefined;
|
|
333
|
+
}
|
|
334
|
+
export declare class Emitter {
|
|
335
|
+
private client;
|
|
336
|
+
constructor(client: Client);
|
|
337
|
+
printNode(node: Node, options?: PrintNodeOptions): string;
|
|
338
|
+
}
|
|
339
|
+
export declare class NodeHandle {
|
|
340
|
+
/**
|
|
341
|
+
* The project this handle was produced in, used as the default for {@link resolve}.
|
|
342
|
+
* Node handles are only meaningful within a project's program, so the producing project
|
|
343
|
+
* is remembered so callers don't have to pass it explicitly.
|
|
344
|
+
*/
|
|
345
|
+
private readonly canonicalProject;
|
|
346
|
+
readonly index: number;
|
|
347
|
+
readonly kind: SyntaxKind;
|
|
348
|
+
readonly path: Path;
|
|
349
|
+
constructor(handle: string, canonicalProject: Project);
|
|
350
|
+
/**
|
|
351
|
+
* Resolve this handle to the actual AST node by fetching the source file from a project
|
|
352
|
+
* and looking up the node by index. If no project is passed, the project that produced
|
|
353
|
+
* the handle is used.
|
|
354
|
+
*/
|
|
355
|
+
resolve(project?: Project): Node | undefined;
|
|
356
|
+
}
|
|
357
|
+
/** A symbol definition paired with all of its reference nodes. */
|
|
358
|
+
export interface ReferencedSymbolEntry {
|
|
359
|
+
/** The node handle for the symbol's definition. */
|
|
360
|
+
definition: NodeHandle;
|
|
361
|
+
/** The resolved symbol for the definition, if available. */
|
|
362
|
+
symbol?: Symbol | undefined;
|
|
363
|
+
/** The node handles for each reference to the symbol. */
|
|
364
|
+
references: NodeHandle[];
|
|
365
|
+
}
|
|
366
|
+
/** A single usage of a signature, pairing the reference name with its call expression (if any). */
|
|
367
|
+
export interface SignatureUsage {
|
|
368
|
+
/** The node handle for the name reference. */
|
|
369
|
+
name: NodeHandle;
|
|
370
|
+
/** The node handle for the call expression, if the reference is invoked. */
|
|
371
|
+
call?: NodeHandle | undefined;
|
|
372
|
+
}
|
|
373
|
+
export declare class Symbol {
|
|
374
|
+
private objectRegistry;
|
|
375
|
+
/**
|
|
376
|
+
* The project this symbol was first observed in, used as the default project for
|
|
377
|
+
* lookups that need a project context (members/exports/parent). Symbols are shared
|
|
378
|
+
* snapshot-wide, so these lookups can otherwise be ambiguous about which project to use.
|
|
379
|
+
*/
|
|
380
|
+
private readonly canonicalProject;
|
|
381
|
+
readonly id: number;
|
|
382
|
+
/** The escaped (`__String`) name, used as the key in member/export tables. */
|
|
383
|
+
readonly escapedName: __String;
|
|
384
|
+
/** The display name (escaped underscores removed). */
|
|
385
|
+
readonly name: string;
|
|
386
|
+
readonly flags: SymbolFlags;
|
|
387
|
+
readonly checkFlags: number;
|
|
388
|
+
readonly declarations: readonly NodeHandle[];
|
|
389
|
+
readonly valueDeclaration: NodeHandle | undefined;
|
|
390
|
+
private readonly parent;
|
|
391
|
+
private readonly exportSymbol;
|
|
392
|
+
private membersCache;
|
|
393
|
+
private exportsCache;
|
|
394
|
+
constructor(data: SymbolResponse, objectRegistry: SnapshotObjectRegistry);
|
|
395
|
+
getParent(): Symbol | undefined;
|
|
396
|
+
/**
|
|
397
|
+
* Get this symbol's members keyed by escaped name. The result is cached on
|
|
398
|
+
* the symbol, so repeated calls do not round-trip to the server.
|
|
399
|
+
*/
|
|
400
|
+
getMembers(): ReadonlyMap<__String, Symbol>;
|
|
401
|
+
/**
|
|
402
|
+
* Get this symbol's exports keyed by escaped name. The result is cached on
|
|
403
|
+
* the symbol, so repeated calls do not round-trip to the server.
|
|
404
|
+
*/
|
|
405
|
+
getExports(): ReadonlyMap<__String, Symbol>;
|
|
406
|
+
private fetchSymbolTable;
|
|
407
|
+
getExportSymbol(): Symbol;
|
|
408
|
+
getJsDocTags(checker: Checker): readonly JSDocTagInfo[];
|
|
409
|
+
getDocumentationComment(checker: Checker): string;
|
|
410
|
+
}
|
|
411
|
+
declare class TypeObject implements Type {
|
|
412
|
+
private objectRegistry;
|
|
413
|
+
readonly id: number;
|
|
414
|
+
readonly flags: TypeFlags;
|
|
415
|
+
readonly objectFlags: ObjectFlags;
|
|
416
|
+
readonly symbol: number;
|
|
417
|
+
readonly value: string | number | boolean | bigint;
|
|
418
|
+
readonly intrinsicName: string;
|
|
419
|
+
readonly isThisType: boolean;
|
|
420
|
+
readonly freshType: number;
|
|
421
|
+
readonly regularType: number;
|
|
422
|
+
readonly target: number;
|
|
423
|
+
readonly typeParameters: readonly number[];
|
|
424
|
+
readonly outerTypeParameters: readonly number[];
|
|
425
|
+
readonly localTypeParameters: readonly number[];
|
|
426
|
+
readonly aliasTypeArguments: readonly number[];
|
|
427
|
+
readonly aliasSymbol: number;
|
|
428
|
+
readonly elementFlags: readonly ElementFlags[];
|
|
429
|
+
readonly fixedLength: number;
|
|
430
|
+
readonly readonly: boolean;
|
|
431
|
+
readonly texts: readonly string[];
|
|
432
|
+
readonly objectType: number;
|
|
433
|
+
readonly indexType: number;
|
|
434
|
+
readonly checkType: number;
|
|
435
|
+
readonly extendsType: number;
|
|
436
|
+
readonly baseType: number;
|
|
437
|
+
readonly substConstraint: number;
|
|
438
|
+
private trueType;
|
|
439
|
+
private falseType;
|
|
440
|
+
constructor(data: TypeResponse, objectRegistry: ProjectObjectRegistry);
|
|
441
|
+
getSymbol(): Symbol | undefined;
|
|
442
|
+
getAliasSymbol(): Symbol | undefined;
|
|
443
|
+
getTarget(): Type;
|
|
444
|
+
getFreshType(): FreshableType | undefined;
|
|
445
|
+
getRegularType(): FreshableType | undefined;
|
|
446
|
+
getTypes(): readonly Type[] | undefined;
|
|
447
|
+
getTypeParameters(): readonly TypeParameter[];
|
|
448
|
+
getOuterTypeParameters(): readonly TypeParameter[];
|
|
449
|
+
getLocalTypeParameters(): readonly TypeParameter[];
|
|
450
|
+
getAliasTypeArguments(): readonly Type[];
|
|
451
|
+
getObjectType(): Type;
|
|
452
|
+
getIndexType(): Type;
|
|
453
|
+
getCheckType(): Type;
|
|
454
|
+
getExtendsType(): Type;
|
|
455
|
+
getBaseType(): Type;
|
|
456
|
+
getConstraint(): Type;
|
|
457
|
+
getTrueType(): Type;
|
|
458
|
+
getFalseType(): Type;
|
|
459
|
+
/**
|
|
460
|
+
* Get the base types of this type. Returns `undefined` for any type that is
|
|
461
|
+
* not a class or interface.
|
|
462
|
+
*/
|
|
463
|
+
getBaseTypes(): readonly Type[] | undefined;
|
|
464
|
+
isClassOrInterface(): this is InterfaceType;
|
|
465
|
+
isUnionType(): this is UnionType;
|
|
466
|
+
isIntersectionType(): this is IntersectionType;
|
|
467
|
+
isObjectType(): this is ObjectType;
|
|
468
|
+
isIntrinsicType(): this is IntrinsicType;
|
|
469
|
+
isErrorType(): boolean;
|
|
470
|
+
isLiteralType(): this is LiteralType;
|
|
471
|
+
isStringLiteralType(): this is StringLiteralType;
|
|
472
|
+
isNumberLiteralType(): this is NumberLiteralType;
|
|
473
|
+
isBigIntLiteralType(): this is BigIntLiteralType;
|
|
474
|
+
isBooleanLiteralType(): this is BooleanLiteralType;
|
|
475
|
+
isTypeReference(): this is TypeReference;
|
|
476
|
+
isTupleType(): this is TupleType;
|
|
477
|
+
isIndexType(): this is IndexType;
|
|
478
|
+
isIndexedAccessType(): this is IndexedAccessType;
|
|
479
|
+
isConditionalType(): this is ConditionalType;
|
|
480
|
+
isSubstitutionType(): this is SubstitutionType;
|
|
481
|
+
isTemplateLiteralType(): this is TemplateLiteralType;
|
|
482
|
+
isStringMappingType(): this is StringMappingType;
|
|
483
|
+
isTypeParameter(): this is TypeParameter;
|
|
484
|
+
}
|
|
485
|
+
export declare function isUnionType(type: Type): type is UnionType;
|
|
486
|
+
export declare function isIntersectionType(type: Type): type is IntersectionType;
|
|
487
|
+
export declare function isObjectType(type: Type): type is ObjectType;
|
|
488
|
+
export declare function isClassOrInterfaceType(type: Type): type is InterfaceType;
|
|
489
|
+
export declare function isIntrinsicType(type: Type): type is IntrinsicType;
|
|
490
|
+
/**
|
|
491
|
+
* Whether this is the error type — the placeholder the checker produces when a
|
|
492
|
+
* type cannot be determined (e.g. an unresolved reference). It is an intrinsic
|
|
493
|
+
* type named `"error"` (this covers both the singleton error type and the
|
|
494
|
+
* per-alias error types manufactured for unresolved type alias references).
|
|
495
|
+
*/
|
|
496
|
+
export declare function isErrorType(type: Type): boolean;
|
|
497
|
+
export declare function isLiteralType(type: Type): type is LiteralType;
|
|
498
|
+
export declare function isStringLiteralType(type: Type): type is StringLiteralType;
|
|
499
|
+
export declare function isNumberLiteralType(type: Type): type is NumberLiteralType;
|
|
500
|
+
export declare function isBigIntLiteralType(type: Type): type is BigIntLiteralType;
|
|
501
|
+
export declare function isBooleanLiteralType(type: Type): type is BooleanLiteralType;
|
|
502
|
+
export declare function isTypeReference(type: Type): type is TypeReference;
|
|
503
|
+
export declare function isTupleType(type: Type): type is TupleType;
|
|
504
|
+
export declare function isIndexType(type: Type): type is IndexType;
|
|
505
|
+
export declare function isIndexedAccessType(type: Type): type is IndexedAccessType;
|
|
506
|
+
export declare function isConditionalType(type: Type): type is ConditionalType;
|
|
507
|
+
export declare function isSubstitutionType(type: Type): type is SubstitutionType;
|
|
508
|
+
export declare function isTemplateLiteralType(type: Type): type is TemplateLiteralType;
|
|
509
|
+
export declare function isStringMappingType(type: Type): type is StringMappingType;
|
|
510
|
+
export declare function isTypeParameter(type: Type): type is TypeParameter;
|
|
511
|
+
export declare class Signature {
|
|
512
|
+
private flags;
|
|
513
|
+
private objectRegistry;
|
|
514
|
+
readonly id: number;
|
|
515
|
+
readonly declaration?: NodeHandle | undefined;
|
|
516
|
+
readonly typeParameters?: readonly number[] | undefined;
|
|
517
|
+
readonly parameters: readonly number[];
|
|
518
|
+
readonly thisParameter?: number | undefined;
|
|
519
|
+
readonly target?: number | undefined;
|
|
520
|
+
constructor(data: SignatureResponse, project: Project, objectRegistry: ProjectObjectRegistry);
|
|
521
|
+
getTypeParameters(): readonly TypeParameter[];
|
|
522
|
+
getParameters(): readonly Symbol[];
|
|
523
|
+
getThisParameter(): Symbol | undefined;
|
|
524
|
+
getTarget(): Signature | undefined;
|
|
525
|
+
get hasRestParameter(): boolean;
|
|
526
|
+
get isConstruct(): boolean;
|
|
527
|
+
get isAbstract(): boolean;
|
|
528
|
+
}
|
|
529
|
+
//# sourceMappingURL=api.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"api.d.ts","sourceRoot":"","sources":["../../../src/api/sync/api.ts"],"names":[],"mappings":"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"}
|