cadl/packages/compiler
Jose Manuel Heredia Hidalgo afd894565d
Propagate Namespace mutation to its types (#4937)
- Expose mutateSubgraphWithNamespace which allows Namespace mutations
- mutateSubgraph doesn't allow Namespace mutators. We want to keep
namespace mutator hidden as it is a more advanced use case.
2024-11-06 02:17:17 +00:00
..
.scripts Symbol refactor (#4849) 2024-11-04 23:50:10 +00:00
cmd Move compiler source under `src/` (#2055) 2023-06-13 13:57:29 -07:00
entrypoints Move compiler source under `src/` (#2055) 2023-06-13 13:57:29 -07:00
generated-defs Add paging support (#4470) 2024-11-05 01:47:23 +00:00
lib Add paging support (#4470) 2024-11-05 01:47:23 +00:00
scripts Update prettier config to format trailing commas to `all` (Default) (#4457) 2024-09-16 20:20:57 +00:00
src Propagate Namespace mutation to its types (#4937) 2024-11-06 02:17:17 +00:00
templates Bump version for 0.62.0 release (#4980) 2024-11-05 21:33:01 +00:00
test Propagate Namespace mutation to its types (#4937) 2024-11-06 02:17:17 +00:00
CHANGELOG.json Prepare Publish for January Release (#2816) 2024-01-24 11:14:23 -08:00
CHANGELOG.md Bump version for 0.62.0 release (#4980) 2024-11-05 21:33:01 +00:00
LICENSE
README.md Rename references from microsoft.github.io/typespec to typespec.io (#2858) 2024-01-30 12:58:42 -08:00
package.json Bump version for 0.62.0 release (#4980) 2024-11-05 21:33:01 +00:00
tsconfig.config.json Vitest improvements: vitest-ui, watch mode for deps, debug config (#2791) 2024-01-22 09:56:55 -08:00
tsconfig.json Generate TypeScript decorator signatures from `extern dec` (#2122) 2024-03-19 23:08:59 +00:00
vitest.config.e2e.ts Migrate test framework to vitest (#2769) 2024-01-02 11:40:29 -08:00
vitest.config.ts Update prettier config to format trailing commas to `all` (Default) (#4457) 2024-09-16 20:20:57 +00:00

README.md

TypeSpec compiler and CLI

This package implements the core of the TypeSpec compiler and its command-line interface.

See also