feat: prettier ignore

This commit is contained in:
Jacob Nguyen
2023-03-15 21:13:42 -05:00
parent 74c4b77d4b
commit 06a3e69210

View File

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