File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,15 +33,6 @@ import {
3333} from "./chrome-headless-shell-paths.ts" ;
3434import { chromiumInstallable } from "./chromium.ts" ;
3535
36- // Re-export path utilities for external consumers
37- export {
38- chromeHeadlessShellBinaryName ,
39- chromeHeadlessShellExecutablePath ,
40- chromeHeadlessShellInstallDir ,
41- isInstalled ,
42- noteInstalledVersion ,
43- readInstalledVersion ,
44- } from "./chrome-headless-shell-paths.ts" ;
4536
4637// -- InstallableTool methods --
4738
Original file line number Diff line number Diff line change @@ -21,13 +21,13 @@ import {
2121import { installableTool , installableTools } from "../../../src/tools/tools.ts" ;
2222import {
2323 chromeHeadlessShellBinaryName ,
24- chromeHeadlessShellInstallable ,
2524 chromeHeadlessShellInstallDir ,
2625 chromeHeadlessShellExecutablePath ,
2726 isInstalled ,
2827 noteInstalledVersion ,
2928 readInstalledVersion ,
30- } from "../../../src/tools/impl/chrome-headless-shell.ts" ;
29+ } from "../../../src/tools/impl/chrome-headless-shell-paths.ts" ;
30+ import { chromeHeadlessShellInstallable } from "../../../src/tools/impl/chrome-headless-shell.ts" ;
3131
3232// -- Step 1: Install directory + executable path --
3333
You can’t perform that action at this time.
0 commit comments