mirror of
https://github.com/github/codeql.git
synced 2026-04-22 23:35:14 +02:00
Replaced fuzzy NonNodeStream MaD to a ql predicate to deal easier with submodules
This commit is contained in:
@@ -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"))
|
||||
}
|
||||
|
||||
@@ -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. |
|
||||
|
||||
Reference in New Issue
Block a user