-
-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The ESM problem - executing the controller itself as an ESM module (#…
…2681) * ts port of cliMessage * port cliPlugin to ts * port cli process * improve arr filter typing * for reinstall remove the package manually first - closes #2667 * started working on the notorious ESM problem * further work on porting to esm * more work towards full esm * fix lint * make build work * rm ts-expect-error * fix types in tests * fix adapter and add nvmrc, fix tests not starting * own implementation of get-spdx-license-ids to get rid of request module * log the stack on installation broken as these are often deeper issues * added missing file extension * get rid of requires in hasServer functions * fix parsing cli args in adapter - e.g. mocha passes arguments to the process, we now parsing them more accurate * update testing * optimize things found during own review * try to increase timeout for file like done for redis in past * update mocha * register tests in nona sync fashion (try to fix problem that states jsonl tests not run on ci)
- Loading branch information
1 parent
79fe972
commit 165fc4c
Showing
149 changed files
with
4,525 additions
and
12,449 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 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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"loader": "ts-node/esm" | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
18 |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.