-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
chore(website): update config editor and add tabs to playground #5088
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
Conversation
…error fallback to error list
…o-default-fix-ts-4.0.5
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
✅ Deploy Preview for typescript-eslint ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
…ser is correctly stored
…ents to mobile version
This comment was marked as resolved.
This comment was marked as 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 great! Feels better than always using a modal.
Requesting changes for the accessibility of the buttons. Long term we probably will want to set up a design system using some accessible base system to make tab components and the like easier. But for now this is a great start.
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.
!
PR Checklist
Overview
configs are displayed as tabs
reduce computation complexity when updating codeFixers
In case of fatal parsing error fallback to error list, this unifies how errors are displayed between screens
Old:

New:

ensure that all proper libs are download for specified typescript versions
typescript errors markers are going to be now printed only for user provided file with exclusion to externally provided files
Old:

New:

small adjustments to mobile version
any config provided by user will be saved but may not be used if validation/parsing fails for it
we are currently using only compilerOptions and rules field from configs provided by user
modal with visual config has been moved to right side after selecting tab

autocompletion for eslintrc and tsconfig has been added

json parsing errors are displayed live from monaco

url format has changed
tsconfig
andeslintrc
are now used instead ofrules
andtsConfig
, backward compatibility layer is in placecorrect bug with event missing in monaco for ts <= 4.0.5 Add onDidChangeModelMarkers to IEditor interface microsoft/monaco-editor#313