summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/package_json/invalid_value/task.out
AgeCommit message (Collapse)Author
2023-05-01refactor(cli): remove ProcState - add CliFactory (#18900)David Sherret
This removes `ProcState` and replaces it with a new `CliFactory` which initializes our "service structs" on demand. This isn't a performance improvement at the moment for `deno run`, but might unlock performance improvements in the future.
2023-03-03fix: lazily surface errors in package.json deps parsing (#17974)David Sherret
Closes #17941