Commit Graph

10 Commits

Author SHA1 Message Date
Kenny Daniel
6af6f43f44
Export more constants 2025-03-31 23:20:22 -07:00
Sylvain Lesage
09ae9400c5
build types before publishing to npm (#46)
* build types before publishing to npm

* use prepare instead of prepublishOnly + make it clear that we only build types

doc for prepare vs prepublishOnly is here: https://docs.npmjs.com/cli/v8/using-npm/scripts

* no jsx in this lib

* relative imports from the root, so that it works from types/

* remove unused hyparquet.d.ts + report differences to jsdoc in files

* try to understand if this is the cause of the failing CI check

tsc fails: https://github.com/hyparam/hyparquet/actions/runs/12040954822/job/33571851170?pr=46

* Revert "try to understand if this is the cause of the failing CI check"

This reverts commit 5e2fc8ca179064369de71793ab1cda3facefddc7.

* not sure what happens, but we just need to ensure the types are created correctly

* increment version

* Explicitly export types for use in downstream typescript projects

* Use new typescript jsdoc imports for smaller package

* Combine some files and use @import jsdoc

* use the local typescript

---------

Co-authored-by: Kenny Daniel <platypii@gmail.com>
2024-12-02 17:47:42 +01:00
Kenny Daniel
70387fa345
repeated_no_annotation.parquet 2024-05-20 23:09:31 -07:00
Kenny Daniel
5f3e8ee568
Minor housekeeping 2024-05-03 22:06:56 -07:00
Kenny Daniel
c6ad30b59a
schemaElement returns trees 2024-03-12 20:39:15 -07:00
Kenny Daniel
ada7429685
Prepare for alternate decompressors 2024-02-21 13:44:12 -08:00
Kenny Daniel
2e11ab275d
Perf benchmark 2024-02-07 11:54:53 -08:00
Kenny Daniel
77f0354599
Publish v0.2.0 2024-01-15 15:21:25 -08:00
Kenny Daniel
191e6babe4
Test coverage 2023-12-29 11:19:16 -08:00
Kenny Daniel
c18e495d49
Initial commit 2023-12-29 10:32:36 -08:00