forked from thqby/vscode-autohotkey2-lsp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Greatly cleanup and works towards ESM (#32)
* Revert "Add Vitest for unit tests (#30)" This reverts commit 52aa813. * Revert "Remove dupe config file (#31)" This reverts commit aae4f9e. * Remove rootDirs from client * Remove rootDirs from server * Add compile-ts to client * Resolve modules via NodeNext * Make client an ESM module * Add compile-ts to server * Update module resolution of server * Make server an ESM module * Use bundler resolution in client * Remove unused tsconfig.json * Use NodeNext for compatibility with AHK++ * Add logs * Progress * ESM but still not quite working * More CJS building * Fix clean * Use server.cjs * Further cleanup * Ignore extension.cts when prettifying
- Loading branch information
1 parent
aae4f9e
commit b10a3ed
Showing
42 changed files
with
189 additions
and
2,073 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.