cadl/packages/samples
Alitzel Mendez de763ceb0f
Mark discriminator properties consistently as requiered (#4663)
Co-authored-by: Timothee Guerin <tiguerin@microsoft.com>
2024-10-14 21:12:29 +00:00
..
scratch 1/3 TypeSpec: Find/Replace Content 2023-02-16 13:07:22 -08:00
specs Update prettier config to format trailing commas to `all` (Default) (#4457) 2024-09-16 20:20:57 +00:00
src Update prettier config to format trailing commas to `all` (Default) (#4457) 2024-09-16 20:20:57 +00:00
test Mark discriminator properties consistently as requiered (#4663) 2024-10-14 21:12:29 +00:00
LICENSE
README.md Ci improvements (#3099) 2024-04-03 16:19:59 -07:00
package.json Upgrade dependencies - October 2024 (#4679) 2024-10-10 16:54:34 +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 Migrate test framework to vitest (#2769) 2024-01-02 11:40:29 -08:00
tspconfig.yaml 2/3 TypeSpec: Renaming files 2023-02-16 13:07:22 -08:00
vitest.config.ts Migrate test framework to vitest (#2769) 2024-01-02 11:40:29 -08:00

README.md

TypeSpec Samples

This project has a collection of samples used to demonstrate and test various TypeSpec features.

It is not published as an npm package.

npm run test # Check Samples match snapshots
npm run test:ci # run test same as CI


npm run test:regen -- -g "<sample-name>" # Regen of this name

npm run regen-samples # Regen all samples.