File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
javascript/ql/src/semmle/javascript/frameworks Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 3434 - [ react] ( https://www.npmjs.com/package/react )
3535 - [ react-router-dom] ( https://www.npmjs.com/package/react-router-dom )
3636 - [ react-redux] ( https://www.npmjs.com/package/react-redux )
37+ - [ redis] ( https://www.npmjs.com/package/redis )
38+ - [ redux] ( https://www.npmjs.com/package/redux )
3739 - [ stringify-object] ( https://www.npmjs.com/package/stringify-object )
3840 - [ styled-components] ( https://www.npmjs.com/package/styled-components )
3941 - [ throttle-debounce] ( https://www.npmjs.com/package/throttle-debounce )
Original file line number Diff line number Diff line change @@ -596,6 +596,7 @@ private class UseStateStep extends PreCallGraphStep {
596596 * function Foo() {
597597 * let succ = useContext(MyContext);
598598 * }
599+ * ```
599600 */
600601private class UseContextStep extends PreCallGraphStep {
601602 override predicate step ( DataFlow:: Node pred , DataFlow:: Node succ ) {
You can’t perform that action at this time.
0 commit comments