Skip to content
This repository was archived by the owner on Jul 30, 2024. It is now read-only.

Use undefined instead instead of default value #227

Closed
exoego opened this issue May 26, 2020 · 0 comments · Fixed by #234
Closed

Use undefined instead instead of default value #227

exoego opened this issue May 26, 2020 · 0 comments · Fixed by #234
Labels
enhancement New feature or request

Comments

@exoego
Copy link
Owner

exoego commented May 26, 2020

Some implementations set default value.
However, it is not good idea, because default might be changed in Node.js land.

var ignoreErrors: Boolean = true,
var colorMode: Boolean | String = "auto",

@exoego exoego added bug Something isn't working enhancement New feature or request and removed bug Something isn't working labels May 26, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant