standard / standard-engine

:fire_engine: The guts of `standard` modularized for reuse
MIT License
145 stars 39 forks source link

Generate and publish types #279

Closed voxpelli closed 2 years ago

voxpelli commented 2 years ago

As we're pretty much typed now, I think we should generate and publish types when we publish 15.0.0.

This would require a setup similar to: https://github.com/voxpelli/pony-cause/blob/1a93b683ef5843ca43a67d1953460863372f4c73/package.json#L18-L20

theoludwig commented 2 years ago

If we do so, we might deprecate this package: https://www.npmjs.com/package/@types/standard-engine Source: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/standard-engine

EDIT: PR to deprecate it available: https://github.com/DefinitelyTyped/DefinitelyTyped/pull/59974

voxpelli commented 2 years ago

@Divlo Which would be great, as else it would need updating as well to be usable with the new version 😝