File tree 5 files changed +6
-6
lines changed
domain/use-cases/collections
5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- import ShellError from "@ faults/errors/shell-error" ;
1
+ import ShellError from "# faults/errors/shell-error" ;
2
2
import { exec } from "child_process" ;
3
3
4
4
/** Exposes access to perform shell operations. */
Original file line number Diff line number Diff line change 1
- import { ShellGateway } from "@ data/gateways/shell-gateway" ;
1
+ import { ShellGateway } from "# data/gateways/shell-gateway" ;
2
2
3
3
export class GitRepository {
4
4
readonly #shellGateway: ShellGateway ;
Original file line number Diff line number Diff line change 1
- import { GitRepository } from "@ data/repositories/git-repository" ;
1
+ import { GitRepository } from "# data/repositories/git-repository" ;
2
2
3
3
interface UpdatedCollections {
4
4
/** Identifiers from all collections that were added since last update. */
Original file line number Diff line number Diff line change 1
- import { BaseError } from "@ faults/fault" ;
1
+ import { BaseError } from "# faults/fault" ;
2
2
3
3
export default class ShellError extends BaseError {
4
4
constructor ( fault : { message : string ; origin ?: unknown } ) {
Original file line number Diff line number Diff line change 1
- import { CollectionsDiffUseCase } from "@ domain/use-cases/collections/collections-diff" ;
2
- import Provider from "src/core/ presentation/provider" ;
1
+ import { CollectionsDiffUseCase } from "# domain/use-cases/collections/collections-diff" ;
2
+ import Provider from "# presentation/provider" ;
3
3
4
4
async function runScript ( ) : Promise < void > {
5
5
try {
You can’t perform that action at this time.
0 commit comments