mirror of
https://github.com/0x5eal/semver-luau.git
synced 2025-01-08 14:59:10 +00:00
feat: bring back leading |
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
|
* `InvalidPrereleaseOrdinalType`: When prerelease ordinal is not a number
|
||||||
]=]
|
]=]
|
||||||
export type ParseError =
|
export type ParseError =
|
||||||
{ id: "MandatoryComponentMissing", components: { string } }
|
| { id: "MandatoryComponentMissing", components: { string } }
|
||||||
| {
|
| {
|
||||||
id: "InvalidComponentType",
|
id: "InvalidComponentType",
|
||||||
component: "major" | "minor" | "patch",
|
component: "major" | "minor" | "patch",
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
[tools]
|
[tools]
|
||||||
lune = "lune-org/lune@0.8.9"
|
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"
|
luau-lsp = "JohnnyMorganz/luau-lsp@1.35.0"
|
||||||
|
|
Loading…
Reference in a new issue