TypeScript/tests/cases/fourslash/importNameCodeFixNewImportFile0.ts
Andy e710645bf9
Never escape string literals from textChanges (#26971)
* Never escape string literals from textChanges

* Use `boolean | undefined`
2018-09-17 11:06:39 -07:00

14 lines
230 B
TypeScript

/// <reference path="fourslash.ts" />
//// [|f1/*0*/();|]
// @Filename: jalapeño.ts
//// export function f1() {}
//// export var v1 = 5;
verify.importFixAtPosition([
`import { f1 } from "./jalapeño";
f1();`
]);