File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- import type { CatalogModule } from "./base.js" ;
1+ import type { CatalogModule } from ".. /base.js" ;
22
33export const dockerCatalog : CatalogModule = {
44 name : "docker" ,
Original file line number Diff line number Diff line change 1- import type { CatalogModule } from "./base.js" ;
1+ import type { CatalogModule } from ".. /base.js" ;
22
33export const fsCatalog : CatalogModule = {
44 name : "fs" ,
Original file line number Diff line number Diff line change 1- import type { CatalogModule } from "./base.js" ;
1+ import type { CatalogModule } from ".. /base.js" ;
22
33export const gitCatalog : CatalogModule = {
44 name : "git" ,
Original file line number Diff line number Diff line change 11import { existsSync } from "fs" ;
22import { resolve } from "path" ;
33import type { CatalogModule } from "./base.js" ;
4- import { packageCatalog } from "./package.js" ;
5- import { gitCatalog } from "./git.js" ;
6- import { dockerCatalog } from "./docker.js" ;
7- import { fsCatalog } from "./fs.js" ;
8- import { shellCatalog } from "./shell.js" ;
4+ import { packageCatalog } from "./package/index .js" ;
5+ import { gitCatalog } from "./git/index .js" ;
6+ import { dockerCatalog } from "./docker/index .js" ;
7+ import { fsCatalog } from "./fs/index .js" ;
8+ import { shellCatalog } from "./shell/index .js" ;
99
1010// ---------------------------------------------------------------------------
1111// All available catalogs
Original file line number Diff line number Diff line change 1- import type { CatalogModule } from "./base.js" ;
1+ import type { CatalogModule } from ".. /base.js" ;
22
33export const packageCatalog : CatalogModule = {
44 name : "package" ,
Original file line number Diff line number Diff line change 1- import type { CatalogModule } from "./base.js" ;
1+ import type { CatalogModule } from ".. /base.js" ;
22
33export const shellCatalog : CatalogModule = {
44 name : "shell" ,
You can’t perform that action at this time.
0 commit comments