diff options
author | Luca Casonato <hello@lcas.dev> | 2023-04-17 16:10:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-17 16:10:59 +0200 |
commit | bcbdaac7e6399870b5b6fcdf765013c1682fe80c (patch) | |
tree | 990e98d3787775a6349e444dc68eac352d69bd66 /cli/proc_state.rs | |
parent | bad4b7554bd499975170f7d4e1a30540783aea69 (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/proc_state.rs')
0 files changed, 0 insertions, 0 deletions