-
Notifications
You must be signed in to change notification settings - Fork 108
Bump prettier, ace-builds, and misc clean up #1741
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
tsammeow
left a comment
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.
lgtm except that one comment
src/__tests__/mode.ts
Outdated
|
|
||
| // define session | ||
| const session = ace.createEditSession('', DefaultMode) | ||
| const session = ace.createEditSession('', new DefaultMode.Mode()) |
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.
what does this change do, doesn't seem to be building?
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.
There's a TS type error otherwise, looking into it
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.
i'd be happy to approve the other two upgrades if you want to get those through first
bc773cc to
8779560
Compare
…nto richard/deps-2502
Pull Request Test Coverage Report for Build 13750610219Details
💛 - Coveralls |
tsammeow
left a comment
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.
lgtm thanks!
Description
To take advantage of prebuilds. Also major bump for Prettier to align with other repositories, even if their defaults differ from Source coding standard.
Checklist