mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-24 06:35:39 +00:00
Rewrite Project, remove SourceProject (#274)
* Rewrite project file to have relative paths and drop SourceProject * Redo project error types * Tidy up and document Project type * Strip out init command
This commit is contained in:
committed by
GitHub
parent
47c7f63d75
commit
1f7f2b22e7
@@ -19,12 +19,9 @@ children:
|
||||
ignore_unknown_instances: true
|
||||
instigating_source:
|
||||
ProjectNode:
|
||||
- /foo
|
||||
- Child
|
||||
- class_name: Model
|
||||
children: {}
|
||||
properties: {}
|
||||
ignore_unknown_instances: ~
|
||||
path: ~
|
||||
- $className: Model
|
||||
relevant_paths: []
|
||||
context: {}
|
||||
name: Child
|
||||
|
||||
@@ -20,12 +20,9 @@ children:
|
||||
ignore_unknown_instances: true
|
||||
instigating_source:
|
||||
ProjectNode:
|
||||
- /foo
|
||||
- SomeChild
|
||||
- class_name: Model
|
||||
children: {}
|
||||
properties: {}
|
||||
ignore_unknown_instances: ~
|
||||
path: ~
|
||||
- $className: Model
|
||||
relevant_paths: []
|
||||
context: {}
|
||||
name: SomeChild
|
||||
|
||||
Reference in New Issue
Block a user