Searched refs:mergeDeep (Results 1 – 6 of 6) sorted by relevance
/third_party/node/deps/npm/node_modules/yargs/lib/ |
D | apply-extends.js | 19 function mergeDeep (config1, config2) { function 25 target[key] = mergeDeep(config1[key], config2[key]) 64 return mergeExtends ? mergeDeep(defaultConfig, config) : Object.assign({}, defaultConfig, config)
|
/third_party/typescript/tests/cases/compiler/ |
D | complexRecursiveCollections.ts | 66 mergeDeep(...collections: Array<Collection.Indexed<T> | Array<T>>): this; 110 mergeDeep(...collections: Array<Collection<K, V> | {[key: string]: V}>): this; 259 mergeDeep(...collections: Array<Partial<T> | Iterable<[string, any]>>): this;
|
/third_party/typescript/tests/baselines/reference/ |
D | complexRecursiveCollections.js | 66 mergeDeep(...collections: Array<Collection.Indexed<T> | Array<T>>): this; 110 mergeDeep(...collections: Array<Collection<K, V> | {[key: string]: V}>): this; 259 mergeDeep(...collections: Array<Partial<T> | Iterable<[string, any]>>): this;
|
D | complexRecursiveCollections.errors.txt | 78 mergeDeep(...collections: Array<Collection.Indexed<T> | Array<T>>): this; 122 mergeDeep(...collections: Array<Collection<K, V> | {[key: string]: V}>): this; 271 mergeDeep(...collections: Array<Partial<T> | Iterable<[string, any]>>): this;
|
D | complexRecursiveCollections.types | 238 mergeDeep(...collections: Array<Collection.Indexed<T> | Array<T>>): this; 239 >mergeDeep : (...collections: Array<Collection.Indexed<T> | Array<T>>) => this 432 mergeDeep(...collections: Array<Collection<K, V> | {[key: string]: V}>): this; 433 >mergeDeep : (...collections: (Collection<K, V> | { [key: string]: V; })[]) => this 1035 mergeDeep(...collections: Array<Partial<T> | Iterable<[string, any]>>): this; 1036 >mergeDeep : (...collections: Array<Partial<T> | Iterable<[string, any]>>) => this
|
D | complexRecursiveCollections.symbols | 401 mergeDeep(...collections: Array<Collection.Indexed<T> | Array<T>>): this; 402 >mergeDeep : Symbol(List.mergeDeep, Decl(immutable.ts, 40, 127)) 714 mergeDeep(...collections: Array<Collection<K, V> | {[key: string]: V}>): this; 715 >mergeDeep : Symbol(Map.mergeDeep, Decl(immutable.ts, 84, 127)) 1787 mergeDeep(...collections: Array<Partial<T> | Iterable<[string, any]>>): this; 1788 >mergeDeep : Symbol(Instance.mergeDeep, Decl(immutable.ts, 233, 79))
|