mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-06-10 18:04:18 -05:00
Use reference comments again.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// @noLib: true
|
||||
/// <reference no-default-lib="true"/>
|
||||
var x;
|
||||
|
||||
interface Array {}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// @noLib: true
|
||||
/// <reference no-default-lib="true"/>
|
||||
|
||||
var f: <T extends UNKNOWN>() => void;
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
// @target: ES5
|
||||
// @noLib: true
|
||||
/* *****************************************************************************
|
||||
Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
|
||||
|
||||
Reference in New Issue
Block a user