TypeScript/tests/cases/fourslash/getJavaScriptSyntacticDiagnostics1.ts

11 lines
226 B
TypeScript

/// <reference path="fourslash.ts" />
// @allowJs: true
// @Filename: a.js
////[|import a = b;|]
verify.getSyntacticDiagnostics([{
message: "'import ... =' can only be used in a .ts file.",
code: 8002
}]);