ast-grep-cli 0.32.0__tar.gz → 0.32.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {ast_grep_cli-0.32.0 → ast_grep_cli-0.32.2}/Cargo.lock +12 -12
- {ast_grep_cli-0.32.0 → ast_grep_cli-0.32.2}/Cargo.toml +6 -6
- {ast_grep_cli-0.32.0 → ast_grep_cli-0.32.2}/PKG-INFO +1 -1
- {ast_grep_cli-0.32.0 → ast_grep_cli-0.32.2}/pyproject.toml +1 -1
- {ast_grep_cli-0.32.0 → ast_grep_cli-0.32.2}/LICENSE +0 -0
- {ast_grep_cli-0.32.0 → ast_grep_cli-0.32.2}/README.md +0 -0
- {ast_grep_cli-0.32.0 → ast_grep_cli-0.32.2}/crates/cli/Cargo.toml +0 -0
- {ast_grep_cli-0.32.0 → ast_grep_cli-0.32.2}/crates/cli/README.md +0 -0
- {ast_grep_cli-0.32.0 → ast_grep_cli-0.32.2}/crates/cli/src/bin/ast-grep.rs +0 -0
- {ast_grep_cli-0.32.0 → ast_grep_cli-0.32.2}/crates/cli/src/completions.rs +0 -0
- {ast_grep_cli-0.32.0 → ast_grep_cli-0.32.2}/crates/cli/src/config.rs +0 -0
- {ast_grep_cli-0.32.0 → ast_grep_cli-0.32.2}/crates/cli/src/lang/custom_lang.rs +0 -0
- {ast_grep_cli-0.32.0 → ast_grep_cli-0.32.2}/crates/cli/src/lang/injection.rs +0 -0
- {ast_grep_cli-0.32.0 → ast_grep_cli-0.32.2}/crates/cli/src/lang/lang_globs.rs +0 -0
- {ast_grep_cli-0.32.0 → ast_grep_cli-0.32.2}/crates/cli/src/lang/mod.rs +0 -0
- {ast_grep_cli-0.32.0 → ast_grep_cli-0.32.2}/crates/cli/src/lib.rs +0 -0
- {ast_grep_cli-0.32.0 → ast_grep_cli-0.32.2}/crates/cli/src/lsp.rs +0 -0
- {ast_grep_cli-0.32.0 → ast_grep_cli-0.32.2}/crates/cli/src/main.rs +0 -0
- {ast_grep_cli-0.32.0 → ast_grep_cli-0.32.2}/crates/cli/src/new.rs +0 -0
- {ast_grep_cli-0.32.0 → ast_grep_cli-0.32.2}/crates/cli/src/print/cloud_print.rs +0 -0
- {ast_grep_cli-0.32.0 → ast_grep_cli-0.32.2}/crates/cli/src/print/colored_print/test.rs +0 -0
- {ast_grep_cli-0.32.0 → ast_grep_cli-0.32.2}/crates/cli/src/print/colored_print.rs +0 -0
- {ast_grep_cli-0.32.0 → ast_grep_cli-0.32.2}/crates/cli/src/print/interactive_print.rs +0 -0
- {ast_grep_cli-0.32.0 → ast_grep_cli-0.32.2}/crates/cli/src/print/json_print.rs +0 -0
- {ast_grep_cli-0.32.0 → ast_grep_cli-0.32.2}/crates/cli/src/print/mod.rs +0 -0
- {ast_grep_cli-0.32.0 → ast_grep_cli-0.32.2}/crates/cli/src/run.rs +0 -0
- {ast_grep_cli-0.32.0 → ast_grep_cli-0.32.2}/crates/cli/src/scan.rs +0 -0
- {ast_grep_cli-0.32.0 → ast_grep_cli-0.32.2}/crates/cli/src/utils/args.rs +0 -0
- {ast_grep_cli-0.32.0 → ast_grep_cli-0.32.2}/crates/cli/src/utils/debug_query.rs +0 -0
- {ast_grep_cli-0.32.0 → ast_grep_cli-0.32.2}/crates/cli/src/utils/error_context.rs +0 -0
- {ast_grep_cli-0.32.0 → ast_grep_cli-0.32.2}/crates/cli/src/utils/inspect.rs +0 -0
- {ast_grep_cli-0.32.0 → ast_grep_cli-0.32.2}/crates/cli/src/utils/mod.rs +0 -0
- {ast_grep_cli-0.32.0 → ast_grep_cli-0.32.2}/crates/cli/src/utils/rule_overwrite.rs +0 -0
- {ast_grep_cli-0.32.0 → ast_grep_cli-0.32.2}/crates/cli/src/utils/worker.rs +0 -0
- {ast_grep_cli-0.32.0 → ast_grep_cli-0.32.2}/crates/cli/src/verify/case_result.rs +0 -0
- {ast_grep_cli-0.32.0 → ast_grep_cli-0.32.2}/crates/cli/src/verify/find_file.rs +0 -0
- {ast_grep_cli-0.32.0 → ast_grep_cli-0.32.2}/crates/cli/src/verify/reporter.rs +0 -0
- {ast_grep_cli-0.32.0 → ast_grep_cli-0.32.2}/crates/cli/src/verify/snapshot.rs +0 -0
- {ast_grep_cli-0.32.0 → ast_grep_cli-0.32.2}/crates/cli/src/verify/test_case.rs +0 -0
- {ast_grep_cli-0.32.0 → ast_grep_cli-0.32.2}/crates/cli/src/verify.rs +0 -0
- {ast_grep_cli-0.32.0 → ast_grep_cli-0.32.2}/crates/cli/tests/common/mod.rs +0 -0
- {ast_grep_cli-0.32.0 → ast_grep_cli-0.32.2}/crates/cli/tests/run_test.rs +0 -0
- {ast_grep_cli-0.32.0 → ast_grep_cli-0.32.2}/crates/cli/tests/scan_test.rs +0 -0
- {ast_grep_cli-0.32.0 → ast_grep_cli-0.32.2}/crates/cli/tests/verify_test.rs +0 -0
- {ast_grep_cli-0.32.0 → ast_grep_cli-0.32.2}/crates/config/Cargo.toml +0 -0
- {ast_grep_cli-0.32.0 → ast_grep_cli-0.32.2}/crates/config/src/check_var.rs +0 -0
- {ast_grep_cli-0.32.0 → ast_grep_cli-0.32.2}/crates/config/src/combined.rs +0 -0
- {ast_grep_cli-0.32.0 → ast_grep_cli-0.32.2}/crates/config/src/fixer.rs +0 -0
- {ast_grep_cli-0.32.0 → ast_grep_cli-0.32.2}/crates/config/src/lib.rs +0 -0
- {ast_grep_cli-0.32.0 → ast_grep_cli-0.32.2}/crates/config/src/maybe.rs +0 -0
- {ast_grep_cli-0.32.0 → ast_grep_cli-0.32.2}/crates/config/src/rule/deserialize_env.rs +0 -0
- {ast_grep_cli-0.32.0 → ast_grep_cli-0.32.2}/crates/config/src/rule/mod.rs +0 -0
- {ast_grep_cli-0.32.0 → ast_grep_cli-0.32.2}/crates/config/src/rule/nth_child.rs +0 -0
- {ast_grep_cli-0.32.0 → ast_grep_cli-0.32.2}/crates/config/src/rule/range.rs +0 -0
- {ast_grep_cli-0.32.0 → ast_grep_cli-0.32.2}/crates/config/src/rule/referent_rule.rs +0 -0
- {ast_grep_cli-0.32.0 → ast_grep_cli-0.32.2}/crates/config/src/rule/relational_rule.rs +0 -0
- {ast_grep_cli-0.32.0 → ast_grep_cli-0.32.2}/crates/config/src/rule/stop_by.rs +0 -0
- {ast_grep_cli-0.32.0 → ast_grep_cli-0.32.2}/crates/config/src/rule_collection.rs +0 -0
- {ast_grep_cli-0.32.0 → ast_grep_cli-0.32.2}/crates/config/src/rule_config.rs +0 -0
- {ast_grep_cli-0.32.0 → ast_grep_cli-0.32.2}/crates/config/src/rule_core.rs +0 -0
- {ast_grep_cli-0.32.0 → ast_grep_cli-0.32.2}/crates/config/src/transform/mod.rs +0 -0
- {ast_grep_cli-0.32.0 → ast_grep_cli-0.32.2}/crates/config/src/transform/rewrite.rs +0 -0
- {ast_grep_cli-0.32.0 → ast_grep_cli-0.32.2}/crates/config/src/transform/string_case.rs +0 -0
- {ast_grep_cli-0.32.0 → ast_grep_cli-0.32.2}/crates/config/src/transform/transformation.rs +0 -0
- {ast_grep_cli-0.32.0 → ast_grep_cli-0.32.2}/crates/core/Cargo.toml +0 -0
- {ast_grep_cli-0.32.0 → ast_grep_cli-0.32.2}/crates/core/src/language.rs +0 -0
- {ast_grep_cli-0.32.0 → ast_grep_cli-0.32.2}/crates/core/src/lib.rs +0 -0
- {ast_grep_cli-0.32.0 → ast_grep_cli-0.32.2}/crates/core/src/match_tree/match_node.rs +0 -0
- {ast_grep_cli-0.32.0 → ast_grep_cli-0.32.2}/crates/core/src/match_tree/mod.rs +0 -0
- {ast_grep_cli-0.32.0 → ast_grep_cli-0.32.2}/crates/core/src/match_tree/strictness.rs +0 -0
- {ast_grep_cli-0.32.0 → ast_grep_cli-0.32.2}/crates/core/src/matcher/kind.rs +0 -0
- {ast_grep_cli-0.32.0 → ast_grep_cli-0.32.2}/crates/core/src/matcher/node_match.rs +0 -0
- {ast_grep_cli-0.32.0 → ast_grep_cli-0.32.2}/crates/core/src/matcher/pattern.rs +0 -0
- {ast_grep_cli-0.32.0 → ast_grep_cli-0.32.2}/crates/core/src/matcher/text.rs +0 -0
- {ast_grep_cli-0.32.0 → ast_grep_cli-0.32.2}/crates/core/src/matcher.rs +0 -0
- {ast_grep_cli-0.32.0 → ast_grep_cli-0.32.2}/crates/core/src/meta_var.rs +0 -0
- {ast_grep_cli-0.32.0 → ast_grep_cli-0.32.2}/crates/core/src/node.rs +0 -0
- {ast_grep_cli-0.32.0 → ast_grep_cli-0.32.2}/crates/core/src/ops.rs +0 -0
- {ast_grep_cli-0.32.0 → ast_grep_cli-0.32.2}/crates/core/src/pinned.rs +0 -0
- {ast_grep_cli-0.32.0 → ast_grep_cli-0.32.2}/crates/core/src/replacer/indent.rs +0 -0
- {ast_grep_cli-0.32.0 → ast_grep_cli-0.32.2}/crates/core/src/replacer/structural.rs +0 -0
- {ast_grep_cli-0.32.0 → ast_grep_cli-0.32.2}/crates/core/src/replacer/template.rs +0 -0
- {ast_grep_cli-0.32.0 → ast_grep_cli-0.32.2}/crates/core/src/replacer.rs +0 -0
- {ast_grep_cli-0.32.0 → ast_grep_cli-0.32.2}/crates/core/src/source.rs +0 -0
- {ast_grep_cli-0.32.0 → ast_grep_cli-0.32.2}/crates/core/src/traversal.rs +0 -0
- {ast_grep_cli-0.32.0 → ast_grep_cli-0.32.2}/crates/dynamic/Cargo.toml +0 -0
- {ast_grep_cli-0.32.0 → ast_grep_cli-0.32.2}/crates/dynamic/src/lib.rs +0 -0
- {ast_grep_cli-0.32.0 → ast_grep_cli-0.32.2}/crates/language/Cargo.toml +0 -0
- {ast_grep_cli-0.32.0 → ast_grep_cli-0.32.2}/crates/language/src/bash.rs +0 -0
- {ast_grep_cli-0.32.0 → ast_grep_cli-0.32.2}/crates/language/src/cpp.rs +0 -0
- {ast_grep_cli-0.32.0 → ast_grep_cli-0.32.2}/crates/language/src/csharp.rs +0 -0
- {ast_grep_cli-0.32.0 → ast_grep_cli-0.32.2}/crates/language/src/css.rs +0 -0
- {ast_grep_cli-0.32.0 → ast_grep_cli-0.32.2}/crates/language/src/elixir.rs +0 -0
- {ast_grep_cli-0.32.0 → ast_grep_cli-0.32.2}/crates/language/src/go.rs +0 -0
- {ast_grep_cli-0.32.0 → ast_grep_cli-0.32.2}/crates/language/src/haskell.rs +0 -0
- {ast_grep_cli-0.32.0 → ast_grep_cli-0.32.2}/crates/language/src/html.rs +0 -0
- {ast_grep_cli-0.32.0 → ast_grep_cli-0.32.2}/crates/language/src/json.rs +0 -0
- {ast_grep_cli-0.32.0 → ast_grep_cli-0.32.2}/crates/language/src/kotlin.rs +0 -0
- {ast_grep_cli-0.32.0 → ast_grep_cli-0.32.2}/crates/language/src/lib.rs +0 -0
- {ast_grep_cli-0.32.0 → ast_grep_cli-0.32.2}/crates/language/src/lua.rs +0 -0
- {ast_grep_cli-0.32.0 → ast_grep_cli-0.32.2}/crates/language/src/parsers.rs +0 -0
- {ast_grep_cli-0.32.0 → ast_grep_cli-0.32.2}/crates/language/src/php.rs +0 -0
- {ast_grep_cli-0.32.0 → ast_grep_cli-0.32.2}/crates/language/src/python.rs +0 -0
- {ast_grep_cli-0.32.0 → ast_grep_cli-0.32.2}/crates/language/src/ruby.rs +0 -0
- {ast_grep_cli-0.32.0 → ast_grep_cli-0.32.2}/crates/language/src/rust.rs +0 -0
- {ast_grep_cli-0.32.0 → ast_grep_cli-0.32.2}/crates/language/src/scala.rs +0 -0
- {ast_grep_cli-0.32.0 → ast_grep_cli-0.32.2}/crates/language/src/swift.rs +0 -0
- {ast_grep_cli-0.32.0 → ast_grep_cli-0.32.2}/crates/language/src/yaml.rs +0 -0
- {ast_grep_cli-0.32.0 → ast_grep_cli-0.32.2}/crates/lsp/Cargo.toml +0 -0
- {ast_grep_cli-0.32.0 → ast_grep_cli-0.32.2}/crates/lsp/src/lib.rs +0 -0
- {ast_grep_cli-0.32.0 → ast_grep_cli-0.32.2}/crates/lsp/src/utils.rs +0 -0
- {ast_grep_cli-0.32.0 → ast_grep_cli-0.32.2}/crates/lsp/tests/basic.rs +0 -0
|
@@ -114,7 +114,7 @@ dependencies = [
|
|
|
114
114
|
|
|
115
115
|
[[package]]
|
|
116
116
|
name = "ast-grep"
|
|
117
|
-
version = "0.32.
|
|
117
|
+
version = "0.32.2"
|
|
118
118
|
dependencies = [
|
|
119
119
|
"ansi_term",
|
|
120
120
|
"anyhow",
|
|
@@ -144,7 +144,7 @@ dependencies = [
|
|
|
144
144
|
|
|
145
145
|
[[package]]
|
|
146
146
|
name = "ast-grep-config"
|
|
147
|
-
version = "0.32.
|
|
147
|
+
version = "0.32.2"
|
|
148
148
|
dependencies = [
|
|
149
149
|
"anyhow",
|
|
150
150
|
"ast-grep-core",
|
|
@@ -160,7 +160,7 @@ dependencies = [
|
|
|
160
160
|
|
|
161
161
|
[[package]]
|
|
162
162
|
name = "ast-grep-core"
|
|
163
|
-
version = "0.32.
|
|
163
|
+
version = "0.32.2"
|
|
164
164
|
dependencies = [
|
|
165
165
|
"bit-set",
|
|
166
166
|
"regex",
|
|
@@ -171,7 +171,7 @@ dependencies = [
|
|
|
171
171
|
|
|
172
172
|
[[package]]
|
|
173
173
|
name = "ast-grep-dynamic"
|
|
174
|
-
version = "0.32.
|
|
174
|
+
version = "0.32.2"
|
|
175
175
|
dependencies = [
|
|
176
176
|
"ast-grep-core",
|
|
177
177
|
"ignore",
|
|
@@ -183,7 +183,7 @@ dependencies = [
|
|
|
183
183
|
|
|
184
184
|
[[package]]
|
|
185
185
|
name = "ast-grep-language"
|
|
186
|
-
version = "0.32.
|
|
186
|
+
version = "0.32.2"
|
|
187
187
|
dependencies = [
|
|
188
188
|
"ast-grep-core",
|
|
189
189
|
"ignore",
|
|
@@ -215,7 +215,7 @@ dependencies = [
|
|
|
215
215
|
|
|
216
216
|
[[package]]
|
|
217
217
|
name = "ast-grep-lsp"
|
|
218
|
-
version = "0.32.
|
|
218
|
+
version = "0.32.2"
|
|
219
219
|
dependencies = [
|
|
220
220
|
"ast-grep-config",
|
|
221
221
|
"ast-grep-core",
|
|
@@ -229,7 +229,7 @@ dependencies = [
|
|
|
229
229
|
|
|
230
230
|
[[package]]
|
|
231
231
|
name = "ast-grep-napi"
|
|
232
|
-
version = "0.32.
|
|
232
|
+
version = "0.32.2"
|
|
233
233
|
dependencies = [
|
|
234
234
|
"ast-grep-config",
|
|
235
235
|
"ast-grep-core",
|
|
@@ -244,7 +244,7 @@ dependencies = [
|
|
|
244
244
|
|
|
245
245
|
[[package]]
|
|
246
246
|
name = "ast-grep-py"
|
|
247
|
-
version = "0.32.
|
|
247
|
+
version = "0.32.2"
|
|
248
248
|
dependencies = [
|
|
249
249
|
"anyhow",
|
|
250
250
|
"ast-grep-config",
|
|
@@ -312,7 +312,7 @@ dependencies = [
|
|
|
312
312
|
|
|
313
313
|
[[package]]
|
|
314
314
|
name = "benches"
|
|
315
|
-
version = "0.32.
|
|
315
|
+
version = "0.32.2"
|
|
316
316
|
dependencies = [
|
|
317
317
|
"ast-grep-config",
|
|
318
318
|
"ast-grep-core",
|
|
@@ -448,9 +448,9 @@ dependencies = [
|
|
|
448
448
|
|
|
449
449
|
[[package]]
|
|
450
450
|
name = "clap_complete"
|
|
451
|
-
version = "4.5.
|
|
451
|
+
version = "4.5.39"
|
|
452
452
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
453
|
-
checksum = "
|
|
453
|
+
checksum = "fd4db298d517d5fa00b2b84bbe044efd3fde43874a41db0d46f91994646a2da4"
|
|
454
454
|
dependencies = [
|
|
455
455
|
"clap",
|
|
456
456
|
]
|
|
@@ -977,7 +977,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
977
977
|
checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
|
|
978
978
|
dependencies = [
|
|
979
979
|
"cfg-if",
|
|
980
|
-
"windows-targets 0.
|
|
980
|
+
"windows-targets 0.48.5",
|
|
981
981
|
]
|
|
982
982
|
|
|
983
983
|
[[package]]
|
|
@@ -7,7 +7,7 @@ resolver = "2"
|
|
|
7
7
|
lto = true
|
|
8
8
|
|
|
9
9
|
[workspace.package]
|
|
10
|
-
version = "0.32.
|
|
10
|
+
version = "0.32.2"
|
|
11
11
|
authors = ["Herrington Darkholme <2883231+HerringtonDarkholme@users.noreply.github.com>"]
|
|
12
12
|
edition = "2021"
|
|
13
13
|
license = "MIT"
|
|
@@ -18,11 +18,11 @@ rust-version = "1.67"
|
|
|
18
18
|
readme = "README.md"
|
|
19
19
|
|
|
20
20
|
[workspace.dependencies]
|
|
21
|
-
ast-grep-core = { path = "crates/core", version = "0.32.
|
|
22
|
-
ast-grep-config = { path = "crates/config", version = "0.32.
|
|
23
|
-
ast-grep-dynamic = { path = "crates/dynamic", version = "0.32.
|
|
24
|
-
ast-grep-language = { path = "crates/language", version = "0.32.
|
|
25
|
-
ast-grep-lsp = { path = "crates/lsp", version = "0.32.
|
|
21
|
+
ast-grep-core = { path = "crates/core", version = "0.32.2" }
|
|
22
|
+
ast-grep-config = { path = "crates/config", version = "0.32.2" }
|
|
23
|
+
ast-grep-dynamic = { path = "crates/dynamic", version = "0.32.2" }
|
|
24
|
+
ast-grep-language = { path = "crates/language", version = "0.32.2" }
|
|
25
|
+
ast-grep-lsp = { path = "crates/lsp", version = "0.32.2" }
|
|
26
26
|
|
|
27
27
|
bit-set = { version = "0.8.0" }
|
|
28
28
|
ignore = { version = "0.4.22" }
|
|
@@ -4,7 +4,7 @@ build-backend = "maturin"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "ast-grep-cli"
|
|
7
|
-
version = "0.32.
|
|
7
|
+
version = "0.32.2"
|
|
8
8
|
description = "Structural Search and Rewrite code at large scale using precise AST pattern."
|
|
9
9
|
authors = [{ name = "Herrington Darkholme", email = "2883231+HerringtonDarkholme@users.noreply.github.com" }]
|
|
10
10
|
maintainers = [{ name = "Herrington Darkholme", email = "2883231+HerringtonDarkholme@users.noreply.github.com" }]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|