- Timestamp:
- 11/25/21 22:08:24 (3 years ago)
- Branches:
- master
- Children:
- 8d391a1
- Parents:
- 59329aa
- Location:
- trip-planner-front/node_modules/@angular/compiler-cli/ngcc/src/packages
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/@angular/compiler-cli/ngcc/src/packages/build_marker.d.ts
r59329aa re29cc2e 10 10 import { PackageJsonUpdater } from '../writing/package_json_updater'; 11 11 import { EntryPointPackageJson, PackageJsonFormatProperties } from './entry_point'; 12 export declare const NGCC_VERSION = "12.2. 9";12 export declare const NGCC_VERSION = "12.2.13"; 13 13 /** 14 14 * Returns true if there is a format in this entry-point that was compiled with an outdated version -
trip-planner-front/node_modules/@angular/compiler-cli/ngcc/src/packages/build_marker.js
r59329aa re29cc2e 13 13 var tslib_1 = require("tslib"); 14 14 var new_entry_point_file_writer_1 = require("@angular/compiler-cli/ngcc/src/writing/new_entry_point_file_writer"); 15 exports.NGCC_VERSION = '12.2. 9';15 exports.NGCC_VERSION = '12.2.13'; 16 16 /** 17 17 * Returns true if there is a format in this entry-point that was compiled with an outdated version
Note:
See TracChangeset
for help on using the changeset viewer.