ionic-team / stencil-component-starter

Minimal starter project for building shareable web components with Stencil
https://github.com/ionic-team/stencil
MIT License
278 stars 128 forks source link

fix(types): fix format utils function type signature #138

Closed dreglad closed 1 month ago

dreglad commented 1 month ago

This PR updates the format function signature in utils/ by marking its parameters as optional to match intended typings based on the unit tests and usage.

Previously, type checking would fail unless the strict TypeScript compiler option was set to false