From 04bfd474b88cb82da54f22c2119f96dd4a44366f Mon Sep 17 00:00:00 2001 From: Kenny Daniel Date: Thu, 4 Jan 2024 11:11:00 -0800 Subject: [PATCH] All javascript, no typescript --- .github/workflows/ci.yml | 2 +- index.html | 2 +- package.json | 12 ++++++------ src/hyparquet.d.ts | 17 +++++++++++++++++ src/{hyparquet.ts => hyparquet.js} | 3 ++- src/metadata.js | 2 +- src/thrift.js | 2 +- test/metadata.test.js | 2 +- test/snappy.test.js | 2 +- test/thrift.test.js | 2 +- tsconfig.json | 6 +++--- 11 files changed, 35 insertions(+), 17 deletions(-) create mode 100644 src/hyparquet.d.ts rename src/{hyparquet.ts => hyparquet.js} (79%) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 26ab6b2..44e4908 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,6 +9,6 @@ jobs: steps: - uses: actions/checkout@v3 - run: npm i - - run: npm run build - run: npm run lint + - run: npm run typecheck - run: npm test diff --git a/index.html b/index.html index 6cce46d..a056667 100644 --- a/index.html +++ b/index.html @@ -31,7 +31,7 @@
Drop .parquet file here