Compare commits

...
Sign in to create a new pull request.

2 commits

2 changed files with 2 additions and 1 deletions

View file

@ -1,6 +1,6 @@
.{
.name = .flow_syntax,
.version = "0.1.0",
.version = "0.6.0",
.fingerprint = 0x3ba2584ea1cec85f,
.minimum_zig_version = "0.15.0",

View file

@ -87,6 +87,7 @@ pub const Tree = struct {
pub fn edit(_: *Tree, _: *const InputEdit) void {}
};
pub const Node = struct {
tree: ?*Tree = null,
var dummy: @This() = .{};
pub fn getRange(_: *const @This()) Range {
return .{};