| 1 | import { assertCode, compileSFCScript as compile } from '../utils' |
| 2 | |
| 3 | // in dev mode, declared bindings are returned as an object from setup() |
| 4 | // when using TS, users may import types which should not be returned as |
nothing calls this directly
no test coverage detected