File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import {
1010 createBuilder ,
1111 targetFromTargetString ,
1212} from '@angular-devkit/architect' ;
13- import { WebpackLoggingCallback , runWebpack } from '@angular-devkit/build-webpack' ;
13+ import { BuildResult , WebpackLoggingCallback , runWebpack } from '@angular-devkit/build-webpack' ;
1414import { JsonObject } from '@angular-devkit/core' ;
1515import * as path from 'path' ;
1616import * as webpack from 'webpack' ;
@@ -51,7 +51,10 @@ class InMemoryOutputPlugin {
5151 }
5252}
5353
54- export async function execute ( options : ExtractI18nBuilderOptions , context : BuilderContext ) {
54+ export async function execute (
55+ options : ExtractI18nBuilderOptions ,
56+ context : BuilderContext ,
57+ ) : Promise < BuildResult > {
5558 // Check Angular version.
5659 assertCompatibleAngularVersion ( context . workspaceRoot , context . logger ) ;
5760
You can’t perform that action at this time.
0 commit comments