Skip to content
This repository was archived by the owner on Nov 10, 2023. It is now read-only.
This repository was archived by the owner on Nov 10, 2023. It is now read-only.

Enable strictNullChecks option for typescript configuration #1265

@mmv08

Description

@mmv08

What is this feature about? (1 sentence)

Enabling strict null check in typescript configuration and fixing all the errors after doing so

Why is it needed? What is the value? For whom do we build it?

Currently if we do this:

let variable: string | undefined = ''

TypeScript will compute the type just as string, thus we can easily make a mistake

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions