Ignore:
Timestamp:
11/25/21 22:08:24 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
8d391a1
Parents:
59329aa
Message:

primeNG components

Location:
trip-planner-front/node_modules/@angular-devkit
Files:
10 added
16 edited
7 moved

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/@angular-devkit/architect/package.json

    r59329aa re29cc2e  
    11{
    2   "_args": [
    3     [
    4       "@angular-devkit/architect@0.1202.9",
    5       "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
    6     ]
    7   ],
    8   "_development": true,
    9   "_from": "@angular-devkit/architect@0.1202.9",
    10   "_id": "@angular-devkit/architect@0.1202.9",
     2  "_from": "@angular-devkit/architect@0.1202.13",
     3  "_id": "@angular-devkit/architect@0.1202.13",
    114  "_inBundle": false,
    12   "_integrity": "sha512-s2NcFqZjsdYoR0vhJWLCwykF6hG7F0C5fJJs49i6IJMKj5Ai58z7d2IFYvD8nA60paMvjFS14OQ+E/FEEEZ88Q==",
     5  "_integrity": "sha512-LXgiidXwBgyWPqqWK4xR1/kCPQTMTzG5w+s7+LvENUZwbcdl6CKrOMjfgjo6WPr6yeq+WWQvPCD4pZ6nXRTm7A==",
    136  "_location": "/@angular-devkit/architect",
    147  "_phantomChildren": {},
     
    169    "type": "version",
    1710    "registry": true,
    18     "raw": "@angular-devkit/architect@0.1202.9",
     11    "raw": "@angular-devkit/architect@0.1202.13",
    1912    "name": "@angular-devkit/architect",
    2013    "escapedName": "@angular-devkit%2farchitect",
    2114    "scope": "@angular-devkit",
    22     "rawSpec": "0.1202.9",
     15    "rawSpec": "0.1202.13",
    2316    "saveSpec": null,
    24     "fetchSpec": "0.1202.9"
     17    "fetchSpec": "0.1202.13"
    2518  },
    2619  "_requiredBy": [
     
    2922    "/@angular/cli"
    3023  ],
    31   "_resolved": "https://registry.npmjs.org/@angular-devkit/architect/-/architect-0.1202.9.tgz",
    32   "_spec": "0.1202.9",
    33   "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     24  "_resolved": "https://registry.npmjs.org/@angular-devkit/architect/-/architect-0.1202.13.tgz",
     25  "_shasum": "b9b883d62f628a6b31ce071da91e268f61da00ef",
     26  "_spec": "@angular-devkit/architect@0.1202.13",
     27  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\@angular-devkit\\build-angular",
    3428  "author": {
    3529    "name": "Angular Authors"
     
    3933  },
    4034  "builders": "./builders/builders.json",
     35  "bundleDependencies": false,
    4136  "dependencies": {
    42     "@angular-devkit/core": "12.2.9",
     37    "@angular-devkit/core": "12.2.13",
    4338    "rxjs": "6.6.7"
    4439  },
     40  "deprecated": false,
    4541  "description": "Angular Build Facade",
    4642  "engines": {
    4743    "node": "^12.14.1 || >=14.0.0",
    48     "npm": "^6.11.0 || ^7.5.6",
     44    "npm": "^6.11.0 || ^7.5.6 || >=8.0.0",
    4945    "yarn": ">= 1.13.0"
    5046  },
     
    6662  },
    6763  "typings": "src/index.d.ts",
    68   "version": "0.1202.9"
     64  "version": "0.1202.13"
    6965}
  • trip-planner-front/node_modules/@angular-devkit/build-angular/node_modules/esbuild-wasm/lib/main.js

    r59329aa re29cc2e  
    710710      isFirstPacket = false;
    711711      let binaryVersion = String.fromCharCode(...bytes);
    712       if (binaryVersion !== "0.13.4") {
    713         throw new Error(`Cannot start service: Host version "${"0.13.4"}" does not match binary version ${JSON.stringify(binaryVersion)}`);
     712      if (binaryVersion !== "0.13.8") {
     713        throw new Error(`Cannot start service: Host version "${"0.13.8"}" does not match binary version ${JSON.stringify(binaryVersion)}`);
    714714      }
    715715      return;
     
    15981598  "freebsd arm64 LE": "esbuild-freebsd-arm64",
    15991599  "freebsd x64 LE": "esbuild-freebsd-64",
    1600   "openbsd x64 LE": "esbuild-openbsd-64",
    16011600  "linux arm LE": "esbuild-linux-arm",
    16021601  "linux arm64 LE": "esbuild-linux-arm64",
     
    16051604  "linux ppc64 LE": "esbuild-linux-ppc64le",
    16061605  "linux x64 LE": "esbuild-linux-64",
     1606  "netbsd x64 LE": "esbuild-netbsd-64",
     1607  "openbsd x64 LE": "esbuild-openbsd-64",
    16071608  "sunos x64 LE": "esbuild-sunos-64"
    16081609};
     
    16861687}
    16871688var _a;
    1688 var isInternalWorkerThread = ((_a = worker_threads == null ? void 0 : worker_threads.workerData) == null ? void 0 : _a.esbuildVersion) === "0.13.4";
     1689var isInternalWorkerThread = ((_a = worker_threads == null ? void 0 : worker_threads.workerData) == null ? void 0 : _a.esbuildVersion) === "0.13.8";
    16891690var esbuildCommandAndArgs = () => {
    1690   if (path2.basename(__filename) !== "main.js" || path2.basename(__dirname) !== "lib") {
     1691  if ((!ESBUILD_BINARY_PATH || true) && (path2.basename(__filename) !== "main.js" || path2.basename(__dirname) !== "lib")) {
    16911692    throw new Error(`The esbuild JavaScript API cannot be bundled. Please mark the "esbuild" package as external so it's not included in the bundle.
    16921693
     
    17451746  }
    17461747};
    1747 var version = "0.13.4";
     1748var version = "0.13.8";
    17481749var build = (options) => ensureServiceIsRunning().build(options);
    17491750var serve = (serveOptions, buildOptions) => ensureServiceIsRunning().serve(serveOptions, buildOptions);
     
    18541855    return longLivedService;
    18551856  let [command, args] = esbuildCommandAndArgs();
    1856   let child = child_process.spawn(command, args.concat(`--service=${"0.13.4"}`, "--ping"), {
     1857  let child = child_process.spawn(command, args.concat(`--service=${"0.13.8"}`, "--ping"), {
    18571858    windowsHide: true,
    18581859    stdio: ["pipe", "pipe", "inherit"],
     
    19611962  });
    19621963  callback(service);
    1963   let stdout = child_process.execFileSync(command, args.concat(`--service=${"0.13.4"}`), {
     1964  let stdout = child_process.execFileSync(command, args.concat(`--service=${"0.13.8"}`), {
    19641965    cwd: defaultWD,
    19651966    windowsHide: true,
     
    19771978  let { port1: mainPort, port2: workerPort } = new worker_threads2.MessageChannel();
    19781979  let worker = new worker_threads2.Worker(__filename, {
    1979     workerData: { workerPort, defaultWD, esbuildVersion: "0.13.4" },
     1980    workerData: { workerPort, defaultWD, esbuildVersion: "0.13.8" },
    19801981    transferList: [workerPort],
    19811982    execArgv: []
  • trip-planner-front/node_modules/@angular-devkit/build-angular/node_modules/esbuild-wasm/wasm_exec.js

    r59329aa re29cc2e  
    593593                        });
    594594
     595                        // The linker guarantees global data starts from at least wasmMinDataAddr.
     596                        // Keep in sync with cmd/link/internal/ld/data.go:wasmMinDataAddr.
     597                        const wasmMinDataAddr = 4096 + 4096;
     598                        if (offset >= wasmMinDataAddr) {
     599                                throw new Error("command line too long");
     600                        }
     601
    595602                        this._inst.exports.run(argc, argv);
    596603                        if (this.exited) {
  • trip-planner-front/node_modules/@angular-devkit/build-angular/package.json

    r59329aa re29cc2e  
    11{
    2   "_args": [
    3     [
    4       "@angular-devkit/build-angular@12.2.9",
    5       "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
    6     ]
    7   ],
    8   "_development": true,
    9   "_from": "@angular-devkit/build-angular@12.2.9",
    10   "_id": "@angular-devkit/build-angular@12.2.9",
     2  "_from": "@angular-devkit/build-angular@12.2.13",
     3  "_id": "@angular-devkit/build-angular@12.2.13",
    114  "_inBundle": false,
    12   "_integrity": "sha512-A8yddhGpUnrTcA4WCiUxwklFbfkNMfvlST5CT9VLVjz4MEwwOpdaNmIF39+NMr4XTgOBbP6Bq/t3ciIsB5+/Uw==",
     5  "_integrity": "sha512-iJ1P/RZ1hk2n/HtEqB5ohXvHa+Hf0BXShYskSGrn6/klcTb0eJTCREsFxHk7mNEmRIGPWkjbLAslqpPgwiagXg==",
    136  "_location": "/@angular-devkit/build-angular",
    147  "_phantomChildren": {},
     
    169    "type": "version",
    1710    "registry": true,
    18     "raw": "@angular-devkit/build-angular@12.2.9",
     11    "raw": "@angular-devkit/build-angular@12.2.13",
    1912    "name": "@angular-devkit/build-angular",
    2013    "escapedName": "@angular-devkit%2fbuild-angular",
    2114    "scope": "@angular-devkit",
    22     "rawSpec": "12.2.9",
     15    "rawSpec": "12.2.13",
    2316    "saveSpec": null,
    24     "fetchSpec": "12.2.9"
     17    "fetchSpec": "12.2.13"
    2518  },
    2619  "_requiredBy": [
    27     "#DEV:/"
     20    "#DEV:/",
     21    "#USER"
    2822  ],
    29   "_resolved": "https://registry.npmjs.org/@angular-devkit/build-angular/-/build-angular-12.2.9.tgz",
    30   "_spec": "12.2.9",
     23  "_resolved": "https://registry.npmjs.org/@angular-devkit/build-angular/-/build-angular-12.2.13.tgz",
     24  "_shasum": "f5564d3ec9db132956473bb904bb3590482f5b36",
     25  "_spec": "@angular-devkit/build-angular@12.2.13",
    3126  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
    3227  "author": {
     
    3732  },
    3833  "builders": "builders.json",
     34  "bundleDependencies": false,
    3935  "dependencies": {
    4036    "@ampproject/remapping": "1.0.1",
    41     "@angular-devkit/architect": "0.1202.9",
    42     "@angular-devkit/build-optimizer": "0.1202.9",
    43     "@angular-devkit/build-webpack": "0.1202.9",
    44     "@angular-devkit/core": "12.2.9",
     37    "@angular-devkit/architect": "0.1202.13",
     38    "@angular-devkit/build-optimizer": "0.1202.13",
     39    "@angular-devkit/build-webpack": "0.1202.13",
     40    "@angular-devkit/core": "12.2.13",
    4541    "@babel/core": "7.14.8",
    4642    "@babel/generator": "7.14.8",
     
    5450    "@discoveryjs/json-ext": "0.5.3",
    5551    "@jsdevtools/coverage-istanbul-loader": "3.0.5",
    56     "@ngtools/webpack": "12.2.9",
     52    "@ngtools/webpack": "12.2.13",
    5753    "ansi-colors": "4.1.1",
    5854    "babel-loader": "8.2.2",
     
    6359    "copy-webpack-plugin": "9.0.1",
    6460    "core-js": "3.16.0",
    65     "critters": "0.0.10",
     61    "critters": "0.0.12",
    6662    "css-loader": "6.2.0",
    6763    "css-minimizer-webpack-plugin": "3.0.2",
    68     "esbuild": "0.13.4",
    69     "esbuild-wasm": "0.13.4",
     64    "esbuild": "0.13.8",
     65    "esbuild-wasm": "0.13.8",
    7066    "find-cache-dir": "3.3.1",
    7167    "glob": "7.1.7",
     
    7773    "license-webpack-plugin": "2.3.20",
    7874    "loader-utils": "2.0.0",
    79     "mini-css-extract-plugin": "2.2.1",
     75    "mini-css-extract-plugin": "2.4.2",
    8076    "minimatch": "3.0.4",
    8177    "open": "8.2.1",
     
    109105    "webpack-subresource-integrity": "1.5.2"
    110106  },
     107  "deprecated": false,
    111108  "description": "Angular Webpack Build Facade",
    112109  "engines": {
    113110    "node": "^12.14.1 || >=14.0.0",
    114     "npm": "^6.11.0 || ^7.5.6",
     111    "npm": "^6.11.0 || ^7.5.6 || >=8.0.0",
    115112    "yarn": ">= 1.13.0"
    116113  },
     
    127124  "name": "@angular-devkit/build-angular",
    128125  "optionalDependencies": {
    129     "esbuild": "0.13.4"
     126    "esbuild": "0.13.8"
    130127  },
    131128  "peerDependencies": {
     
    168165  },
    169166  "typings": "src/index.d.ts",
    170   "version": "12.2.9"
     167  "version": "12.2.13"
    171168}
  • trip-planner-front/node_modules/@angular-devkit/build-angular/src/babel/babel-loader.d.ts

    r59329aa re29cc2e  
    88
    99declare module 'babel-loader' {
    10   type BabelLoaderCustomizer<T> = (
    11     babel: typeof import('@babel/core'),
    12   ) => {
     10  type BabelLoaderCustomizer<T> = (babel: typeof import('@babel/core')) => {
    1311    customOptions?(
    1412      this: import('webpack').loader.LoaderContext,
     
    2119      loaderArguments: { source: string; map?: unknown; customOptions: T },
    2220    ): import('@babel/core').TransformOptions;
     21    result?(
     22      this: import('webpack').loader.LoaderContext,
     23      result: import('@babel/core').BabelFileResult,
     24      context: {
     25        source: string;
     26        map?: unknown;
     27        customOptions: T;
     28        configuration: import('@babel/core').PartialConfig;
     29        options: import('@babel/core').TransformOptions;
     30      },
     31    ): import('@babel/core').BabelFileResult;
    2332  };
    2433  function custom<T>(customizer: BabelLoaderCustomizer<T>): import('webpack').loader.Loader;
  • trip-planner-front/node_modules/@angular-devkit/build-angular/src/babel/webpack-loader.js

    r59329aa re29cc2e  
    77 * found in the LICENSE file at https://angular.io/license
    88 */
     9var __importDefault = (this && this.__importDefault) || function (mod) {
     10    return (mod && mod.__esModule) ? mod : { "default": mod };
     11};
    912Object.defineProperty(exports, "__esModule", { value: true });
     13const remapping_1 = __importDefault(require("@ampproject/remapping"));
    1014const linker_1 = require("@angular/compiler-cli/linker");
    1115const babel_loader_1 = require("babel-loader");
     
    119123            return {
    120124                ...configuration.options,
    121                 // Workaround for https://github.com/babel/babel-loader/pull/896 is available
    122                 // Delete once the above PR is released
     125                // Using `false` disables babel from attempting to locate sourcemaps or process any inline maps.
     126                // The babel types do not include the false option even though it is valid
    123127                // eslint-disable-next-line @typescript-eslint/no-explicit-any
    124                 inputSourceMap: configuration.options.inputSourceMap || false,
     128                inputSourceMap: false,
    125129                plugins,
    126130                presets: [
     
    147151            };
    148152        },
     153        result(result, { map: inputSourceMap }) {
     154            if (result.map && inputSourceMap) {
     155                // Merge the intermediate sourcemap generated by babel with the input source map.
     156                // The casting is required due to slight differences in the types for babel and
     157                // `@ampproject/remapping` source map objects but both are compatible with Webpack.
     158                // This method for merging is used because it provides more accurate output
     159                // and is faster while using less memory.
     160                result.map = {
     161                    // Convert the SourceMap back to simple plain object.
     162                    // This is needed because otherwise code-coverage will fail with `don't know how to turn this value into a node`
     163                    // Which is throw by Babel when it is invoked again from `istanbul-lib-instrument`.
     164                    // https://github.com/babel/babel/blob/780aa48d2a34dc55f556843074b6aed45e7eabeb/packages/babel-types/src/converters/valueToNode.ts#L115-L130
     165                    ...remapping_1.default([result.map, inputSourceMap], () => null),
     166                };
     167            }
     168            return result;
     169        },
    149170    };
    150171});
  • trip-planner-front/node_modules/@angular-devkit/build-angular/src/browser/index.js

    r59329aa re29cc2e  
    132132        // eslint-disable-next-line max-lines-per-function
    133133        operators_1.concatMap(async (buildEvent) => {
    134             var _a, _b, _c, _d, _e, _f, _g, _h;
     134            var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
    135135            const spinner = new spinner_1.Spinner();
    136136            spinner.enabled = options.progress !== false;
     
    242242                            try {
    243243                                map = fs.readFileSync(filename + '.map', 'utf8');
    244                                 if (es5Polyfills) {
     244                                if (es5Polyfills || i18n.shouldInline) {
    245245                                    fs.unlinkSync(filename + '.map');
    246246                                }
     
    251251                            fs.unlinkSync(filename);
    252252                            filename = filename.replace(/\-es20\d{2}/, '');
     253                        }
     254                        else if (i18n.shouldInline) {
     255                            // Original files must be deleted with i18n to avoid the original files from
     256                            // being copied over the translated files when copying the project assets.
     257                            fs.unlinkSync(filename);
    253258                        }
    254259                        const es2015Polyfills = file.file.startsWith('polyfills-es20');
     
    266271                            ignoreOriginal: es5Polyfills,
    267272                            optimizeOnly: es2015Polyfills,
     273                            // When using i18n, file results are kept in memory for further processing
     274                            memoryMode: i18n.shouldInline,
    268275                        });
    269276                        // ES2015 polyfills are only optimized; optimization check was performed above
     
    280287                    let processRuntimeAction;
    281288                    for (const action of actions) {
     289                        if (options.verbose) {
     290                            context.logger.info(`[${new Date().toISOString()}] Differential loading file queued: ${action.filename}`);
     291                        }
    282292                        // If SRI is enabled always process the runtime bundle
    283293                        // Lazy route integrity values are stored in the runtime bundle
     
    289299                        }
    290300                    }
    291                     const executor = new action_executor_1.BundleActionExecutor({ cachePath: cacheDownlevelPath, i18n }, options.subresourceIntegrity ? 'sha384' : undefined);
     301                    const differentialLoadingExecutor = new action_executor_1.BundleActionExecutor({ cachePath: cacheDownlevelPath, i18n }, options.subresourceIntegrity ? 'sha384' : undefined);
    292302                    // Execute the bundle processing actions
    293303                    try {
    294304                        spinner.start('Generating ES5 bundles for differential loading...');
    295                         for await (const result of executor.processAll(processActions)) {
     305                        for await (const result of differentialLoadingExecutor.processAll(processActions)) {
     306                            if (options.verbose) {
     307                                if (result.original) {
     308                                    context.logger.info(`[${new Date().toISOString()}] Differential loading file processed: ${result.original.filename}`);
     309                                }
     310                                if (result.downlevel) {
     311                                    context.logger.info(`[${new Date().toISOString()}] Differential loading file processed: ${result.downlevel.filename}`);
     312                                }
     313                            }
    296314                            processResults.push(result);
    297315                        }
    298                         // Runtime must be processed after all other files
    299                         if (processRuntimeAction) {
    300                             const runtimeOptions = {
    301                                 ...processRuntimeAction,
    302                                 runtimeData: processResults,
    303                                 supportedBrowsers: buildBrowserFeatures.supportedBrowsers,
    304                             };
    305                             processResults.push(await Promise.resolve().then(() => __importStar(require('../utils/process-bundle'))).then((m) => m.process(runtimeOptions)));
    306                         }
    307                         spinner.succeed('ES5 bundle generation complete.');
    308                         if (i18n.shouldInline) {
    309                             spinner.start('Generating localized bundles...');
    310                             const inlineActions = [];
    311                             const processedFiles = new Set();
    312                             for (const result of processResults) {
    313                                 if (result.original) {
    314                                     inlineActions.push({
    315                                         filename: path.basename(result.original.filename),
    316                                         code: fs.readFileSync(result.original.filename, 'utf8'),
    317                                         map: result.original.map &&
    318                                             fs.readFileSync(result.original.map.filename, 'utf8'),
    319                                         outputPath: baseOutputPath,
    320                                         es5: false,
    321                                         missingTranslation: options.i18nMissingTranslation,
    322                                         setLocale: result.name === mainChunkId,
    323                                     });
    324                                     processedFiles.add(result.original.filename);
    325                                     if (result.original.map) {
    326                                         processedFiles.add(result.original.map.filename);
     316                    }
     317                    finally {
     318                        differentialLoadingExecutor.stop();
     319                    }
     320                    // Runtime must be processed after all other files
     321                    if (processRuntimeAction) {
     322                        const runtimeOptions = {
     323                            ...processRuntimeAction,
     324                            runtimeData: processResults,
     325                            supportedBrowsers: buildBrowserFeatures.supportedBrowsers,
     326                        };
     327                        processResults.push(await Promise.resolve().then(() => __importStar(require('../utils/process-bundle'))).then((m) => m.process(runtimeOptions)));
     328                    }
     329                    if (options.verbose) {
     330                        context.logger.info(`[${new Date().toISOString()}] Differential loading processing complete.`);
     331                    }
     332                    spinner.succeed('ES5 bundle generation complete.');
     333                    if (i18n.shouldInline) {
     334                        spinner.start('Generating localized bundles...');
     335                        const inlineActions = [];
     336                        for (const result of processResults) {
     337                            if (result.original) {
     338                                if (options.verbose) {
     339                                    context.logger.info(`[${new Date().toISOString()}] i18n localize file queued: ${result.original.filename}`);
     340                                }
     341                                inlineActions.push({
     342                                    filename: path.basename(result.original.filename),
     343                                    // Memory mode is always enabled for i18n
     344                                    // eslint-disable-next-line @typescript-eslint/no-non-null-assertion
     345                                    code: result.original.content,
     346                                    map: (_a = result.original.map) === null || _a === void 0 ? void 0 : _a.content,
     347                                    outputPath: baseOutputPath,
     348                                    es5: false,
     349                                    missingTranslation: options.i18nMissingTranslation,
     350                                    setLocale: result.name === mainChunkId,
     351                                });
     352                            }
     353                            if (result.downlevel) {
     354                                if (options.verbose) {
     355                                    context.logger.info(`[${new Date().toISOString()}] i18n localize file queued: ${result.downlevel.filename}`);
     356                                }
     357                                inlineActions.push({
     358                                    filename: path.basename(result.downlevel.filename),
     359                                    // Memory mode is always enabled for i18n
     360                                    // eslint-disable-next-line @typescript-eslint/no-non-null-assertion
     361                                    code: result.downlevel.content,
     362                                    map: (_b = result.downlevel.map) === null || _b === void 0 ? void 0 : _b.content,
     363                                    outputPath: baseOutputPath,
     364                                    es5: true,
     365                                    missingTranslation: options.i18nMissingTranslation,
     366                                    setLocale: result.name === mainChunkId,
     367                                });
     368                            }
     369                        }
     370                        let hasErrors = false;
     371                        const i18nExecutor = new action_executor_1.BundleActionExecutor({ i18n }, options.subresourceIntegrity ? 'sha384' : undefined);
     372                        try {
     373                            let localizedCount = 0;
     374                            for await (const result of i18nExecutor.inlineAll(inlineActions)) {
     375                                localizedCount++;
     376                                if (options.verbose) {
     377                                    context.logger.info(`[${new Date().toISOString()}] (${localizedCount}/${inlineActions.length}) Localized "${result.file}" [${result.count} translation(s)].`);
     378                                }
     379                                for (const diagnostic of result.diagnostics) {
     380                                    spinner.stop();
     381                                    if (diagnostic.type === 'error') {
     382                                        hasErrors = true;
     383                                        context.logger.error(diagnostic.message);
    327384                                    }
    328                                 }
    329                                 if (result.downlevel) {
    330                                     inlineActions.push({
    331                                         filename: path.basename(result.downlevel.filename),
    332                                         code: fs.readFileSync(result.downlevel.filename, 'utf8'),
    333                                         map: result.downlevel.map &&
    334                                             fs.readFileSync(result.downlevel.map.filename, 'utf8'),
    335                                         outputPath: baseOutputPath,
    336                                         es5: true,
    337                                         missingTranslation: options.i18nMissingTranslation,
    338                                         setLocale: result.name === mainChunkId,
    339                                     });
    340                                     processedFiles.add(result.downlevel.filename);
    341                                     if (result.downlevel.map) {
    342                                         processedFiles.add(result.downlevel.map.filename);
     385                                    else {
     386                                        context.logger.warn(diagnostic.message);
    343387                                    }
    344                                 }
    345                             }
    346                             let hasErrors = false;
    347                             try {
    348                                 for await (const result of executor.inlineAll(inlineActions)) {
    349                                     if (options.verbose) {
    350                                         context.logger.info(`Localized "${result.file}" [${result.count} translation(s)].`);
    351                                     }
    352                                     for (const diagnostic of result.diagnostics) {
    353                                         spinner.stop();
    354                                         if (diagnostic.type === 'error') {
    355                                             hasErrors = true;
    356                                             context.logger.error(diagnostic.message);
    357                                         }
    358                                         else {
    359                                             context.logger.warn(diagnostic.message);
    360                                         }
    361                                         spinner.start();
    362                                     }
    363                                 }
    364                                 // Copy any non-processed files into the output locations
    365                                 await copy_assets_1.copyAssets([
    366                                     {
    367                                         glob: '**/*',
    368                                         input: webpackOutputPath,
    369                                         output: '',
    370                                         ignore: [...processedFiles].map((f) => path.relative(webpackOutputPath, f)),
    371                                     },
    372                                 ], Array.from(outputPaths.values()), '');
    373                             }
    374                             catch (err) {
    375                                 spinner.fail('Localized bundle generation failed.');
    376                                 return { success: false, error: mapErrorToMessage(err) };
    377                             }
    378                             if (hasErrors) {
    379                                 spinner.fail('Localized bundle generation failed.');
    380                             }
    381                             else {
    382                                 spinner.succeed('Localized bundle generation complete.');
    383                             }
    384                             if (hasErrors) {
    385                                 return { success: false };
    386                             }
    387                         }
    388                     }
    389                     finally {
    390                         executor.stop();
     388                                    spinner.start();
     389                                }
     390                            }
     391                            // Copy any non-processed files into the output locations
     392                            await copy_assets_1.copyAssets([
     393                                {
     394                                    glob: '**/*',
     395                                    input: webpackOutputPath,
     396                                    output: '',
     397                                },
     398                            ], Array.from(outputPaths.values()), '');
     399                        }
     400                        catch (err) {
     401                            spinner.fail('Localized bundle generation failed.');
     402                            return { success: false, error: mapErrorToMessage(err) };
     403                        }
     404                        finally {
     405                            i18nExecutor.stop();
     406                        }
     407                        if (hasErrors) {
     408                            spinner.fail('Localized bundle generation failed.');
     409                        }
     410                        else {
     411                            spinner.succeed('Localized bundle generation complete.');
     412                        }
     413                        if (hasErrors) {
     414                            return { success: false };
     415                        }
    391416                    }
    392417                    for (const result of processResults) {
    393                         const chunk = (_a = webpackStats.chunks) === null || _a === void 0 ? void 0 : _a.find((chunk) => { var _a; return ((_a = chunk.id) === null || _a === void 0 ? void 0 : _a.toString()) === result.name; });
     418                        const chunk = (_c = webpackStats.chunks) === null || _c === void 0 ? void 0 : _c.find((chunk) => { var _a; return ((_a = chunk.id) === null || _a === void 0 ? void 0 : _a.toString()) === result.name; });
    394419                        if (result.original) {
    395420                            bundleInfoStats.push(generateBundleInfoStats(result.original, chunk, 'modern'));
     
    399424                        }
    400425                    }
    401                     const unprocessedChunks = ((_b = webpackStats.chunks) === null || _b === void 0 ? void 0 : _b.filter((chunk) => !processResults.find((result) => { var _a; return ((_a = chunk.id) === null || _a === void 0 ? void 0 : _a.toString()) === result.name; }))) || [];
     426                    const unprocessedChunks = ((_d = webpackStats.chunks) === null || _d === void 0 ? void 0 : _d.filter((chunk) => !processResults.find((result) => { var _a; return ((_a = chunk.id) === null || _a === void 0 ? void 0 : _a.toString()) === result.name; }))) || [];
    402427                    for (const chunk of unprocessedChunks) {
    403                         const asset = (_c = webpackStats.assets) === null || _c === void 0 ? void 0 : _c.find((a) => { var _a; return a.name === ((_a = chunk.files) === null || _a === void 0 ? void 0 : _a[0]); });
     428                        const asset = (_e = webpackStats.assets) === null || _e === void 0 ? void 0 : _e.find((a) => { var _a; return a.name === ((_a = chunk.files) === null || _a === void 0 ? void 0 : _a[0]); });
    404429                        bundleInfoStats.push(stats_1.generateBundleStats({ ...chunk, size: asset === null || asset === void 0 ? void 0 : asset.size }));
    405430                    }
     
    422447                        switch (severity) {
    423448                            case bundle_calculator_1.ThresholdSeverity.Warning:
    424                                 (_d = webpackStats.warnings) === null || _d === void 0 ? void 0 : _d.push({ message });
     449                                (_f = webpackStats.warnings) === null || _f === void 0 ? void 0 : _f.push({ message });
    425450                                break;
    426451                            case bundle_calculator_1.ThresholdSeverity.Error:
    427                                 (_e = webpackStats.errors) === null || _e === void 0 ? void 0 : _e.push({ message });
     452                                (_g = webpackStats.errors) === null || _g === void 0 ? void 0 : _g.push({ message });
    428453                                break;
    429454                            default:
     
    435460                if (buildSuccess) {
    436461                    // Copy assets
    437                     if (!options.watch && ((_f = options.assets) === null || _f === void 0 ? void 0 : _f.length)) {
     462                    if (!options.watch && ((_h = options.assets) === null || _h === void 0 ? void 0 : _h.length)) {
    438463                        spinner.start('Copying assets...');
    439464                        try {
     
    450475                        const WOFFSupportNeeded = !buildBrowserFeatures.isFeatureSupported('woff2');
    451476                        const entrypoints = package_chunk_sort_1.generateEntryPoints({
    452                             scripts: (_g = options.scripts) !== null && _g !== void 0 ? _g : [],
    453                             styles: (_h = options.styles) !== null && _h !== void 0 ? _h : [],
     477                            scripts: (_j = options.scripts) !== null && _j !== void 0 ? _j : [],
     478                            styles: (_k = options.styles) !== null && _k !== void 0 ? _k : [],
    454479                        });
    455480                        const indexHtmlGenerator = new index_html_generator_1.IndexHtmlGenerator({
  • trip-planner-front/node_modules/@angular-devkit/build-angular/src/dev-server/index.js

    r59329aa re29cc2e  
    275275                logger.info(`\n${color_1.colors.greenBright(color_1.colors.symbols.check)} Compiled successfully.`);
    276276            }
     277            else {
     278                logger.info(`\n${color_1.colors.redBright(color_1.colors.symbols.cross)} Failed to compile.`);
     279            }
    277280            return { ...buildEvent, baseUrl: serverAddress };
    278281        }));
  • trip-planner-front/node_modules/@angular-devkit/build-angular/src/utils/action-executor.js

    r59329aa re29cc2e  
    6363        for (const action of actions) {
    6464            const execution = executor(action);
    65             executions.set(execution, execution.then((result) => {
    66                 executions.delete(execution);
    67                 return result;
    68             }));
     65            executions.set(execution, execution.then((result) => [execution, result]));
    6966        }
    7067        while (executions.size > 0) {
    71             yield Promise.race(executions.values());
     68            const [execution, result] = await Promise.race(executions.values());
     69            executions.delete(execution);
     70            yield result;
    7271        }
    7372    }
  • trip-planner-front/node_modules/@angular-devkit/build-angular/src/utils/process-bundle.d.ts

    r59329aa re29cc2e  
    2525    replacements?: [string, string][];
    2626    supportedBrowsers?: string[] | Record<string, string>;
     27    memoryMode?: boolean;
    2728}
    2829export interface ProcessBundleResult {
     
    3637    size: number;
    3738    integrity?: string;
     39    content?: string;
    3840    map?: {
    3941        filename: string;
    4042        size: number;
     43        content?: string;
    4144    };
    4245}
  • trip-planner-front/node_modules/@angular-devkit/build-angular/src/utils/process-bundle.js

    r59329aa re29cc2e  
    135135exports.process = process;
    136136async function processBundle(options) {
    137     const { optimize, isOriginal, code, map, downlevelMap, filename: filepath, hiddenSourceMaps, cacheKeys = [], integrityAlgorithm, } = options;
     137    const { optimize, isOriginal, code, map, downlevelMap, filename: filepath, hiddenSourceMaps, cacheKeys = [], integrityAlgorithm, memoryMode, } = options;
    138138    const filename = path.basename(filepath);
    139139    let resultCode = code;
     
    169169        }
    170170        await cachePut(mapContent, cacheKeys[isOriginal ? 1 /* OriginalMap */ : 3 /* DownlevelMap */]);
    171         fs.writeFileSync(filepath + '.map', mapContent);
    172     }
    173     const fileResult = createFileEntry(filepath, resultCode, mapContent, integrityAlgorithm);
     171        if (!memoryMode) {
     172            fs.writeFileSync(filepath + '.map', mapContent);
     173        }
     174    }
     175    const fileResult = createFileEntry(filepath, resultCode, mapContent, memoryMode, integrityAlgorithm);
    174176    await cachePut(resultCode, cacheKeys[isOriginal ? 0 /* OriginalCode */ : 2 /* DownlevelCode */], fileResult.integrity);
    175     fs.writeFileSync(filepath, resultCode);
     177    if (!memoryMode) {
     178        fs.writeFileSync(filepath, resultCode);
     179    }
    176180    return fileResult;
    177181}
     
    201205    return { code: minifyOutput.code, map: minifyOutput.map };
    202206}
    203 function createFileEntry(filename, code, map, integrityAlgorithm) {
     207function createFileEntry(filename, code, map, memoryMode, integrityAlgorithm) {
    204208    return {
    205209        filename: filename,
    206210        size: Buffer.byteLength(code),
    207211        integrity: integrityAlgorithm && generateIntegrityValue(integrityAlgorithm, code),
     212        content: memoryMode ? code : undefined,
    208213        map: !map
    209214            ? undefined
     
    211216                filename: filename + '.map',
    212217                size: Buffer.byteLength(map),
     218                content: memoryMode ? map : undefined,
    213219            },
    214220    };
  • trip-planner-front/node_modules/@angular-devkit/build-angular/src/webpack/configs/browser.js

    r59329aa re29cc2e  
    3838        resolve: {
    3939            mainFields: ['es2015', 'browser', 'module', 'main'],
     40            conditionNames: ['es2015', '...'],
    4041        },
    4142        output: {
  • trip-planner-front/node_modules/@angular-devkit/build-angular/src/webpack/configs/test.js

    r59329aa re29cc2e  
    6262        resolve: {
    6363            mainFields: ['es2015', 'browser', 'module', 'main'],
     64            conditionNames: ['es2015', '...'],
    6465        },
    6566        devtool: false,
  • trip-planner-front/node_modules/@angular-devkit/build-optimizer/package.json

    r59329aa re29cc2e  
    11{
    2   "_args": [
    3     [
    4       "@angular-devkit/build-optimizer@0.1202.9",
    5       "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
    6     ]
    7   ],
    8   "_development": true,
    9   "_from": "@angular-devkit/build-optimizer@0.1202.9",
    10   "_id": "@angular-devkit/build-optimizer@0.1202.9",
     2  "_from": "@angular-devkit/build-optimizer@0.1202.13",
     3  "_id": "@angular-devkit/build-optimizer@0.1202.13",
    114  "_inBundle": false,
    12   "_integrity": "sha512-yDR7f2fRWzJdqa7U0eIYu5fCRIae3tcSsYE18UPiV5ypGK3talMIpZ1ibkklr9Nm9SAB6Js1/EdVBGB5jo3R9A==",
     5  "_integrity": "sha512-XX6rX5+mAl+MiIJDvi5N5mBLWOoskhMJ5r/G1PEqv0CMMJSSw60zUTndjxfq/nrX0PtsV3j/aqHN4Sj0w/gumg==",
    136  "_location": "/@angular-devkit/build-optimizer",
    147  "_phantomChildren": {},
     
    169    "type": "version",
    1710    "registry": true,
    18     "raw": "@angular-devkit/build-optimizer@0.1202.9",
     11    "raw": "@angular-devkit/build-optimizer@0.1202.13",
    1912    "name": "@angular-devkit/build-optimizer",
    2013    "escapedName": "@angular-devkit%2fbuild-optimizer",
    2114    "scope": "@angular-devkit",
    22     "rawSpec": "0.1202.9",
     15    "rawSpec": "0.1202.13",
    2316    "saveSpec": null,
    24     "fetchSpec": "0.1202.9"
     17    "fetchSpec": "0.1202.13"
    2518  },
    2619  "_requiredBy": [
    2720    "/@angular-devkit/build-angular"
    2821  ],
    29   "_resolved": "https://registry.npmjs.org/@angular-devkit/build-optimizer/-/build-optimizer-0.1202.9.tgz",
    30   "_spec": "0.1202.9",
    31   "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     22  "_resolved": "https://registry.npmjs.org/@angular-devkit/build-optimizer/-/build-optimizer-0.1202.13.tgz",
     23  "_shasum": "7f0b13368cc2a08b1f4789ab1296a1609f5049ea",
     24  "_spec": "@angular-devkit/build-optimizer@0.1202.13",
     25  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\@angular-devkit\\build-angular",
    3226  "author": {
    3327    "name": "Angular Authors"
     
    3933    "url": "https://github.com/angular/angular-cli/issues"
    4034  },
     35  "bundleDependencies": false,
    4136  "dependencies": {
    4237    "source-map": "0.7.3",
     
    4439    "typescript": "4.3.5"
    4540  },
     41  "deprecated": false,
    4642  "description": "Angular Build Optimizer",
    4743  "engines": {
    4844    "node": "^12.14.1 || >=14.0.0",
    49     "npm": "^6.11.0 || ^7.5.6",
     45    "npm": "^6.11.0 || ^7.5.6 || >=8.0.0",
    5046    "yarn": ">= 1.13.0"
    5147  },
     
    7571  },
    7672  "typings": "src/index.d.ts",
    77   "version": "0.1202.9"
     73  "version": "0.1202.13"
    7874}
  • trip-planner-front/node_modules/@angular-devkit/build-webpack/package.json

    r59329aa re29cc2e  
    11{
    2   "_args": [
    3     [
    4       "@angular-devkit/build-webpack@0.1202.9",
    5       "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
    6     ]
    7   ],
    8   "_development": true,
    9   "_from": "@angular-devkit/build-webpack@0.1202.9",
    10   "_id": "@angular-devkit/build-webpack@0.1202.9",
     2  "_from": "@angular-devkit/build-webpack@0.1202.13",
     3  "_id": "@angular-devkit/build-webpack@0.1202.13",
    114  "_inBundle": false,
    12   "_integrity": "sha512-UKVxFTRSyDpQDxM1yk1OJiynhbryrbsy+WgZ/gFcnZcrRGtrpAWOq+uMXfq05zET6CNqpOKBnxy9LSHAwXR5Ig==",
     5  "_integrity": "sha512-KafzGyHuU2gBKaSICfMTFP2niTYZ/46DKU94TQ0lCILdJZsj0NE5M/288LSCbYgu2c7srJKz+Rvb+JcYGxIZ1g==",
    136  "_location": "/@angular-devkit/build-webpack",
    147  "_phantomChildren": {},
     
    169    "type": "version",
    1710    "registry": true,
    18     "raw": "@angular-devkit/build-webpack@0.1202.9",
     11    "raw": "@angular-devkit/build-webpack@0.1202.13",
    1912    "name": "@angular-devkit/build-webpack",
    2013    "escapedName": "@angular-devkit%2fbuild-webpack",
    2114    "scope": "@angular-devkit",
    22     "rawSpec": "0.1202.9",
     15    "rawSpec": "0.1202.13",
    2316    "saveSpec": null,
    24     "fetchSpec": "0.1202.9"
     17    "fetchSpec": "0.1202.13"
    2518  },
    2619  "_requiredBy": [
    2720    "/@angular-devkit/build-angular"
    2821  ],
    29   "_resolved": "https://registry.npmjs.org/@angular-devkit/build-webpack/-/build-webpack-0.1202.9.tgz",
    30   "_spec": "0.1202.9",
    31   "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     22  "_resolved": "https://registry.npmjs.org/@angular-devkit/build-webpack/-/build-webpack-0.1202.13.tgz",
     23  "_shasum": "875f9f9677bb10056b52230965dc2f00bd3089dd",
     24  "_spec": "@angular-devkit/build-webpack@0.1202.13",
     25  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\@angular-devkit\\build-angular",
    3226  "author": {
    3327    "name": "Angular Authors"
     
    3731  },
    3832  "builders": "builders.json",
     33  "bundleDependencies": false,
    3934  "dependencies": {
    40     "@angular-devkit/architect": "0.1202.9",
     35    "@angular-devkit/architect": "0.1202.13",
    4136    "rxjs": "6.6.7"
    4237  },
     38  "deprecated": false,
    4339  "description": "Webpack Builder for Architect",
    4440  "engines": {
    4541    "node": "^12.14.1 || >=14.0.0",
    46     "npm": "^6.11.0 || ^7.5.6",
     42    "npm": "^6.11.0 || ^7.5.6 || >=8.0.0",
    4743    "yarn": ">= 1.13.0"
    4844  },
     
    6864  },
    6965  "typings": "src/index.d.ts",
    70   "version": "0.1202.9"
     66  "version": "0.1202.13"
    7167}
  • trip-planner-front/node_modules/@angular-devkit/core/package.json

    r59329aa re29cc2e  
    11{
    2   "_args": [
    3     [
    4       "@angular-devkit/core@12.2.9",
    5       "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
    6     ]
    7   ],
    8   "_development": true,
    9   "_from": "@angular-devkit/core@12.2.9",
    10   "_id": "@angular-devkit/core@12.2.9",
     2  "_from": "@angular-devkit/core@12.2.13",
     3  "_id": "@angular-devkit/core@12.2.13",
    114  "_inBundle": false,
    12   "_integrity": "sha512-iPHQiga08bbryiVq3QYzwpuq9sNb8CB/MVy65MHJ0fuW1z6RYDeUh1EziitBBUT2d81KWKPO1wQ2DuUoxOg4mg==",
     5  "_integrity": "sha512-9csMF0p+lTvlWnutxxTZ/+pDRMIbXk/TV4MGLbcqUPPfeG3dCRwErns73xLuMTwp9qO/KCLkFqNaM6cGOoqsDA==",
    136  "_location": "/@angular-devkit/core",
    147  "_phantomChildren": {},
     
    169    "type": "version",
    1710    "registry": true,
    18     "raw": "@angular-devkit/core@12.2.9",
     11    "raw": "@angular-devkit/core@12.2.13",
    1912    "name": "@angular-devkit/core",
    2013    "escapedName": "@angular-devkit%2fcore",
    2114    "scope": "@angular-devkit",
    22     "rawSpec": "12.2.9",
     15    "rawSpec": "12.2.13",
    2316    "saveSpec": null,
    24     "fetchSpec": "12.2.9"
     17    "fetchSpec": "12.2.13"
    2518  },
    2619  "_requiredBy": [
     
    3124    "/@schematics/angular"
    3225  ],
    33   "_resolved": "https://registry.npmjs.org/@angular-devkit/core/-/core-12.2.9.tgz",
    34   "_spec": "12.2.9",
    35   "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     26  "_resolved": "https://registry.npmjs.org/@angular-devkit/core/-/core-12.2.13.tgz",
     27  "_shasum": "db3929d1bfce71010b37fb7c4e6c33ef80a4f35f",
     28  "_spec": "@angular-devkit/core@12.2.13",
     29  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\@angular-devkit\\build-angular",
    3630  "author": {
    3731    "name": "Angular Authors"
     
    4034    "url": "https://github.com/angular/angular-cli/issues"
    4135  },
     36  "bundleDependencies": false,
    4237  "dependencies": {
    4338    "ajv": "8.6.2",
     
    4843    "source-map": "0.7.3"
    4944  },
     45  "deprecated": false,
    5046  "description": "Angular DevKit - Core Utility Library",
    5147  "engines": {
    5248    "node": "^12.14.1 || >=14.0.0",
    53     "npm": "^6.11.0 || ^7.5.6",
     49    "npm": "^6.11.0 || ^7.5.6 || >=8.0.0",
    5450    "yarn": ">= 1.13.0"
    5551  },
     
    7167  },
    7268  "typings": "src/index.d.ts",
    73   "version": "12.2.9"
     69  "version": "12.2.13"
    7470}
  • trip-planner-front/node_modules/@angular-devkit/schematics/package.json

    r59329aa re29cc2e  
    11{
    2   "_args": [
    3     [
    4       "@angular-devkit/schematics@12.2.9",
    5       "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
    6     ]
    7   ],
    8   "_development": true,
    9   "_from": "@angular-devkit/schematics@12.2.9",
    10   "_id": "@angular-devkit/schematics@12.2.9",
     2  "_from": "@angular-devkit/schematics@12.2.13",
     3  "_id": "@angular-devkit/schematics@12.2.13",
    114  "_inBundle": false,
    12   "_integrity": "sha512-OcMDCdlIxiir8XntrNXdXEPi9/8BRx54oYZeRosr0sJZlz4pPzsHs36t5uX2DURYYMkNNMaBnf2luUIC+77ZsA==",
     5  "_integrity": "sha512-LQTv72R5Ma1uowMEeii2wIoDWI4bYQyZvunqPy9jRveBTjli2yVwwcOziGCVyttwlYs46bSdxThgeEvVIako2w==",
    136  "_location": "/@angular-devkit/schematics",
    147  "_phantomChildren": {},
     
    169    "type": "version",
    1710    "registry": true,
    18     "raw": "@angular-devkit/schematics@12.2.9",
     11    "raw": "@angular-devkit/schematics@12.2.13",
    1912    "name": "@angular-devkit/schematics",
    2013    "escapedName": "@angular-devkit%2fschematics",
    2114    "scope": "@angular-devkit",
    22     "rawSpec": "12.2.9",
     15    "rawSpec": "12.2.13",
    2316    "saveSpec": null,
    24     "fetchSpec": "12.2.9"
     17    "fetchSpec": "12.2.13"
    2518  },
    2619  "_requiredBy": [
     
    2821    "/@schematics/angular"
    2922  ],
    30   "_resolved": "https://registry.npmjs.org/@angular-devkit/schematics/-/schematics-12.2.9.tgz",
    31   "_spec": "12.2.9",
    32   "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     23  "_resolved": "https://registry.npmjs.org/@angular-devkit/schematics/-/schematics-12.2.13.tgz",
     24  "_shasum": "6464d86fa3ccd0efb5ead46c793cef9ec45c7758",
     25  "_spec": "@angular-devkit/schematics@12.2.13",
     26  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\@angular\\cli",
    3327  "author": {
    3428    "name": "Angular Authors"
     
    3731    "url": "https://github.com/angular/angular-cli/issues"
    3832  },
     33  "bundleDependencies": false,
    3934  "dependencies": {
    40     "@angular-devkit/core": "12.2.9",
     35    "@angular-devkit/core": "12.2.13",
    4136    "ora": "5.4.1",
    4237    "rxjs": "6.6.7"
    4338  },
     39  "deprecated": false,
    4440  "description": "Angular Schematics - Library",
    4541  "engines": {
    4642    "node": "^12.14.1 || >=14.0.0",
    47     "npm": "^6.11.0 || ^7.5.6",
     43    "npm": "^6.11.0 || ^7.5.6 || >=8.0.0",
    4844    "yarn": ">= 1.13.0"
    4945  },
     
    7066  },
    7167  "typings": "src/index.d.ts",
    72   "version": "12.2.9"
     68  "version": "12.2.13"
    7369}
  • trip-planner-front/node_modules/@angular-devkit/schematics/src/utility/update-buffer.d.ts

    r59329aa re29cc2e  
    3434    constructor(start: number, end: number, originalContent: Buffer);
    3535    get length(): number;
    36     toString(encoding?: string): string;
     36    toString(encoding?: BufferEncoding): string;
    3737    slice(start: number): Chunk;
    3838    append(buffer: Buffer, essential: boolean): void;
     
    6666    get length(): number;
    6767    get original(): Buffer;
    68     toString(encoding?: string): string;
     68    toString(encoding?: BufferEncoding): string;
    6969    generate(): Buffer;
    7070    insertLeft(index: number, content: Buffer, assert?: boolean): void;
Note: See TracChangeset for help on using the changeset viewer.