Replaced fuzzy NonNodeStream MaD to a ql predicate to deal easier with submodules

This commit is contained in:
Napalys Klicius
2025-05-23 13:55:40 +02:00
parent 248f83c4db
commit 000e69fd48
8 changed files with 21 additions and 35 deletions

View File

@@ -16,5 +16,5 @@ function f(){
z(source.pipe(null)).toBe(expected,y,);
});
z.option$.pipe(pluck("x")) // $SPURIOUS:Alert
z.option$.pipe(pluck("x"))
}

View File

@@ -1,4 +1,3 @@
| rxjsStreams.js:19:3:19:28 | z.optio ... k("x")) | Stream pipe without error handling on the source stream. Errors won't propagate downstream and may be silently dropped. |
| test.js:4:5:4:28 | stream. ... nation) | Stream pipe without error handling on the source stream. Errors won't propagate downstream and may be silently dropped. |
| test.js:19:5:19:17 | s2.pipe(dest) | Stream pipe without error handling on the source stream. Errors won't propagate downstream and may be silently dropped. |
| test.js:45:5:45:30 | stream2 ... ation2) | Stream pipe without error handling on the source stream. Errors won't propagate downstream and may be silently dropped. |