cadl/packages/monarch
Timothee Guerin 49004b60d5
Update dependencies (#3948)
New pr from this branch as it had some weird docusaurus issue not
reproducable anywhere else and just changing branch fixes it somehow
https://github.com/microsoft/typespec/pull/3934
Notable:
- vitest: 2.x
- prettier update that does a minor formatting change by adding
parentheses in some ternary expression
2024-07-23 21:02:34 +00:00
..
src Fix up some syntax highlighting with prismjs and monarch (#3587) 2024-06-14 20:16:04 +00:00
test Fix up some syntax highlighting with prismjs and monarch (#3587) 2024-06-14 20:16:04 +00:00
README.md Add monarch tokenizer as a dedicated package (#3079) 2024-03-29 10:25:29 -07:00
package.json Update dependencies (#3948) 2024-07-23 21:02:34 +00:00
tsconfig.config.json Add monarch tokenizer as a dedicated package (#3079) 2024-03-29 10:25:29 -07:00
tsconfig.json Dependency updates July 2024 (#3718) 2024-07-01 21:42:11 +00:00
vitest.config.ts Add monarch tokenizer as a dedicated package (#3079) 2024-03-29 10:25:29 -07:00

README.md

@typespec/monarch

Provide tokenizer for Monarch for use in monaco-editor.

Updating

Updating the tests

You can copy ./temp/monaco-tests.json(after running the test) into the src/basic-languages/typespec/typespec.test.ts test file in the monaco-editor repository.