mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 19:08:15 +00:00
This reverts commit 4b6305f4f2
.
This commit is contained in:
parent
8af0c83519
commit
d11e89127d
54 changed files with 125 additions and 278 deletions
|
@ -38,9 +38,6 @@ deno_core::extension!(deno_bench,
|
|||
state.put(options.sender);
|
||||
state.put(options.filter);
|
||||
},
|
||||
customizer = |ext: &mut deno_core::ExtensionBuilder| {
|
||||
ext.force_op_registration();
|
||||
},
|
||||
);
|
||||
|
||||
#[derive(Clone)]
|
||||
|
|
|
@ -21,9 +21,6 @@ deno_core::extension!(deno_cli,
|
|||
state = |state, options| {
|
||||
state.put(options.ps);
|
||||
},
|
||||
customizer = |ext: &mut deno_core::ExtensionBuilder| {
|
||||
ext.force_op_registration();
|
||||
},
|
||||
);
|
||||
|
||||
#[op]
|
||||
|
|
|
@ -44,9 +44,6 @@ deno_core::extension!(deno_test,
|
|||
state.put(options.fail_fast_tracker);
|
||||
state.put(options.filter);
|
||||
},
|
||||
customizer = |ext: &mut deno_core::ExtensionBuilder| {
|
||||
ext.force_op_registration();
|
||||
},
|
||||
);
|
||||
|
||||
#[derive(Clone)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue