From e139f33254a61b2de81e7da59d5f5b8512bad55b Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Tue, 9 May 2017 04:32:30 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- features.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/features.js b/features.js index 2abd0d9..f594e62 100755 --- a/features.js +++ b/features.js @@ -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.