cadl/packages/monarch
Timothee Guerin 0dea649cd7
Update dependencies to resolve vulnerabilities and license issue (#3081)
- Remove unused rollup-plugin-dts dep that had problematic license
- Update dependencies to fix vulnerabilies
2024-03-29 21:22:06 +00:00
..
src Add monarch tokenizer as a dedicated package (#3079) 2024-03-29 10:25:29 -07:00
test Add monarch tokenizer as a dedicated package (#3079) 2024-03-29 10:25:29 -07:00
.eslintrc.cjs Add monarch tokenizer as a dedicated package (#3079) 2024-03-29 10:25:29 -07:00
README.md Add monarch tokenizer as a dedicated package (#3079) 2024-03-29 10:25:29 -07:00
package.json Update dependencies to resolve vulnerabilities and license issue (#3081) 2024-03-29 21:22:06 +00:00
tsconfig.config.json Add monarch tokenizer as a dedicated package (#3079) 2024-03-29 10:25:29 -07:00
tsconfig.json Add monarch tokenizer as a dedicated package (#3079) 2024-03-29 10:25:29 -07: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.