File: reservedWords2.js

package info (click to toggle)
node-typescript 3.3.3333-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 324,548 kB
  • sloc: makefile: 6; sh: 3
file content (40 lines) | stat: -rw-r--r-- 798 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
//// [reservedWords2.ts]
import while = require("dfdf");
import * as  while from "foo"

var typeof = 10;
function throw() {}
module void {}
var {while, return} = { while: 1, return: 2 };
var {this, switch: { continue} } = { this: 1, switch: { continue: 2 }};
var [debugger, if] = [1, 2];
enum void {}




//// [reservedWords2.js]
"use strict";
exports.__esModule = true;
require();
while ( = require("dfdf"))
    ;
while (from)
    "foo";
var ;
typeof ;
10;
function () { }
throw function () { };
module;
void {};
var _a = { "while": 1, "return": 2 },  = _a["while"],  = _a["return"];
var _b = { "this": 1, "switch": { "continue": 2 } },  = _b["this"],  = _b["switch"]["continue"];
var _c = void 0;
debugger;
if ()
    ;
[1, 2];
(function () {
})( || ( = {}));
void {};