forked from rojo-rbx/rojo
* Mostly mechanical port bits * Almost there * It builds again! * Turn on all the code again * Tests compiling but not passing * Stub work for value resolution * Implement resolution minus enums and derived properties * Implement property descriptor resolution * Update referent snapshots * Update unions test project Using a place file instead of a model yields better error messages in Roblox Studio. * Add easy shortcut to testing with local rbx-dom * Update rbx-dom * Add enum resolution * Update init.meta.json to use UnresolvedValue * Expand value resolution support, add test * Filter SharedString values from web API * Add 'property' builder method to InstanceSnapshot * Change InstanceSnapshot/InstanceBuilder boundary * Fix remove_file crash * rustfmt * Update to latest rbx_dom_lua * Update dependencies, including rbx_dom_weak * Update to latest rbx-dom * Update dependencies * Update rbx-dom, fixing more bugs * Remove experimental warning on binary place builds * Remove unused imports
43 lines
834 B
Plaintext
43 lines
834 B
Plaintext
---
|
|
source: tests/tests/serve.rs
|
|
expression: "read_response.intern_and_redact(&mut redactions, root_id)"
|
|
---
|
|
instances:
|
|
id-2:
|
|
Children:
|
|
- id-3
|
|
- id-4
|
|
ClassName: Folder
|
|
Id: id-2
|
|
Metadata:
|
|
ignoreUnknownInstances: false
|
|
Name: scripts
|
|
Parent: "00000000000000000000000000000000"
|
|
Properties: {}
|
|
id-3:
|
|
Children: []
|
|
ClassName: Script
|
|
Id: id-3
|
|
Metadata:
|
|
ignoreUnknownInstances: false
|
|
Name: bar
|
|
Parent: id-2
|
|
Properties:
|
|
Source:
|
|
Type: String
|
|
Value: "-- Hello, from bar!"
|
|
id-4:
|
|
Children: []
|
|
ClassName: ModuleScript
|
|
Id: id-4
|
|
Metadata:
|
|
ignoreUnknownInstances: false
|
|
Name: foo
|
|
Parent: id-2
|
|
Properties:
|
|
Source:
|
|
Type: String
|
|
Value: "-- Hello, from foo!"
|
|
messageCursor: 0
|
|
sessionId: id-1
|