| 1 | import { Unary, LiteralString, LiteralPrimitive, LiteralObject, AccessThis, AccessScope, LiteralArray, CallScope } from '../../src/ast'; |
| 2 | import { createScopeForTest } from '../../src/scope'; |
| 3 | |
| 4 | describe('Unary', () => { |
nothing calls this directly
no test coverage detected