-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(ports)!: streamlining and python support (#14)
* refactor(ports): simplify ports interface * fix: example ghjk.ts * fix: workaroud for port version conflicts * fix: asdf installid bug * wip: reuse installs across envs * refact: simplify `PortModuleConfig` * refactor: bring `asdf` into line * feat(port): `python_bs` * feat(port): `pipi` * fix(ci): test-action hack * fix: bad tar args * fix: tests improvement and cleanup * wip(tests): enable debug ghjk tree dumping * feat(ci): add caching on deno dir * fix(ports): removing wrong tmp dir * feat(ports): `GITHUB_TOKEN` support * refactor: remove python and node from default portDeps * fix(tests): secure configs for tests * fix(tests): serialized conf escaping issues
- Loading branch information
Showing
57 changed files
with
3,278 additions
and
1,968 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 |
---|---|---|
|
@@ -8,3 +8,5 @@ export * as std_url from "https://deno.land/[email protected]/url/mod.ts"; | |
export * as std_path from "https://deno.land/[email protected]/path/mod.ts"; | ||
export * as std_fs from "https://deno.land/[email protected]/fs/mod.ts"; | ||
export * as dax from "https://deno.land/x/[email protected]/mod.ts"; | ||
export * as jsonHash from "https://deno.land/x/[email protected]/mod.ts"; | ||
export * as equal from "https://deno.land/x/[email protected]/mod.ts"; |
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 |
---|---|---|
@@ -1,4 +1,7 @@ | ||
export { ghjk } from "../../mod.ts"; | ||
import { install } from "../../mod.ts"; | ||
import protoc from "../../ports/protoc.ts"; | ||
|
||
protoc({}); | ||
install( | ||
protoc(), | ||
); |
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
Oops, something went wrong.