(node)
| 107277 | return node; |
| 107278 | } |
| 107279 | function substituteMetaProperty(node) { |
| 107280 | if (ts.isImportMeta(node)) { |
| 107281 | return factory.createPropertyAccessExpression(contextObject, factory.createIdentifier("meta")); |
| 107282 | } |
| 107283 | return node; |
| 107284 | } |
| 107285 | /** |
| 107286 | * Gets the exports of a name. |
| 107287 | * |
no outgoing calls
no test coverage detected