mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
Update tests to use '@noLib: true'.
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
// @noLib: true
|
||||
/// <reference no-default-lib="true"/>
|
||||
var x;
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
// @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
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// @noLib: true
|
||||
/// <style requireSemi="on" />
|
||||
/// <reference no-default-lib="true"/>
|
||||
declare function foo(): void;
|
||||
|
||||
Reference in New Issue
Block a user