* Gets the constant value to emit for an expression representing an enum.
(node)
| 27872 | * Gets the constant value to emit for an expression representing an enum. |
| 27873 | */ |
| 27874 | function getConstantValue(node) { |
| 27875 | var _a; |
| 27876 | return (_a = node.emitNode) === null || _a === void 0 ? void 0 : _a.constantValue; |
| 27877 | } |
| 27878 | ts.getConstantValue = getConstantValue; |
| 27879 | /** |
| 27880 | * Sets the constant value to emit for an expression. |
no test coverage detected
searching dependent graphs…