Thanks for the amazing library! We just updated from v1 to v2 and the improvements are great. However we noticed one regression in our use case.
Comments generated by V1.0:
/** This is a column comment */
Comments generated by V2.0:
/* This is a column comment */
Comments with a single asterisk at the start are not JSDoc compatible. Hence IDE's such as VSCode don't show them when peeking at the type definition.
@rmp135/sql-ts v2.2.0
Postgres v17
Node v20.19.5
Thanks for the amazing library! We just updated from v1 to v2 and the improvements are great. However we noticed one regression in our use case.
Comments generated by V1.0:
Comments generated by V2.0:
Comments with a single asterisk at the start are not JSDoc compatible. Hence IDE's such as VSCode don't show them when peeking at the type definition.
@rmp135/sql-ts v2.2.0
Postgres v17
Node v20.19.5