Skip to content
#

joi

Here are 370 public repositories matching this topic...

JKHeadley
JKHeadley commented Jul 21, 2018

See: https://gist.github.com/ericelliott/f3c2a53a1d4100539f71

Advantages

See: https://medium.com/javascript-scene/you-might-not-need-typescript-or-static-types-aa7cb670a77b

  • autocomplete and type inference with most IDEs
  • doesn't require passing Log objects for every call (although it's encouraged)
  • other non-required parameters (such as query) can be omitted
  • much easier to a
Toub
Toub commented Apr 6, 2021

Unit test files should be excluded from interfaces generation (ideally, by default in a future major version).

To avoid listing all of them, what about adding file patterns support to excludeFiles option (e.g. ['**/*.test.ts', '**/*.spec.ts']) or adding a separate excludeFilesPatterns` option to support patterns or regexp ?

Also, a similar includeFiles option (matching patterns) woul

Improve this page

Add a description, image, and links to the joi topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the joi topic, visit your repo's landing page and select "manage topics."

Learn more