Skip to content

Commit

Permalink
fix path for inferfileextension module
Browse files Browse the repository at this point in the history
  • Loading branch information
OmarFourati committed Jan 12, 2024
1 parent 37fbbbd commit 9e5ee3a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import {
} from '@jvalue/jayvee-execution';

Check warning on line 18 in libs/extensions/std/exec/src/local-file-extractor-executor.ts

View workflow job for this annotation

GitHub Actions / CI

'@jvalue/jayvee-execution' imported multiple times

Check warning on line 18 in libs/extensions/std/exec/src/local-file-extractor-executor.ts

View workflow job for this annotation

GitHub Actions / CI

'@jvalue/jayvee-execution' imported multiple times
import { IOType, PrimitiveValuetypes } from '@jvalue/jayvee-language-server';

Check warning on line 19 in libs/extensions/std/exec/src/local-file-extractor-executor.ts

View workflow job for this annotation

GitHub Actions / CI

There should be no empty line within import group

Check warning on line 19 in libs/extensions/std/exec/src/local-file-extractor-executor.ts

View workflow job for this annotation

GitHub Actions / CI

There should be no empty line within import group

import { inferFileExtensionFromFileExtensionString } from './file-util';
import { inferFileExtensionFromFileExtensionString } from '@jvalue/jayvee-execution';

Check warning on line 21 in libs/extensions/std/exec/src/local-file-extractor-executor.ts

View workflow job for this annotation

GitHub Actions / CI

`@jvalue/jayvee-execution` import should occur before import of `@jvalue/jayvee-language-server`

Check warning on line 21 in libs/extensions/std/exec/src/local-file-extractor-executor.ts

View workflow job for this annotation

GitHub Actions / CI

'@jvalue/jayvee-execution' imported multiple times

Check warning on line 21 in libs/extensions/std/exec/src/local-file-extractor-executor.ts

View workflow job for this annotation

GitHub Actions / CI

`@jvalue/jayvee-execution` import should occur before import of `@jvalue/jayvee-language-server`

Check warning on line 21 in libs/extensions/std/exec/src/local-file-extractor-executor.ts

View workflow job for this annotation

GitHub Actions / CI

'@jvalue/jayvee-execution' imported multiple times

@implementsStatic<BlockExecutorClass>()
export class LocalFileExtractorExecutor extends AbstractBlockExecutor<
Expand Down

0 comments on commit 9e5ee3a

Please sign in to comment.