forked from rojo-rbx/rojo
Mark project file as instigating source for top-level instances
This commit is contained in:
@@ -5,9 +5,11 @@ expression: instance_snapshot
|
||||
snapshot_id: ~
|
||||
metadata:
|
||||
ignore_unknown_instances: true
|
||||
instigating_source:
|
||||
Path: /foo/hello.project.json
|
||||
relevant_paths:
|
||||
- /foo/hello.project.json
|
||||
name: direct-project
|
||||
class_name: Model
|
||||
properties: {}
|
||||
children: []
|
||||
children: []
|
||||
|
||||
@@ -5,9 +5,11 @@ expression: instance_snapshot
|
||||
snapshot_id: ~
|
||||
metadata:
|
||||
ignore_unknown_instances: true
|
||||
instigating_source:
|
||||
Path: /foo/default.project.json
|
||||
relevant_paths:
|
||||
- /foo/default.project.json
|
||||
name: indirect-project
|
||||
class_name: Folder
|
||||
properties: {}
|
||||
children: []
|
||||
children: []
|
||||
|
||||
@@ -5,6 +5,8 @@ expression: instance_snapshot
|
||||
snapshot_id: ~
|
||||
metadata:
|
||||
ignore_unknown_instances: true
|
||||
instigating_source:
|
||||
Path: /foo/default.project.json
|
||||
relevant_paths:
|
||||
- /foo/other.project.json
|
||||
- /foo/default.project.json
|
||||
@@ -14,4 +16,4 @@ properties:
|
||||
Value:
|
||||
Type: String
|
||||
Value: Changed
|
||||
children: []
|
||||
children: []
|
||||
|
||||
@@ -5,6 +5,8 @@ expression: instance_snapshot
|
||||
snapshot_id: ~
|
||||
metadata:
|
||||
ignore_unknown_instances: true
|
||||
instigating_source:
|
||||
Path: /foo/default.project.json
|
||||
relevant_paths:
|
||||
- /foo/default.project.json
|
||||
name: children
|
||||
@@ -18,4 +20,4 @@ children:
|
||||
name: Child
|
||||
class_name: Model
|
||||
properties: {}
|
||||
children: []
|
||||
children: []
|
||||
|
||||
@@ -5,10 +5,12 @@ expression: instance_snapshot
|
||||
snapshot_id: ~
|
||||
metadata:
|
||||
ignore_unknown_instances: true
|
||||
instigating_source:
|
||||
Path: /foo/default.project.json
|
||||
relevant_paths:
|
||||
- /foo/other.project.json
|
||||
- /foo/default.project.json
|
||||
name: path-project
|
||||
class_name: Model
|
||||
properties: {}
|
||||
children: []
|
||||
children: []
|
||||
|
||||
@@ -5,6 +5,8 @@ expression: instance_snapshot
|
||||
snapshot_id: ~
|
||||
metadata:
|
||||
ignore_unknown_instances: true
|
||||
instigating_source:
|
||||
Path: /foo/default.project.json
|
||||
relevant_paths:
|
||||
- /foo/other.project.json
|
||||
- /foo/default.project.json
|
||||
@@ -19,4 +21,4 @@ children:
|
||||
name: SomeChild
|
||||
class_name: Model
|
||||
properties: {}
|
||||
children: []
|
||||
children: []
|
||||
|
||||
@@ -5,6 +5,8 @@ expression: instance_snapshot
|
||||
snapshot_id: ~
|
||||
metadata:
|
||||
ignore_unknown_instances: false
|
||||
instigating_source:
|
||||
Path: /foo/default.project.json
|
||||
relevant_paths:
|
||||
- /foo/other.txt
|
||||
- /foo/default.project.json
|
||||
@@ -14,4 +16,4 @@ properties:
|
||||
Value:
|
||||
Type: String
|
||||
Value: "Hello, world!"
|
||||
children: []
|
||||
children: []
|
||||
|
||||
@@ -5,6 +5,8 @@ expression: instance_snapshot
|
||||
snapshot_id: ~
|
||||
metadata:
|
||||
ignore_unknown_instances: true
|
||||
instigating_source:
|
||||
Path: /foo/default.project.json
|
||||
relevant_paths:
|
||||
- /foo/default.project.json
|
||||
name: resolved-properties
|
||||
@@ -13,4 +15,4 @@ properties:
|
||||
Value:
|
||||
Type: String
|
||||
Value: "Hello, world!"
|
||||
children: []
|
||||
children: []
|
||||
|
||||
@@ -5,6 +5,8 @@ expression: instance_snapshot
|
||||
snapshot_id: ~
|
||||
metadata:
|
||||
ignore_unknown_instances: true
|
||||
instigating_source:
|
||||
Path: /foo/default.project.json
|
||||
relevant_paths:
|
||||
- /foo/default.project.json
|
||||
name: unresolved-properties
|
||||
@@ -13,4 +15,4 @@ properties:
|
||||
Value:
|
||||
Type: String
|
||||
Value: Hi!
|
||||
children: []
|
||||
children: []
|
||||
|
||||
Reference in New Issue
Block a user