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

primeNG components

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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;
Note: See TracChangeset for help on using the changeset viewer.