TODO: Add package description
Adds a static `extend` method to a class, to simplify inheritance. Extends the static properties, prototype properties, and descriptors from a `Parent` constructor onto `Child` constructors.
Automatically generates OpenAPI 3.1 specifications from KosmoJS API routes, analyzing route structure, TypeScript types, and validation schemas to produce standards-compliant documentation.
Determine if a function is a native generator function.
Copy a descriptor from object A to object B
Turns an AST into code.
Rails-inspired generator system that provides scaffolding for your apps
CSV and object generation implementing the Node.js `stream.Readable` API
Turn async generator functions into ES2015 generators
A function that returns the normally hidden `GeneratorFunction` constructor
Enables runtime validation for `KosmoJS` applications by automatically converting TypeScript types into JSON Schema validators using TypeBox.
Turn async functions into ES2015 generators
Helper function to remap async functions to generators
Adds Server-Side Rendering capabilities to `KosmoJS` applications, generating server entry points and production-ready SSR bundles.
Bridges KosmoJS directory-based routing with React Router, automatically generating route configurations, type-safe navigation components, and loader integration.
Integrates KosmoJS directory-based routing with SolidJS, automatically generating routing configuration, type-safe navigation helpers, and data fetching utilities.
Integrates KosmoJS directory-based routing with Vue, automatically generating routing configuration, type-safe navigation helpers, and data fetching utilities.
TODO: Add package description
TODO: Add package description
A npm package wrapper for OpenAPI Generator (https://github.com/OpenAPITools/openapi-generator), generates which API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)
A language engineering tool for the Language Server Protocol
TODO: Add package description
Check if something is a generator function
@ts-jison/parser: ==== A lightly-typescriptified API for creating parsers in JavaScript ----------------------------------------- A lexical analyzer generator used by [@ts-jison/lexer-generator](../lexer-generator).