Logo
Explore Help
Sign In
iSharkFly-Docs/angular-docs-cn
1
0
Fork 0
You've already forked angular-docs-cn
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
angular-docs-cn/packages/compiler-cli/src/transformers/entry_points.ts

15 lines
394 B
TypeScript
Raw Normal View History

feat(compiler-cli): automatically lower lambda expressions in metadata
2017-07-13 14:25:17 -07:00
/**
* @license
build: update license headers to reference Google LLC (#37205) Update the license headers throughout the repository to reference Google LLC rather than Google Inc, for the required license headers. PR Close #37205
2020-05-19 12:08:49 -07:00
* Copyright Google LLC All Rights Reserved.
feat(compiler-cli): automatically lower lambda expressions in metadata
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
*/
feat(compiler-cli): new compiler api and command-line using TypeScript transformers
2017-06-09 14:50:57 -07:00
import * as ts from 'typescript';
import {CompilerHost, CompilerOptions, Program} from './api';
refactor(compiler): simplify the `CompilerHost` used for transformers - remove unneeded methods (`getNgCanonicalFileName`, `assumeFileExists`) - simplify moduleName <-> fileName conversion logic as we don’t need to account for `genDir` anymore. - rename `createNgCompilerHost` -> `createCompilerHost`
2017-08-14 11:04:55 -07:00
export {createCompilerHost} from './compiler_host';
export {createProgram} from './program';
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 319ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API