Skip to content

Commit 5f01c09

Browse files
Use reference comments again.
1 parent 5da701c commit 5f01c09

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

tests/cases/compiler/noDefaultLib.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// @noLib: true
1+
/// <reference no-default-lib="true"/>
22
var x;
33

44
interface Array {}

tests/cases/compiler/typeCheckTypeArgument.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// @noLib: true
1+
/// <reference no-default-lib="true"/>
22

33
var f: <T extends UNKNOWN>() => void;
44

tests/cases/conformance/decorators/1.0lib-noErrors.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// @target: ES5
2-
// @noLib: true
32
/* *****************************************************************************
43
Copyright (c) Microsoft Corporation. All rights reserved.
54
Licensed under the Apache License, Version 2.0 (the "License"); you may not use

0 commit comments

Comments
 (0)