@kosmojs/dev 0.0.20 → 0.0.22
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/LICENSE +21 -0
- package/package.json +11 -10
- package/pkg/{src/ast.d.ts → ast.d.ts} +11 -16
- package/pkg/{src/base-plugin → base-plugin}/api-handler.d.ts +1 -1
- package/pkg/{src/base-plugin → base-plugin}/worker.d.ts +1 -2
- package/pkg/base-plugin/worker.js +489 -221
- package/pkg/base-plugin/worker.js.map +4 -4
- package/pkg/{src/cache.d.ts → cache.d.ts} +1 -1
- package/pkg/index.js +640 -296
- package/pkg/index.js.map +4 -4
- package/pkg/{src/paths.d.ts → paths.d.ts} +2 -2
- package/pkg/{src/render.d.ts → render.d.ts} +4 -4
- package/pkg/routes-factory/base.d.ts +47 -0
- package/pkg/{src/routes-factory → routes-factory}/index.d.ts +1 -0
- package/pkg/stub-generator/index.js +1 -12
- package/pkg/stub-generator/index.js.map +2 -2
- package/pkg/{src/types.d.ts → types.d.ts} +55 -38
- package/pkg/src/routes-factory/base.d.ts +0 -17
- package/pkg/test/@fixtures/app/lib/@src/{api}/articles/[...path]/index.ts/types.d.ts +0 -3
- package/pkg/test/@fixtures/app/lib/@src/{api}/articles/[...path]/types.d.ts +0 -3
- package/pkg/test/@fixtures/app/lib/@src/{api}/books/[category]/[[author]]/index.ts/types.d.ts +0 -4
- package/pkg/test/@fixtures/app/lib/@src/{api}/books/[category]/[[author]]/types.d.ts +0 -4
- package/pkg/test/@fixtures/app/lib/@src/{api}/books/[category]/index.ts/types.d.ts +0 -3
- package/pkg/test/@fixtures/app/lib/@src/{api}/books/[category]/types.d.ts +0 -3
- package/pkg/test/@fixtures/app/lib/@src/{api}/books/index.ts/types.d.ts +0 -1
- package/pkg/test/@fixtures/app/lib/@src/{api}/books/types.d.ts +0 -1
- package/pkg/test/@fixtures/app/lib/@src/{api}/files/[[folder]]/[[id]].json/index.ts/types.d.ts +0 -4
- package/pkg/test/@fixtures/app/lib/@src/{api}/files/[[folder]]/[[id]].json/types.d.ts +0 -4
- package/pkg/test/@fixtures/app/lib/@src/{api}/files/[[folder]]/index.ts/types.d.ts +0 -3
- package/pkg/test/@fixtures/app/lib/@src/{api}/files/[[folder]]/types.d.ts +0 -3
- package/pkg/test/@fixtures/app/lib/@src/{api}/index/index.ts/types.d.ts +0 -1
- package/pkg/test/@fixtures/app/lib/@src/{api}/index/types.d.ts +0 -1
- package/pkg/test/@fixtures/app/lib/@src/{api}/pages/[...path].html/index.ts/types.d.ts +0 -3
- package/pkg/test/@fixtures/app/lib/@src/{api}/pages/[...path].html/types.d.ts +0 -3
- package/pkg/test/@fixtures/app/lib/@src/{api}/users/[id].json/index.ts/types.d.ts +0 -3
- package/pkg/test/@fixtures/app/lib/@src/{api}/users/[id].json/types.d.ts +0 -3
- package/pkg/test/@fixtures/app/src/test/api/articles/[...path]/index.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/api/books/[category]/[[author]]/index.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/api/books/[category]/index.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/api/books/index.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/api/files/[[folder]]/[[id]].json/index.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/api/files/[[folder]]/index.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/api/index/index.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/api/pages/[...path].html/index.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/api/users/[id].json/index.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/about/careers/[jobId]/index.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/about/careers/layout.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/about/index.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/about/layout.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/about/team/index.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/account/layout.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/account/profile/index.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/admin/[tenant]/index.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/admin/[tenant]/resources/[[type]]/[...path]/index.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/admin/[tenant]/resources/[[type]]/index.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/admin/[tenant]/resources/[[type]]/layout.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/admin/[tenant]/resources/index.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/admin/[tenant]/resources/layout.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/admin/[tenant]/settings/general/index.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/admin/[tenant]/settings/index.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/admin/[tenant]/settings/layout.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/admin/[tenant]/settings/permissions/index.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/admin/[tenant]/users/[userId]/index.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/admin/[tenant]/users/index.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/admin/[tenant]/users/layout.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/admin/index.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/admin/layout.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/blog/[[category]]/[[tag]]/index.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/blog/[[category]]/index.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/blog/index.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/blog/layout.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/blog/post/[slug]/index.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/blog/post/[slug]/layout.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/contact/index.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/contact/layout.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/courses/[courseId]/layout.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/courses/[courseId]/lessons/[[lessonId]]/assignments/[...assignmentPath]/index.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/dashboard/[view]/index.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/dashboard/analytics/index.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/dashboard/index.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/dashboard/layout.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/dashboard/settings/billing/index.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/dashboard/settings/index.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/dashboard/settings/layout.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/dashboard/settings/notifications/index.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/dashboard/settings/profile/index.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/dashboard/settings/security/index.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/dashboard/settings/security/layout.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/docs/[...path]/index.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/docs/index.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/docs/layout.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/files/[...filePath]/index.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/files/[...filePath]/layout.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/legal/layout.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/legal/privacy/index.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/legal/terms/index.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/news/[category]/articles/[...articlePath]/index.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/news/[category]/layout.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/portal/[clientId]/layout.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/portal/[clientId]/reports/[reportType]/data/[dataView]/index.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/portal/[clientId]/reports/[reportType]/data/[dataView]/layout.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/portal/[clientId]/reports/[reportType]/layout.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/portal/[clientId]/reports/layout.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/portal/layout.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/products/[id]/index.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/products/index.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/profile/[username]/layout.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/profile/[username]/posts/[postId]/comments/[...thread]/index.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/profile/[username]/posts/[postId]/layout.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/projects/[projectId]/files/[...path]/index.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/projects/[projectId]/files/index.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/projects/[projectId]/files/layout.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/projects/[projectId]/index.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/projects/[projectId]/layout.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/projects/[projectId]/tasks/[taskId]/comments/[commentId]/index.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/projects/[projectId]/tasks/[taskId]/comments/index.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/projects/[projectId]/tasks/[taskId]/comments/layout.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/projects/[projectId]/tasks/[taskId]/index.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/projects/[projectId]/tasks/[taskId]/layout.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/projects/[projectId]/tasks/index.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/projects/[projectId]/tasks/layout.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/projects/[projectId]/team/[userId]/index.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/projects/[projectId]/team/index.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/projects/[projectId]/team/layout.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/projects/index.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/projects/layout.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/properties/[[city]]/filters/[...filters]/index.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/properties/filters/index.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/properties/layout.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/search/[[query]]/[[page]]/index.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/search/[[query]]/layout.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/search/index.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/shop/[category]/[productId]/index.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/shop/[category]/[productId]/layout.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/shop/cart/index.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/shop/checkout/confirm/index.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/shop/checkout/layout.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/shop/checkout/payment/index.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/shop/checkout/shipping/index.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/shop/checkout/shipping/layout.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/shop/index.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/shop/layout.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/shop/orders/[orderId]/index.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/shop/orders/index.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/shop/orders/layout.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/shop/product/[id]/index.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/shop/product/[id]/layout.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/shop/product/[id]/reviews/index.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/shop/products/[[category]]/index.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/shop/products/index.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/shop/products/layout.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/signup/index.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/store/[category]/filters/[...filters]/index.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/store/[category]/sort/[sortBy]/index.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/store/[category]/sort/layout.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/store/layout.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/users/[username]/followers/index.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/users/[username]/following/index.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/users/[username]/index.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/users/[username]/layout.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/users/[username]/posts/[postId]/index.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/users/[username]/posts/[postId]/layout.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/users/[username]/posts/index.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/users/[username]/posts/layout.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/users/index.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/users/layout.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/workspace/[workspaceId]/analytics/[range]/index.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/workspace/[workspaceId]/analytics/[range]/layout.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/workspace/[workspaceId]/analytics/index.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/workspace/[workspaceId]/analytics/layout.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/workspace/[workspaceId]/team/[memberId]/permissions/[...permissionPath]/index.d.ts +0 -0
- package/pkg/test/@fixtures/app/src/test/pages/workspace/[workspaceId]/team/layout.d.ts +0 -0
- package/pkg/test/@fixtures/ast/extractTypeDeclarations/exports/with-referenced-files.d.ts +0 -1
- package/pkg/test/@fixtures/ast/extractTypeDeclarations/imports/with-referenced-files.d.ts +0 -1
- package/pkg/test/ast/extractParamsRefinements.test.d.ts +0 -1
- package/pkg/test/ast/extractRouteMethods.test.d.ts +0 -1
- package/pkg/test/ast/extractTypeDeclarations.test.d.ts +0 -1
- package/pkg/test/routes/index.d.ts +0 -4
- package/pkg/test/routes/nesting.test.d.ts +0 -1
- package/pkg/test/routes/resolver.test.d.ts +0 -1
- package/pkg/test/routes/routes.test.d.ts +0 -1
- /package/pkg/{src/alias-plugin → alias-plugin}/index.d.ts +0 -0
- /package/pkg/{src/base-plugin → base-plugin}/index.d.ts +0 -0
- /package/pkg/{src/base-plugin → base-plugin}/spinner.d.ts +0 -0
- /package/pkg/{src/defaults.d.ts → defaults.d.ts} +0 -0
- /package/pkg/{src/define-plugin → define-plugin}/index.d.ts +0 -0
- /package/pkg/{src/fs.d.ts → fs.d.ts} +0 -0
- /package/pkg/{src/index.d.ts → index.d.ts} +0 -0
- /package/pkg/{src/routes-factory → routes-factory}/nesting.d.ts +0 -0
- /package/pkg/{src/routes-factory → routes-factory}/resolve.d.ts +0 -0
- /package/pkg/{src/stub-generator → stub-generator}/index.d.ts +0 -0
- /package/pkg/{src/typebox.d.ts → typebox.d.ts} +0 -0
package/pkg/test/@fixtures/app/src/test/pages/projects/[projectId]/files/[...path]/index.d.ts
DELETED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/pkg/test/@fixtures/app/src/test/pages/projects/[projectId]/tasks/[taskId]/index.d.ts
DELETED
|
File without changes
|
package/pkg/test/@fixtures/app/src/test/pages/projects/[projectId]/tasks/[taskId]/layout.d.ts
DELETED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/pkg/test/@fixtures/app/src/test/pages/properties/[[city]]/filters/[...filters]/index.d.ts
DELETED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/pkg/test/@fixtures/app/src/test/pages/store/[category]/filters/[...filters]/index.d.ts
DELETED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/pkg/test/@fixtures/app/src/test/pages/workspace/[workspaceId]/analytics/[range]/index.d.ts
DELETED
|
File without changes
|
package/pkg/test/@fixtures/app/src/test/pages/workspace/[workspaceId]/analytics/[range]/layout.d.ts
DELETED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export type { ParsedPath } from "node:path";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|