chore: add todo

This commit is contained in:
zernonia 2024-01-12 10:17:46 +08:00
parent 228b0b970e
commit 44ace232d5

View File

@ -3,6 +3,7 @@ import { join } from 'node:path'
import { addComponent, createResolver, defineNuxtModule } from '@nuxt/kit' import { addComponent, createResolver, defineNuxtModule } from '@nuxt/kit'
import oxc from 'oxc-parser' import oxc from 'oxc-parser'
// TODO: add test to make sure all registry is being parse correctly
// Module options TypeScript interface definition // Module options TypeScript interface definition
export interface ModuleOptions { export interface ModuleOptions {
/** /**