UNPKG

628 BTypeScriptView Raw
1/**
2 * @license
3 * Copyright Google LLC All Rights Reserved.
4 *
5 * Use of this source code is governed by an MIT-style license that can be
6 * found in the LICENSE file at https://angular.io/license
7 */
8/// <amd-module name="@angular/language-service" />
9import * as ts from 'typescript/lib/tsserverlibrary';
10declare const factory: ts.server.PluginModuleFactory;
11/**
12 * Tsserver expects `@angular/language-service` to provide a factory function
13 * as the default export of the package. See
14 * https://github.com/microsoft/TypeScript/blob/f4d0ea6539edb6d8f70b626132d6f9ac1ac4281a/src/server/project.ts#L1611
15 */
16export = factory;