We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be5da75 commit 4c19ac2Copy full SHA for 4c19ac2
1 file changed
src/ext/runtime/init_runtime.js
@@ -7,7 +7,6 @@ import * as prompt from 'ext:runtime/41_prompt.js';
7
import * as scope from 'ext:runtime/98_global_scope_shared.js';
8
import * as scopeWorker from 'ext:runtime/98_global_scope_worker.js';
9
import * as scopeWindow from 'ext:runtime/98_global_scope_window.js';
10
-import * as telemetry from "ext:runtime/telemetry.ts";
11
12
import * as errors from "ext:runtime/01_errors.js";
13
import * as version from "ext:runtime/01_version.ts";
@@ -39,8 +38,6 @@ applyToDeno({
39
38
os.setExitCode(value);
40
},
41
42
-
43
- telemetry: nonEnumerable(telemetry.telemetry),
44
45
Process: nonEnumerable(process.Process),
46
run: nonEnumerable(process.run),
0 commit comments