File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed
test/library-tests/JsonParsers Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,8 @@ private class PlainJsonParserCall extends JsonParserCall {
2828 callee = DataFlow:: globalVarRef ( "JSON" ) .getAPropertyRead ( "parse" ) or
2929 callee = DataFlow:: moduleImport ( "parse-json" ) or
3030 callee = DataFlow:: moduleImport ( "json-parse-better-errors" ) or
31- callee = DataFlow:: moduleImport ( "json-safe-parse" )
31+ callee = DataFlow:: moduleImport ( "json-safe-parse" ) or
32+ callee = AngularJS:: angular ( ) .getAPropertyRead ( "fromJson" )
3233 )
3334 }
3435
Original file line number Diff line number Diff line change 1+ | angular.js:1:1:1:34 | checkJS ... input)) | OK |
12| tst.js:11:1:11:28 | checkJS ... input)) | OK |
23| tst.js:12:1:12:39 | checkJS ... input)) | OK |
34| tst.js:13:1:13:53 | checkJS ... input)) | OK |
Original file line number Diff line number Diff line change 1+ checkJSON ( angular . fromJson ( input ) ) ;
You can’t perform that action at this time.
0 commit comments