-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix playground samples type errors and add CI test #3722
Fix playground samples type errors and add CI test #3722
Conversation
.../data/playground-samples/creating-the-editor/syntax-highlighting-for-html-elements/sample.js
Show resolved
Hide resolved
website/src/website/data/playground-samples/customizing-the-appearence/exposed-colors/sample.js
Show resolved
Hide resolved
.../data/playground-samples/extending-language-services/configure-javascript-defaults/sample.js
Show resolved
Hide resolved
...e/src/website/data/playground-samples/extending-language-services/custom-languages/sample.js
Show resolved
Hide resolved
...e/data/playground-samples/extending-language-services/inlay-hints-provider-example/sample.js
Show resolved
Hide resolved
...yground-samples/interacting-with-the-editor/adding-a-command-to-an-editor-instance/sample.js
Show resolved
Hide resolved
...site/data/playground-samples/interacting-with-the-editor/listening-to-mouse-events/sample.js
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks a lot! Please see my comments.
...yground-samples/interacting-with-the-editor/adding-a-command-to-an-editor-instance/sample.js
Show resolved
Hide resolved
6abbb79
to
2b3444b
Compare
I made all in parallel. To pass all files to one tsc process failed due to |
Thanks! :) |
I found several playground samples have type errors.
So I added type checking test script and test CI to github actions.