mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-27 13:42:16 -05:00
'/// <reference no-default-lib="true"/>' -> '// @noLib: true'
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
// @noLib: true
|
||||
/// <reference no-default-lib="true"/>
|
||||
var x;
|
||||
|
||||
interface Array {}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/// <reference no-default-lib="true"/>
|
||||
// @noLib: true
|
||||
|
||||
var f: <T extends UNKNOWN>() => void;
|
||||
|
||||
|
||||
@@ -15,8 +15,6 @@ See the Apache Version 2.0 License for specific language governing permissions
|
||||
and limitations under the License.
|
||||
***************************************************************************** */
|
||||
|
||||
/// <reference no-default-lib="true"/>
|
||||
|
||||
/////////////////////////////
|
||||
/// ECMAScript APIs
|
||||
/////////////////////////////
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
// @noLib: true
|
||||
/// <style requireSemi="on" />
|
||||
/// <reference no-default-lib="true"/>
|
||||
declare function foo(): void;
|
||||
declare function bar(): void;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/// <reference no-default-lib="true"/>
|
||||
// @noLib: true
|
||||
|
||||
var x: Array<number>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user