mirror of
https://github.com/sern-handler/handler
synced 2026-06-06 01:16:55 +00:00
build: prettier ignore
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user