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

11 lines
287 B
TypeScript
Raw Normal View History

refactor(ivy): export ngcc import prefix into constant (#25406) PR Close #25406
2018-07-26 22:54:03 +03: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.
refactor(ivy): export ngcc import prefix into constant (#25406) PR Close #25406
2018-07-26 22:54:03 +03: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
*/
export const IMPORT_PREFIX = 'ɵngcc';
fix(ngcc): provide a unique exit code for timeouts (#36838) When ngcc fails due to a timeout waiting for another process to complete, it was not failing with a unique exit code, so that it was not possible to know if the process can be restarted; compared to ngcc failing for some more fatal reason. Now if ngcc exits because of a timeout, the exit code will be 177. PR Close #36838
2020-04-28 12:11:18 +01:00
export const NGCC_TIMED_OUT_EXIT_CODE = 177;
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 220ms Template: 3ms
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