-
Notifications
You must be signed in to change notification settings - Fork 37
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
feat(plugin): support ordering #82
base: main
Are you sure you want to change the base?
Conversation
b6076fc
to
5ac4329
Compare
5ac4329
to
c3cdb02
Compare
export const formatVersion = (version: string) => { | ||
return version.substring(0, (version.indexOf('-') > -1 && version.indexOf('-')) || version.length).split('.').slice(0, 2).join('.') | ||
} | ||
|
||
export function getMessageFromError ( |
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.
Does this getMessageFromError
rename to getErrorMessage
well? what do you think?
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 think both names are acceptable: they are not quite different from each other in terms of meaning.
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.
Is this file in the directory /spec-ee
?
Summary
Adds support for plugin ordering.
Issue reference
Fix #[issue number]