- Timestamp:
- 11/25/21 22:08:24 (3 years ago)
- Branches:
- master
- Children:
- 8d391a1
- Parents:
- 59329aa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/@angular/compiler-cli/linker/src/file_linker/partial_linkers/partial_linker_selector.js
r59329aa re29cc2e 67 67 function createLinkerMap(environment, sourceUrl, code) { 68 68 var linkers = new Map(); 69 var LATEST_VERSION_RANGE = getRange('<=', '12.2. 9');69 var LATEST_VERSION_RANGE = getRange('<=', '12.2.13'); 70 70 linkers.set(exports.ɵɵngDeclareDirective, [ 71 71 { range: LATEST_VERSION_RANGE, linker: new partial_directive_linker_1_1.PartialDirectiveLinkerVersion1(sourceUrl, code) }, … … 138 138 } 139 139 var linkerRanges = this.linkers.get(functionName); 140 if (version === '12.2. 9') {140 if (version === '12.2.13') { 141 141 // Special case if the `version` is the same as the current compiler version. 142 142 // This helps with compliance tests where the version placeholders have not been replaced.
Note:
See TracChangeset
for help on using the changeset viewer.