Files
rojo/rojo-test/syncback-tests/project_reserialize/input-project/default.project.json
Micah 9b5a07191b Implement Syncback to support converting Roblox files to a Rojo project (#937)
This is a very large commit.
Consider checking the linked PR for more information.
2025-11-19 09:21:33 -08:00

15 lines
290 B
JSON

{
"name": "project_reserialize",
"tree": {
"$className": "Folder",
"attribute_mismatch": {
"$attributes": {
"foo": "bar"
},
"$path": "attribute_mismatch.luau"
},
"property_mismatch": {
"$path": "property_mismatch.project.json"
}
}
}