Vendor dependencies

This commit is contained in:
2026-08-01 16:11:49 +03:00
parent 7f139a0241
commit 6b5e7f0f8b
29706 changed files with 9575646 additions and 0 deletions
@@ -0,0 +1,7 @@
this is a mod file
and this is another line
pub class Foobar {
field: integer
blah
}
@@ -0,0 +1,10 @@
this is a mod file
and this is another line
Hello {
// should not be modified
}
pub class Foobar {
field: integer
blah
}
@@ -0,0 +1,4 @@
this is a mod file
and this is another line
this was appended
@@ -0,0 +1,7 @@
this is a mod file
and this is another line
// doc comment
pub class Foobar {
blah
}
@@ -0,0 +1,14 @@
this is a mod file
and this is another line
vec![
// should not be modified
]
pub class Foobar {
blah
vec![
1,
2,
before-last
]
}
@@ -0,0 +1,4 @@
hello, this is the file body.
variable: Post
@@ -0,0 +1,3 @@
this was prepended
this is a mod file
and this is another line
@@ -0,0 +1,3 @@
this is a mod file
foo
bar
@@ -0,0 +1,3 @@
this file should be skipped
yep.