fix(compiler): Update types for TypeScript nullability support
This commit is contained in:
@ -9,7 +9,7 @@
|
||||
import {assertInterpolationSymbols} from '../assertions';
|
||||
|
||||
export class InterpolationConfig {
|
||||
static fromArray(markers: [string, string]): InterpolationConfig {
|
||||
static fromArray(markers: [string, string]|null): InterpolationConfig {
|
||||
if (!markers) {
|
||||
return DEFAULT_INTERPOLATION_CONFIG;
|
||||
}
|
||||
|
Reference in New Issue
Block a user