mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-20 20:55:50 +00:00
* Add children sorting to snapshot_reconciler * Update snapshot tests to include stable children order * Bump dependencies, which should make this PR work
256 lines
7.2 KiB
JSON
256 lines
7.2 KiB
JSON
{
|
|
"instances": {
|
|
"b48b369f-5706-4029-9fa6-90651a4910ea": {
|
|
"Name": "added",
|
|
"ClassName": "Folder",
|
|
"Properties": {},
|
|
"Id": "b48b369f-5706-4029-9fa6-90651a4910ea",
|
|
"Children": [],
|
|
"Parent": "14fed1a3-ba97-46a6-ae93-ac26bd9471df"
|
|
},
|
|
"00f207b1-fc18-4088-a45e-caf8cd98f5dd": {
|
|
"Name": "main",
|
|
"ClassName": "ModuleScript",
|
|
"Properties": {
|
|
"Source": {
|
|
"Type": "String",
|
|
"Value": "-- hello, from a/main.lua"
|
|
}
|
|
},
|
|
"Id": "00f207b1-fc18-4088-a45e-caf8cd98f5dd",
|
|
"Children": [],
|
|
"Parent": "14fed1a3-ba97-46a6-ae93-ac26bd9471df"
|
|
},
|
|
"14fed1a3-ba97-46a6-ae93-ac26bd9471df": {
|
|
"Name": "Ack",
|
|
"ClassName": "Folder",
|
|
"Properties": {},
|
|
"Id": "14fed1a3-ba97-46a6-ae93-ac26bd9471df",
|
|
"Children": [
|
|
"b48b369f-5706-4029-9fa6-90651a4910ea",
|
|
"c55fd55c-258e-4a93-a63a-ea243038c9b9",
|
|
"00f207b1-fc18-4088-a45e-caf8cd98f5dd"
|
|
],
|
|
"Parent": "99eefe5f-ef74-49e6-8a8b-c833e00ca56b"
|
|
},
|
|
"c910510c-37a8-4fd8-ae41-01169ccb739c": {
|
|
"Name": "Bar",
|
|
"ClassName": "Folder",
|
|
"Properties": {},
|
|
"Id": "c910510c-37a8-4fd8-ae41-01169ccb739c",
|
|
"Children": [
|
|
"71a95983-c856-4cf2-aee6-bd8a523e80e4"
|
|
],
|
|
"Parent": "99eefe5f-ef74-49e6-8a8b-c833e00ca56b"
|
|
},
|
|
"c55fd55c-258e-4a93-a63a-ea243038c9b9": {
|
|
"Name": "foo",
|
|
"ClassName": "StringValue",
|
|
"Properties": {
|
|
"Value": {
|
|
"Type": "String",
|
|
"Value": "Hello world, from a/foo.txt"
|
|
}
|
|
},
|
|
"Id": "c55fd55c-258e-4a93-a63a-ea243038c9b9",
|
|
"Children": [],
|
|
"Parent": "14fed1a3-ba97-46a6-ae93-ac26bd9471df"
|
|
},
|
|
"71a95983-c856-4cf2-aee6-bd8a523e80e4": {
|
|
"Name": "something",
|
|
"ClassName": "ModuleScript",
|
|
"Properties": {
|
|
"Source": {
|
|
"Type": "String",
|
|
"Value": "-- b/something.lua"
|
|
}
|
|
},
|
|
"Id": "71a95983-c856-4cf2-aee6-bd8a523e80e4",
|
|
"Children": [],
|
|
"Parent": "c910510c-37a8-4fd8-ae41-01169ccb739c"
|
|
},
|
|
"3b5af13f-c997-4009-915c-0810b0e83032": {
|
|
"Name": "multi_partition_game",
|
|
"ClassName": "DataModel",
|
|
"Properties": {},
|
|
"Id": "3b5af13f-c997-4009-915c-0810b0e83032",
|
|
"Children": [
|
|
"bf8e2d4f-33a0-42a0-8168-1b62d6ac050c",
|
|
"99eefe5f-ef74-49e6-8a8b-c833e00ca56b"
|
|
],
|
|
"Parent": null
|
|
},
|
|
"bf8e2d4f-33a0-42a0-8168-1b62d6ac050c": {
|
|
"Name": "HttpService",
|
|
"ClassName": "HttpService",
|
|
"Properties": {
|
|
"HttpEnabled": {
|
|
"Type": "Bool",
|
|
"Value": true
|
|
}
|
|
},
|
|
"Id": "bf8e2d4f-33a0-42a0-8168-1b62d6ac050c",
|
|
"Children": [],
|
|
"Parent": "3b5af13f-c997-4009-915c-0810b0e83032"
|
|
},
|
|
"99eefe5f-ef74-49e6-8a8b-c833e00ca56b": {
|
|
"Name": "ReplicatedStorage",
|
|
"ClassName": "ReplicatedStorage",
|
|
"Properties": {},
|
|
"Id": "99eefe5f-ef74-49e6-8a8b-c833e00ca56b",
|
|
"Children": [
|
|
"14fed1a3-ba97-46a6-ae93-ac26bd9471df",
|
|
"c910510c-37a8-4fd8-ae41-01169ccb739c"
|
|
],
|
|
"Parent": "3b5af13f-c997-4009-915c-0810b0e83032"
|
|
}
|
|
},
|
|
"root_id": "3b5af13f-c997-4009-915c-0810b0e83032",
|
|
"metadata": {
|
|
"c55fd55c-258e-4a93-a63a-ea243038c9b9": {
|
|
"ignore_unknown_instances": false,
|
|
"source_path": "a/foo.txt",
|
|
"project_definition": null
|
|
},
|
|
"99eefe5f-ef74-49e6-8a8b-c833e00ca56b": {
|
|
"ignore_unknown_instances": true,
|
|
"source_path": null,
|
|
"project_definition": [
|
|
"ReplicatedStorage",
|
|
{
|
|
"class_name": "ReplicatedStorage",
|
|
"children": {
|
|
"Ack": {
|
|
"class_name": null,
|
|
"children": {},
|
|
"properties": {},
|
|
"ignore_unknown_instances": null,
|
|
"path": "a"
|
|
},
|
|
"Bar": {
|
|
"class_name": null,
|
|
"children": {},
|
|
"properties": {},
|
|
"ignore_unknown_instances": null,
|
|
"path": "b"
|
|
}
|
|
},
|
|
"properties": {},
|
|
"ignore_unknown_instances": null,
|
|
"path": null
|
|
}
|
|
]
|
|
},
|
|
"71a95983-c856-4cf2-aee6-bd8a523e80e4": {
|
|
"ignore_unknown_instances": false,
|
|
"source_path": "b/something.lua",
|
|
"project_definition": null
|
|
},
|
|
"00f207b1-fc18-4088-a45e-caf8cd98f5dd": {
|
|
"ignore_unknown_instances": false,
|
|
"source_path": "a/main.lua",
|
|
"project_definition": null
|
|
},
|
|
"bf8e2d4f-33a0-42a0-8168-1b62d6ac050c": {
|
|
"ignore_unknown_instances": true,
|
|
"source_path": null,
|
|
"project_definition": [
|
|
"HttpService",
|
|
{
|
|
"class_name": "HttpService",
|
|
"children": {},
|
|
"properties": {
|
|
"HttpEnabled": {
|
|
"Type": "Bool",
|
|
"Value": true
|
|
}
|
|
},
|
|
"ignore_unknown_instances": null,
|
|
"path": null
|
|
}
|
|
]
|
|
},
|
|
"b48b369f-5706-4029-9fa6-90651a4910ea": {
|
|
"ignore_unknown_instances": false,
|
|
"source_path": "a/added",
|
|
"project_definition": null
|
|
},
|
|
"3b5af13f-c997-4009-915c-0810b0e83032": {
|
|
"ignore_unknown_instances": true,
|
|
"source_path": null,
|
|
"project_definition": [
|
|
"multi_partition_game",
|
|
{
|
|
"class_name": "DataModel",
|
|
"children": {
|
|
"HttpService": {
|
|
"class_name": "HttpService",
|
|
"children": {},
|
|
"properties": {
|
|
"HttpEnabled": {
|
|
"Type": "Bool",
|
|
"Value": true
|
|
}
|
|
},
|
|
"ignore_unknown_instances": null,
|
|
"path": null
|
|
},
|
|
"ReplicatedStorage": {
|
|
"class_name": "ReplicatedStorage",
|
|
"children": {
|
|
"Ack": {
|
|
"class_name": null,
|
|
"children": {},
|
|
"properties": {},
|
|
"ignore_unknown_instances": null,
|
|
"path": "a"
|
|
},
|
|
"Bar": {
|
|
"class_name": null,
|
|
"children": {},
|
|
"properties": {},
|
|
"ignore_unknown_instances": null,
|
|
"path": "b"
|
|
}
|
|
},
|
|
"properties": {},
|
|
"ignore_unknown_instances": null,
|
|
"path": null
|
|
}
|
|
},
|
|
"properties": {},
|
|
"ignore_unknown_instances": null,
|
|
"path": null
|
|
}
|
|
]
|
|
},
|
|
"c910510c-37a8-4fd8-ae41-01169ccb739c": {
|
|
"ignore_unknown_instances": false,
|
|
"source_path": "b",
|
|
"project_definition": [
|
|
"Bar",
|
|
{
|
|
"class_name": null,
|
|
"children": {},
|
|
"properties": {},
|
|
"ignore_unknown_instances": null,
|
|
"path": "b"
|
|
}
|
|
]
|
|
},
|
|
"14fed1a3-ba97-46a6-ae93-ac26bd9471df": {
|
|
"ignore_unknown_instances": false,
|
|
"source_path": "a",
|
|
"project_definition": [
|
|
"Ack",
|
|
{
|
|
"class_name": null,
|
|
"children": {},
|
|
"properties": {},
|
|
"ignore_unknown_instances": null,
|
|
"path": "a"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
} |