fix(ci): Update CI workflows, dependency versions, and TypeScript configuration
This commit is contained in:
@@ -4,7 +4,18 @@ export { Observable, Subject, fromEvent, ReplaySubject, Subscription, from, of }
|
||||
|
||||
export type { Observer } from 'rxjs';
|
||||
|
||||
import { buffer, bufferCount, bufferTime, debounce, debounceTime, filter, map, startWith, takeUntil, throttleTime } from 'rxjs/operators';
|
||||
import {
|
||||
buffer,
|
||||
bufferCount,
|
||||
bufferTime,
|
||||
debounce,
|
||||
debounceTime,
|
||||
filter,
|
||||
map,
|
||||
startWith,
|
||||
takeUntil,
|
||||
throttleTime,
|
||||
} from 'rxjs/operators';
|
||||
|
||||
export const ops = {
|
||||
buffer,
|
||||
@@ -16,5 +27,5 @@ export const ops = {
|
||||
map,
|
||||
startWith,
|
||||
takeUntil,
|
||||
throttleTime
|
||||
throttleTime,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user