mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-04 05:34:51 +00:00
[PR #814] [CLOSED] Enhanced TypeScript Development Conformity and Build Flexibility #1306
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/ElectronNET/Electron.NET/pull/814
Author: @Sieluna
Created: 9/26/2023
Status: ❌ Closed
Base:
main← Head:js-lint📝 Commits (7)
f24f1f9Normalize code style and restructure project3a11bc3Fix unreasonable executablePath profiled771e15Implement build helper and auto rename8cdeb86Force electron-builder install locally9cca237Fix build error and command error6f868ceFix image load incorrect and modified html codef6cbba7Fix rendering of C# code block in HTML📊 Changes
88 files changed (+4393 additions, -6250 deletions)
View changed files
➕
src/ElectronNET.CLI/Commands/Actions/DeployElectronHostHook.cs(+29 -0)📝
src/ElectronNET.CLI/Commands/Actions/DeployEmbeddedElectronFiles.cs(+20 -47)➕
src/ElectronNET.CLI/Commands/Actions/DirectoryDelete.cs(+31 -0)📝
src/ElectronNET.CLI/Commands/AddCommand.cs(+3 -5)📝
src/ElectronNET.CLI/Commands/BuildCommand.cs(+176 -124)📝
src/ElectronNET.CLI/Commands/InitCommand.cs(+102 -96)📝
src/ElectronNET.CLI/Commands/StartElectronCommand.cs(+37 -96)📝
src/ElectronNET.CLI/ElectronNET.CLI.csproj(+7 -30)📝
src/ElectronNET.CLI/EmbeddedFileHelper.cs(+53 -0)📝
src/ElectronNET.CLI/Properties/launchSettings.json(+5 -0)📝
src/ElectronNET.Host/.gitignore(+2 -1)➕
src/ElectronNET.Host/ElectronHostAPI/package.json(+16 -0)📝
src/ElectronNET.Host/ElectronHostAPI/src/app.ts(+6 -5)📝
src/ElectronNET.Host/ElectronHostAPI/src/autoUpdater.ts(+4 -3)📝
src/ElectronNET.Host/ElectronHostAPI/src/browserView.ts(+7 -8)📝
src/ElectronNET.Host/ElectronHostAPI/src/browserWindows.ts(+20 -17)📝
src/ElectronNET.Host/ElectronHostAPI/src/clipboard.ts(+4 -3)📝
src/ElectronNET.Host/ElectronHostAPI/src/commandLine.ts(+4 -3)📝
src/ElectronNET.Host/ElectronHostAPI/src/dialog.ts(+4 -3)📝
src/ElectronNET.Host/ElectronHostAPI/src/dock.ts(+3 -2)...and 68 more files
📄 Description
Description:
I have made efforts to align the project more closely with the community's TypeScript development conventions, thereby making the building process more intuitive.
TODO:
23f4d39a30/src/ElectronNET.CLI/Commands/BuildCommand.cs (L185)23f4d39a30/src/ElectronNET.CLI/Commands/InitCommand.cs (L103-L106)23f4d39a30/src/ElectronNET.CLI/Commands/AddCommand.cs (L46)🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.