mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-04-17 01:49:41 -05:00
Add undefined guard
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
// @declaration: true
|
||||
// @outFile: out.js
|
||||
|
||||
// @filename: /a/node_modules/@types/jquery/index.d.ts
|
||||
interface JQuery {
|
||||
|
||||
}
|
||||
|
||||
// @filename: /a/app.ts
|
||||
/// <reference types="jquery"/>
|
||||
namespace Test {
|
||||
export var x: JQuery;
|
||||
}
|
||||
Reference in New Issue
Block a user