(buildInfoText)
| 110531 | ts.getBuildInfoText = getBuildInfoText; |
| 110532 | /*@internal*/ |
| 110533 | function getBuildInfo(buildInfoText) { |
| 110534 | return JSON.parse(buildInfoText); |
| 110535 | } |
| 110536 | ts.getBuildInfo = getBuildInfo; |
| 110537 | /*@internal*/ |
| 110538 | ts.notImplementedResolver = { |
no test coverage detected
searching dependent graphs…