Files
DefinitelyTyped/typescript-services/typescriptServices-tests.ts
T

7 lines
244 B
TypeScript

/// <reference path="./typescriptServices.d.ts"/>
import ts = require('typescript-services');
// formatter:
var snapshot = TypeScript.SimpleText.fromString('var foo = 123;');
var formatter = new ts.Services.Formatting.TextSnapshot(snapshot);