-
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.
feat(lockfile)!: Smaller lockfile (#45)
* feat(lockfile): Platform string * refactor: move platform types * deduplicate tasks dependecy def * deduplicate task allowedPortDeps * fix taskAllowPortDeps registration * fix bug * remove debug logging * relative file urls * merge install configs * merge allowed deps * fix task config with resolved deps * refactor: move other processing tasks to processManifest * fix type taskEnvBase * add github token * fix meta-cli release artifact url
- Loading branch information
Showing
20 changed files
with
751 additions
and
1,857 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,4 +12,5 @@ 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 { default as objectHash } from "https://deno.land/x/[email protected]/mod.ts"; | ||
export { default as deep_eql } from "https://deno.land/x/[email protected]/index.js"; |
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.