functional-typescript
functional-typescript copied to clipboard
TypeScript standard for rock solid serverless functions.
Given one or more FTS definitions and their respective HTTP endpoints, add support for generating [Stripe-style](https://stripe.com/docs/api) API docs describing those REST endpoints. This should be possible given the strong JSON...
JS Docs aren't extracted when using exporting default arrow functions ```ts /** * This is an example description for an example function. * * @param foo - Example describing string...
possibly https://github.com/all-contributors/all-contributors-cli or https://github.com/remarkjs/remark-contributors
The `functional` aspect of FTS is confusing to people and doesn't really get across the RPC idea that you can automatically generate schemas and corresponding API endpoints from TS functions....
With the strong typing info we have from an FTS Definition, we can generate type-safe client SDKs for different programming languages such as Java, Python, Objective-C, etc. This would make...
_index.ts_ ```ts export const helloWorld = (name = 'World') => { return `Hello ${name}!` } ``` This example currently fails parsing with `Unable to infer a main function export`, but...
We're currently using our own, bare bones `tsconfig`, but for better compatibility we should really support using a project's existing `tsconfig`.
Bumps [json5](https://github.com/json5/json5) from 2.1.0 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...
Bumps [qs](https://github.com/ljharb/qs) from 6.6.0 to 6.6.1. Changelog Sourced from qs's changelog. 6.6.1 [Fix] parse: ignore __proto__ keys (#428) [Fix] fix for an impossible situation: when the formatter is called with...
Bumps [qs](https://github.com/ljharb/qs) from 6.6.0 to 6.11.0. Changelog Sourced from qs's changelog. 6.11.0 [New] [Fix] stringify: revert 0e903c0; add commaRoundTrip option (#442) [readme] fix version badge 6.10.5 [Fix] stringify: with arrayFormat:...