2017-07-13 14:25:17 -07:00
|
|
|
/**
|
|
|
|
|
* @license
|
2020-05-19 12:08:49 -07:00
|
|
|
* Copyright Google LLC All Rights Reserved.
|
2017-07-13 14:25:17 -07:00
|
|
|
*
|
|
|
|
|
* Use of this source code is governed by an MIT-style license that can be
|
|
|
|
|
* found in the LICENSE file at https://angular.io/license
|
|
|
|
|
*/
|
|
|
|
|
|
2017-06-09 14:50:57 -07:00
|
|
|
import * as ts from 'typescript';
|
|
|
|
|
|
|
|
|
|
import {CompilerHost, CompilerOptions, Program} from './api';
|
|
|
|
|
|
2017-08-14 11:04:55 -07:00
|
|
|
export {createCompilerHost} from './compiler_host';
|
|
|
|
|
export {createProgram} from './program';
|