* Determines whether a node should not be substituted. * * @param node The node to test.
(node)
| 107319 | * @param node The node to test. |
| 107320 | */ |
| 107321 | function isSubstitutionPrevented(node) { |
| 107322 | return noSubstitution && node.id && noSubstitution[node.id]; |
| 107323 | } |
| 107324 | } |
| 107325 | ts.transformSystemModule = transformSystemModule; |
| 107326 | })(ts || (ts = {})); |