normalize-edit 0.3.1

Structural code editing for normalize
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "normalize-edit"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "Structural code editing for normalize"

[dependencies]
tree-sitter = "0.26"
streaming-iterator = "0.1"
normalize-facts = { path = "../normalize-facts", version = "0.3.1" }
normalize-languages = { path = "../normalize-languages", version = "0.3.1" }