Home
last modified time | relevance | path

Searched refs:mergeDeep (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/npm/node_modules/yargs/lib/
Dapply-extends.js19 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/
DcomplexRecursiveCollections.ts66 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/
DcomplexRecursiveCollections.js66 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;
DcomplexRecursiveCollections.errors.txt78 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;
DcomplexRecursiveCollections.types238 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
DcomplexRecursiveCollections.symbols401 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))