Add @checkJs: true to JS bind error tests

This commit is contained in:
Andrew Casey
2017-06-02 13:30:32 -07:00
parent 216abea3b8
commit 76c7336bea
5 changed files with 5 additions and 0 deletions
@@ -1,4 +1,5 @@
// @allowJs: true
// @checkJs: true
// @noEmit: true
// @filename: a.js
var a = 10;
@@ -1,4 +1,5 @@
// @allowJs: true
// @checkJs: true
// @noEmit: true
// @filename: a.js
let C = "sss";
@@ -1,4 +1,5 @@
// @allowJs: true
// @checkJs: true
// @noEmit: true
// @filename: a.js
// @target: es6
@@ -1,4 +1,5 @@
// @allowJs: true
// @checkJs: true
// @noEmit: true
// @filename: a.js
// @noFallthroughCasesInSwitch: true
@@ -1,4 +1,5 @@
// @allowJs: true
// @checkJs: true
// @noEmit: true
// @filename: a.js
// @target: es6