Components.js icon indicating copy to clipboard operation
Components.js copied to clipboard

Support optional hashes

Open rubensworks opened this issue 5 years ago • 0 comments

For example, expressing the following is not possible:

constructor(options?: { value: number, type: number })

Components.js will always create an options hash, there's no way to pass undefined.

See https://github.com/LinkedSoftwareDependencies/Components-Generator.js/issues/44

rubensworks avatar Nov 02 '20 10:11 rubensworks