fix rxjs wring typings
This commit is contained in:
		
							
								
								
									
										7
									
								
								dist/lik.plugins.d.ts
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										7
									
								
								dist/lik.plugins.d.ts
									
									
									
									
										vendored
									
									
								
							| @@ -4,3 +4,10 @@ export import events = require('events'); | ||||
| export import lodash = require('lodash'); | ||||
| export import minimatch = require('minimatch'); | ||||
| export import rx = require('rxjs/Rx'); | ||||
| import { Operator } from 'rxjs/Operator'; | ||||
| import { Observable } from 'rxjs/Observable'; | ||||
| declare module 'rxjs/Subject' { | ||||
|     interface Subject<T> { | ||||
|         lift<R>(operator: Operator<T, R>): Observable<R>; | ||||
|     } | ||||
| } | ||||
|   | ||||
| @@ -4,3 +4,12 @@ export import events = require('events') | ||||
| export import lodash = require('lodash') | ||||
| export import minimatch = require('minimatch') | ||||
| export import rx = require('rxjs/Rx') | ||||
|  | ||||
| // workaround | ||||
| import {Operator} from 'rxjs/Operator'; | ||||
| import {Observable} from 'rxjs/Observable'; | ||||
| declare module 'rxjs/Subject' { | ||||
|   interface Subject<T> { | ||||
|     lift<R>(operator: Operator<T, R>): Observable<R>; | ||||
|   } | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user