Changeset e29cc2e for trip-planner-front/node_modules/@angular-devkit/build-angular/src/utils/process-bundle.d.ts
- 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-devkit/build-angular/src/utils/process-bundle.d.ts
r59329aa re29cc2e 25 25 replacements?: [string, string][]; 26 26 supportedBrowsers?: string[] | Record<string, string>; 27 memoryMode?: boolean; 27 28 } 28 29 export interface ProcessBundleResult { … … 36 37 size: number; 37 38 integrity?: string; 39 content?: string; 38 40 map?: { 39 41 filename: string; 40 42 size: number; 43 content?: string; 41 44 }; 42 45 }
Note:
See TracChangeset
for help on using the changeset viewer.