()
| 3040 | return weakTypeTextMap; |
| 3041 | } |
| 3042 | function getWeakNodeTextMap() { |
| 3043 | if (weakNodeTextMap === undefined) { |
| 3044 | if (typeof WeakMap === "function") |
| 3045 | weakNodeTextMap = new WeakMap(); |
| 3046 | } |
| 3047 | return weakNodeTextMap; |
| 3048 | } |
| 3049 | // Add additional properties in debug mode to assist with debugging. |
| 3050 | Object.defineProperties(ts.objectAllocator.getSymbolConstructor().prototype, { |
| 3051 | // for use with vscode-js-debug's new customDescriptionGenerator in launch.json |
no outgoing calls
no test coverage detected
searching dependent graphs…