Changeset 59329aa for trip-planner-front/node_modules/.bin/ivy-ngcc.ps1
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/.bin/ivy-ngcc.ps1
rceaed42 r59329aa 10 10 $ret=0 11 11 if (Test-Path "$basedir/node$exe") { 12 # Support pipeline input 13 if ($MyInvocation.ExpectingInput) { 14 $input | & "$basedir/node$exe" "$basedir/../@angular/compiler-cli/ngcc/main-ivy-ngcc.js" $args 15 } else { 16 & "$basedir/node$exe" "$basedir/../@angular/compiler-cli/ngcc/main-ivy-ngcc.js" $args 17 } 12 & "$basedir/node$exe" "$basedir/../@angular/compiler-cli/ngcc/main-ivy-ngcc.js" $args 18 13 $ret=$LASTEXITCODE 19 14 } else { 20 # Support pipeline input 21 if ($MyInvocation.ExpectingInput) { 22 $input | & "node$exe" "$basedir/../@angular/compiler-cli/ngcc/main-ivy-ngcc.js" $args 23 } else { 24 & "node$exe" "$basedir/../@angular/compiler-cli/ngcc/main-ivy-ngcc.js" $args 25 } 15 & "node$exe" "$basedir/../@angular/compiler-cli/ngcc/main-ivy-ngcc.js" $args 26 16 $ret=$LASTEXITCODE 27 17 }
Note:
See TracChangeset
for help on using the changeset viewer.