mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-27 11:40:08 +08:00
7 lines
244 B
TypeScript
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); |