David Sherret
|
ac7b33a340
|
chore: cargo fmt - turn on group_imports=StdExternalCrate (#26646)
|
2024-12-31 12:13:39 -05:00 |
|
David Sherret
|
4638caa740
|
refactor: do not use deno_fs::FileSystem everywhere (#27508)
This changes the cli to mostly use `std::fs` via `sys_traits` instead of
the implemention of `deno_fs::FileSystem`.
|
2024-12-31 11:29:07 -05:00 |
|
David Sherret
|
c391ad315e
|
refactor: use sys_traits (#27480)
|
2024-12-30 12:38:20 -05:00 |
|
David Sherret
|
bee16c54ab
|
fix(publish): workspace included license file had incorrect path (#24747)
Also fixes the issue where we say a package was successfully published
before it wasn't.
Bug in https://github.com/denoland/deno/pull/24714
|
2024-07-26 15:35:29 +00:00 |
|
David Sherret
|
84b7504d0f
|
fix(workspaces/publish): include the license file from the workspace root if not in pkg (#24714)
|
2024-07-25 01:43:30 +00:00 |
|
David Sherret
|
80df9aec1d
|
refactor: move FileCollector to deno_config (#24433)
|
2024-07-05 17:53:09 -04:00 |
|
David Sherret
|
c0e3b6ed9d
|
fix(publish): always include config file when publishing (#23797)
Closes https://github.com/denoland/deno/issues/23796
|
2024-05-14 18:15:43 +00:00 |
|
David Sherret
|
ded6afccf2
|
fix(publish): --dry-publish should error for gitignored excluded files (#23540)
Files that were gitignored only were not included in the diagnostic.
|
2024-04-24 18:52:05 +00:00 |
|
Luca Casonato
|
52ad1ef154
|
feat(publish): give diagnostic on invalid package files (#22082)
|
2024-01-24 21:24:52 +00:00 |
|