hyparquet/test
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
..
files Parse column and offset indexes (#29) 2024-08-18 18:23:54 -07:00
assemble.test.js Fix handling of multiple pages 2024-06-07 23:16:04 -07:00
asyncbuffer.test.js build types before publishing to npm (#46) 2024-12-02 17:47:42 +01:00
convert.test.js build types before publishing to npm (#46) 2024-12-02 17:47:42 +01:00
encoding.test.js Bit pack testing 2024-06-13 21:33:28 -07:00
helpers.js build types before publishing to npm (#46) 2024-12-02 17:47:42 +01:00
indexes.test.js Parse column and offset indexes (#29) 2024-08-18 18:23:54 -07:00
metadata.test.js utils: asyncBufferFromFile 2024-07-26 15:07:47 -07:00
package.test.js Update dependencies 2024-11-29 14:11:04 -08:00
plain.test.js Remove unnecessary parens 2024-05-18 18:26:52 -07:00
query.test.js Query api 2024-09-24 21:01:04 -07:00
read.test.js Promisified parquetReadObjects function 2024-08-20 11:30:39 -07:00
readFiles.test.js utils: asyncBufferFromFile 2024-07-26 15:07:47 -07:00
schema.test.js build types before publishing to npm (#46) 2024-12-02 17:47:42 +01:00
schemaTree.test.js utils: asyncBufferFromFile 2024-07-26 15:07:47 -07:00
snappy.test.js Snappy jpg test 2024-04-12 23:58:37 -07:00
thrift.test.js Parse column and offset indexes (#29) 2024-08-18 18:23:54 -07:00
utils.test.js pass requestInit to fetch utils (#34) 2024-11-08 22:22:30 +01:00