mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-01 12:42:58 +08:00
added typescript-services definition
This commit is contained in:
7
typescript-services/typescriptServices-tests.ts
Normal file
7
typescript-services/typescriptServices-tests.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
/// <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);
|
||||
9315
typescript-services/typescriptServices.d.ts
vendored
Normal file
9315
typescript-services/typescriptServices.d.ts
vendored
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user