build: prettier ignore

This commit is contained in:
Jacob Nguyen
2023-03-15 21:15:33 -05:00
parent 06a3e69210
commit 05037b5315

View File

@@ -38,8 +38,8 @@ export function buildData<T>(commandDir: string): Observable<
return from(
Promise.all(
commands.map(async absPath => {
let module: T | undefined
// prettier-ignore
let module: T | undefined
/// #if MODE === 'esm'
= (await import(`file:///` + absPath)).default
/// #elif MODE === 'cjs'