Skip to content

unused const isIvyEnabled generates error #12435

Closed
@sixmo

Description

@sixmo

const isIvyEnabled = wco.tsConfig.raw.angularCompilerOptions

This const can be removed or could be more defensive:
const isIvyEnabled = wco.tsConfig.raw
&& wco.tsConfig.raw.angularCompilerOptions
&& wco.tsConfig.raw.angularCompilerOptions.enableIvy

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions