1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-03-01 13:43:18 +00:00
Nuxt/test/fixtures/basic/composables/badSideEffect.ts

6 lines
117 B
TypeScript

export function badSideEffect () {
// ...
}
throw new Error('composables/badSideEffect.ts should be tree-shaked')