Skip to content

Commit

Permalink
Remove some stray comments
Browse files Browse the repository at this point in the history
  • Loading branch information
kitsonk committed Feb 14, 2020
1 parent 8d6a030 commit d0c6134
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions cli/js/compiler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
// Either of these functions must be called when creating isolate
// to properly setup runtime.

// <reference types="../../deno_typescript/globals" />

// NOTE: this import has side effects!
import "./ts_global.d.ts";

Expand Down
1 change: 0 additions & 1 deletion cli/js/compiler_host.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ const ignoredCompilerOptions: readonly string[] = [
"inlineSources",
"init",
"isolatedModules",
// "lib",
"listEmittedFiles",
"listFiles",
"mapRoot",
Expand Down
1 change: 1 addition & 0 deletions cli/js/lib.deno.ns.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.

/// <reference no-default-lib="true" />
/// <reference lib="esnext" />

declare namespace Deno {
/** The current process id of the runtime. */
Expand Down

0 comments on commit d0c6134

Please sign in to comment.