Skip to content

Commit 2998665

Browse files
committed
Rename WindowConfig
1 parent e1e5a61 commit 2998665

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

src/shell/js/composeui-node-launcher/src/BrowserWindow.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { WindowConfig } from './WindowConfig';
1+
import { WindowConfig } from './windowConfig';
22
import { Launcher } from './launcher.js';
33

44
export class BrowserWindow {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export { BrowserWindow } from './BrowserWindow.js';
22
export { Launcher } from './launcher.js';
3-
export { WindowConfig } from './WindowConfig.js';
3+
export { WindowConfig } from './windowConfig.js';
44
export * from './cli/cli.js';
55
export { executeScriptFile } from './cli/executeScrtiptFile.js';

src/shell/js/composeui-node-launcher/src/launcher.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { execFile } from 'child_process';
2-
import { WindowConfig } from './WindowConfig';
2+
import { WindowConfig } from './windowConfig';
33

44
export class Launcher {
55
private processArgs(config?: WindowConfig) {
File renamed without changes.

0 commit comments

Comments
 (0)