mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-15 20:25:23 -06:00
Update tests to use '@noLib: true'.
This commit is contained in:
parent
d2857751b2
commit
8add21446b
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user