diff options
author | Matt Mastracci <matthew@mastracci.com> | 2023-11-05 14:27:36 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-05 14:27:36 -0700 |
commit | 485fade0b6910e29557c6627d37985b47735bf8e (patch) | |
tree | 0f6c97c135c8a92226caecb363effe7eabf47936 /cli/args/flags.rs | |
parent | 4530cd5f0d5e6acdbbb11a60eac711d47f274d3f (diff) |
chore: migrate to new deno_core and metrics (#21057)
- Uses the new OpMetrics system for sync and async calls
- Partial revert of #21048 as we moved Array.fromAsync upstream to
deno_core
Diffstat (limited to 'cli/args/flags.rs')
-rw-r--r-- | cli/args/flags.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/args/flags.rs b/cli/args/flags.rs index 82a536e47..9b0f840e9 100644 --- a/cli/args/flags.rs +++ b/cli/args/flags.rs @@ -398,6 +398,7 @@ pub struct Flags { pub config_flag: ConfigFlag, pub node_modules_dir: Option<bool>, pub vendor: Option<bool>, + pub enable_op_summary_metrics: bool, pub enable_testing_features: bool, pub ext: Option<String>, pub ignore: Vec<PathBuf>, |