summaryrefslogtreecommitdiff
path: root/cli/node/mod.rs
diff options
context:
space:
mode:
authorLuca Casonato <hello@lcas.dev>2023-04-17 16:10:59 +0200
committerGitHub <noreply@github.com>2023-04-17 16:10:59 +0200
commitbcbdaac7e6399870b5b6fcdf765013c1682fe80c (patch)
tree990e98d3787775a6349e444dc68eac352d69bd66 /cli/node/mod.rs
parentbad4b7554bd499975170f7d4e1a30540783aea69 (diff)
chore(ext/fs): decouple fs trait from deno_core (#18732)
This commit removes the dependencies on `deno_core` for the Fs trait. This allows to move the trait into a different crate that does not depend on core in the limit. This adds a new `bounds` field to `deno_core::extension!` that expands to `where` clauses on the generated code. This allows to add bounds to the extension parameters, such as `Fs::File: Resource`.
Diffstat (limited to 'cli/node/mod.rs')
0 files changed, 0 insertions, 0 deletions