1{ 2 "nodes": [ 3 { 4 "line": 2, 5 "column": 5, 6 "problem": "StrictDiagnostic", 7 "suggest": "Property 'n' has no initializer and is not definitely assigned in the constructor.", 8 "rule": "Property 'n' has no initializer and is not definitely assigned in the constructor." 9 }, 10 { 11 "line": 3, 12 "column": 5, 13 "problem": "StrictDiagnostic", 14 "suggest": "Property 's' has no initializer and is not definitely assigned in the constructor.", 15 "rule": "Property 's' has no initializer and is not definitely assigned in the constructor." 16 }, 17 { 18 "line": 7, 19 "column": 26, 20 "problem": "StrictDiagnostic", 21 "suggest": "Function lacks ending return statement and return type does not include 'undefined'.", 22 "rule": "Function lacks ending return statement and return type does not include 'undefined'." 23 }, 24 { 25 "line": 16, 26 "column": 5, 27 "problem": "StrictDiagnostic", 28 "suggest": "Type 'null' is not assignable to type 'number'.", 29 "rule": "Type 'null' is not assignable to type 'number'." 30 }, 31 { 32 "line": 28, 33 "column": 19, 34 "problem": "StrictDiagnostic", 35 "suggest": "Function lacks ending return statement and return type does not include 'undefined'.", 36 "rule": "Function lacks ending return statement and return type does not include 'undefined'." 37 }, 38 { 39 "line": 39, 40 "column": 14, 41 "problem": "StrictDiagnostic", 42 "suggest": "Function lacks ending return statement and return type does not include 'undefined'.", 43 "rule": "Function lacks ending return statement and return type does not include 'undefined'." 44 }, 45 { 46 "line": 42, 47 "column": 32, 48 "problem": "StrictDiagnostic", 49 "suggest": "Function lacks ending return statement and return type does not include 'undefined'.", 50 "rule": "Function lacks ending return statement and return type does not include 'undefined'." 51 }, 52 { 53 "line": 44, 54 "column": 14, 55 "problem": "StrictDiagnostic", 56 "suggest": "Function lacks ending return statement and return type does not include 'undefined'.", 57 "rule": "Function lacks ending return statement and return type does not include 'undefined'." 58 } 59 ] 60} 61