Add baseline support for adjacent meta files for scripts

This commit is contained in:
Lucien Greathouse
2019-10-08 14:14:44 -07:00
parent 3bd8549f41
commit fa817e3cdd
5 changed files with 118 additions and 5 deletions

View File

@@ -0,0 +1,18 @@
---
source: src/snapshot_middleware/lua.rs
expression: instance_snapshot
---
snapshot_id: ~
metadata:
ignore_unknown_instances: true
instigating_source:
Path: /foo.lua
relevant_paths:
- /foo.lua
name: foo
class_name: ModuleScript
properties:
Source:
Type: String
Value: Hello there!
children: []