Searched refs:Feature (Results 1 – 6 of 6) sorted by relevance
31 export class Feature { class49 private _subFeatures: Array<Feature> | undefined;51 get subFeatures(): Array<Feature> {71 ): Feature {72 return new Feature(80 function createVisualization(feature: Feature): Visualization {114 function createDerivatives(feature: Feature): Derivate[] {122 function createSubFeatures(feature: Feature): Feature[] {200 parent: Feature,204 ): Feature {[all …]
17 import { Feature } from './feature';24 create(feature: Feature): Feature;
17 import { Feature } from './feature';25 readonly features: ReadonlyArray<Feature>
22 Feature(&'a str), enumerator29 FeatureRef::Feature(name) => name, in name()69 .map(|f| FeatureRef::Feature(f.as_str())) in features_and_optional_deps()114 Some(&FeatureRef::Feature("ahash-compile-time-rng")) in test_features()
59 crate::FeatureRef::Feature(_) => { in resolve()
27 import { Feature, recordedFeatureFactory } from '../model/feature';