Files
rojo/src/snapshots/serve_session__script_with_meta.snap
Lucien Greathouse 246fd5f6c4 Add init scripts as relevant paths to all directories.
This doesn't feel ideal. Though it's true that all directories are influenced by
any init scripts they have, the directory middleware shouldn't need to know
about Lua.

I don't really want to go back into working on the middleware chain since it
mostly feels like busywork when there are other things to build on in Rojo.

also all of this feels really complicated
2019-11-18 18:28:36 -08:00

35 lines
707 B
Plaintext

---
source: src/serve_session.rs
expression: "view_tree(&session.tree(), &mut rm)"
---
id: id-1
name: root
class_name: Folder
properties: {}
metadata:
ignore_unknown_instances: false
instigating_source:
Path: /root
relevant_paths:
- /root
- /root/init.meta.json
- /root/init.lua
- /root/init.server.lua
- /root/init.client.lua
children:
- id: id-2
name: test
class_name: ModuleScript
properties:
Source:
Type: String
Value: This is a test.
metadata:
ignore_unknown_instances: true
instigating_source:
Path: /root/test.lua
relevant_paths:
- /root/test.lua
- /root/test.meta.json
children: []