mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-23 14:15:24 +00:00
Make up terminology for 'instigating path' in instance metadata
This commit is contained in:
@@ -18,12 +18,15 @@ pub struct InstanceMetadata {
|
|||||||
/// even if they don't exist, since the presence of a file can change the
|
/// even if they don't exist, since the presence of a file can change the
|
||||||
/// outcome of a snapshot function.
|
/// outcome of a snapshot function.
|
||||||
///
|
///
|
||||||
|
/// The first path in this list is considered the "instigating path", and
|
||||||
|
/// will be the snapshot target if any of the contributing paths change.
|
||||||
|
///
|
||||||
/// For example, a file named foo.lua might have these contributing paths:
|
/// For example, a file named foo.lua might have these contributing paths:
|
||||||
/// - foo.lua
|
/// - foo.lua (instigating path)
|
||||||
/// - foo.meta.json (even if this file doesn't exist!)
|
/// - foo.meta.json (even if this file doesn't exist!)
|
||||||
///
|
///
|
||||||
/// A directory named bar/ included in the project file might have these:
|
/// A directory named bar/ included in the project file might have these:
|
||||||
/// - bar/
|
/// - bar/ (instigating path)
|
||||||
/// - bar/init.meta.json
|
/// - bar/init.meta.json
|
||||||
/// - bar/init.lua
|
/// - bar/init.lua
|
||||||
/// - bar/init.server.lua
|
/// - bar/init.server.lua
|
||||||
|
|||||||
Reference in New Issue
Block a user