Skip to content

Commit

Permalink
feat: add async transform support
Browse files Browse the repository at this point in the history
  • Loading branch information
makamekm committed Oct 30, 2024
1 parent fc7bd30 commit 2843e41
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/steps/processServiceFiles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import shell from 'shelljs';
import {FsContext} from '@diplodoc/transform/lib/typings';
import {RevisionContext} from '~/context/context';


const getFilePathsByGlobals = (globs: string[], context: RevisionContext): string[] => {
const {ignore = []} = ArgvService.getConfig();

Expand Down

0 comments on commit 2843e41

Please sign in to comment.