do not run semantic classification on non-ts-or-tsx files

This commit is contained in:
Vladimir Matveev
2016-10-05 14:49:16 -07:00
parent f4424801d7
commit 59c0143934
3 changed files with 23 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
/// <reference path="fourslash.ts"/>
// @Filename: app.js
//// function foo() {
//// }
//// let x = 1;
// no semantic classification in js file
verify.semanticClassificationsAre();