-
-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release: ezno-parser-visitable-derive to 0.0.7, ezno-parser to 0.1.5,…
… ezno-ast-generator to 0.0.13, ezno-checker to 0.0.16 and ezno to 0.0.21
- Loading branch information
github-actions
committed
May 31, 2024
1 parent
934cf16
commit 37ede7a
Showing
10 changed files
with
47 additions
and
48 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ members = [ | |
name = "ezno" | ||
description = "A JavaScript type checker and compiler. For use as a library or through the CLI" | ||
authors = ["Ben <[email protected]>"] | ||
version = "0.0.20" | ||
version = "0.0.21" | ||
edition = "2021" | ||
license = "MIT" | ||
homepage = "https://kaleidawave.github.io/posts/introducing-ezno/" | ||
|
@@ -59,13 +59,13 @@ notify = "6.1.0" | |
|
||
[dependencies.checker] | ||
path = "./checker" | ||
version = "0.0.15" | ||
version = "0.0.16" | ||
features = ["ezno-parser", "serde-serialize"] | ||
package = "ezno-checker" | ||
|
||
[dependencies.parser] | ||
path = "./parser" | ||
version = "0.1.4" | ||
version = "0.1.5" | ||
features = ["extras"] | ||
package = "ezno-parser" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
name = "ezno-parser" | ||
description = "Parser and AST definitions for Ezno" | ||
authors = ["Ben <[email protected]>"] | ||
version = "0.1.4" | ||
version = "0.1.5" | ||
edition = "2021" | ||
license = "MIT" | ||
repository = "https://github.com/kaleidawave/ezno" | ||
|
@@ -32,7 +32,7 @@ extras = [] | |
full-typescript = [] | ||
|
||
[dependencies] | ||
visitable-derive = { path = "./visitable-derive", version = "0.0.6", package = "ezno-parser-visitable-derive" } | ||
visitable-derive = { path = "./visitable-derive", version = "0.0.7", package = "ezno-parser-visitable-derive" } | ||
|
||
derive-finite-automaton = "0.2" | ||
derive-debug-extras = { version = "0.3", features = [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
name = "ezno-ast-generator" | ||
description = "Quasi-quoted constant compiled TS definitions for Ezno AST" | ||
authors = ["Ben <[email protected]>"] | ||
version = "0.0.12" | ||
version = "0.0.13" | ||
edition = "2021" | ||
license = "MIT" | ||
repository = "https://github.com/kaleidawave/ezno" | ||
|
@@ -17,7 +17,7 @@ proc-macro = true | |
quote = "1.0" | ||
proc-macro2 = "1.0" | ||
self-rust-tokenize = "0.3.3" | ||
ezno-parser = { path = "..", version = "0.1.4", features = [ | ||
ezno-parser = { path = "..", version = "0.1.5", features = [ | ||
"self-rust-tokenize", | ||
] } | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
name = "ezno-parser-visitable-derive" | ||
description = "Derives 'Visitable' trait for Ezno AST" | ||
authors = ["Ben <[email protected]>"] | ||
version = "0.0.6" | ||
version = "0.0.7" | ||
edition = "2021" | ||
license = "MIT" | ||
repository = "https://github.com/kaleidawave/ezno" | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters