diff options
Diffstat (limited to 'cli/js/web/performance.ts')
-rw-r--r-- | cli/js/web/performance.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/js/web/performance.ts b/cli/js/web/performance.ts index 7077b1edb..67f8f1b6c 100644 --- a/cli/js/web/performance.ts +++ b/cli/js/web/performance.ts @@ -1,4 +1,5 @@ // Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. + import { now as opNow } from "../ops/timers.ts"; export class Performance { |