Reactive-Extensions/RxJS

View on GitHub
ts/core/subjects/anonymoussubject.ts

Summary

Maintainability
A
2 hrs
Test Coverage

Showing 1 of 1 total issue

Similar blocks of code found in 2 locations. Consider refactoring.
Open

module Rx {
export interface AnonymousSubject<T> extends Subject<T> { }
 
interface AnonymousSubjectStatic {
/**
Severity: Major
Found in ts/core/subjects/anonymoussubject.ts and 1 other location - About 2 hrs to fix
ts/core/subjects/asyncsubject.ts on lines 3..19

There are no issues that match your filters.

Category
Status