mirror of
https://github.com/0x5eal/semver-luau.git
synced 2025-04-10 21:30:53 +01:00
feat: bring back leading |
Some checks failed
CI / fmt (push) Has been cancelled
CI / typecheck (push) Has been cancelled
CI / test (push) Has been cancelled
Some checks failed
CI / fmt (push) Has been cancelled
CI / typecheck (push) Has been cancelled
CI / test (push) Has been cancelled
This commit is contained in:
parent
3f181c19bd
commit
3f77d74038
2 changed files with 2 additions and 2 deletions
|
@ -145,7 +145,7 @@ export type SemverErrorKind = ParseError | {}
|
|||
* `InvalidPrereleaseOrdinalType`: When prerelease ordinal is not a number
|
||||
]=]
|
||||
export type ParseError =
|
||||
{ id: "MandatoryComponentMissing", components: { string } }
|
||||
| { id: "MandatoryComponentMissing", components: { string } }
|
||||
| {
|
||||
id: "InvalidComponentType",
|
||||
component: "major" | "minor" | "patch",
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
[tools]
|
||||
lune = "lune-org/lune@0.8.9"
|
||||
stylua = "JohnnyMorganz/StyLua@2.0.1"
|
||||
stylua = "JohnnyMorganz/StyLua@2.0.2"
|
||||
luau-lsp = "JohnnyMorganz/luau-lsp@1.35.0"
|
||||
|
|
Loading…
Add table
Reference in a new issue