mirror of
https://github.com/flynx/features.js.git
synced 2025-10-29 18:30:11 +00:00
notes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
647fb577ce
commit
e139f33254
@ -45,6 +45,12 @@ var args2array = function(a){ return [].slice.call(a) }
|
||||
// NOTE: a feature can depend on an exclusive tag, this will
|
||||
// remove the need to track which specific exclusive
|
||||
// tagged feature is loaded...
|
||||
// NOTE: a feature can list disabled (preceded with a "-")
|
||||
// feature tags in .depends, this will disabled listed
|
||||
// features, this is the same as disabling tags in
|
||||
// meta-features.
|
||||
// Semantically this reads as depending on a feature
|
||||
// being disabled or not present.
|
||||
// .exclusive - feature exclusivity tags (list | null)
|
||||
// an exclusivity group enforces that only one feature in
|
||||
// it will be run, i.e. the first / highest priority.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user