Skip to content

Commit

Permalink
chore: delete client wrapper/helper
Browse files Browse the repository at this point in the history
need to figure out how to get the imports right with the generated code. might need to use a sub package or two side by side packages? or just learn more about typescript
  • Loading branch information
dav1do committed Nov 15, 2024
1 parent 756dd71 commit f3f8f11
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 101 deletions.
3 changes: 0 additions & 3 deletions packages/flight-sql-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@
},
"scripts": {
"bench": "node --import @swc-node/register/esm-register benchmark/bench.ts",
"build:cleanjs": "del dist",
"build:js": "swc src -d ./dist --config-file ../../.swcrc --strip-leading-paths",
"build:types": "pnpm build && pnpm:cleanjs && pnpm build:js",
"build:debug": "napi build --platform",
"build": "napi build --platform --release",
"test": "node --experimental-vm-modules ../../node_modules/jest/bin/jest.js",
Expand Down
96 changes: 0 additions & 96 deletions packages/flight-sql-client/ts/client.ts

This file was deleted.

1 change: 0 additions & 1 deletion packages/flight-sql-client/ts/index.ts

This file was deleted.

2 changes: 1 addition & 1 deletion packages/flight-sql-client/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
"allowSyntheticDefaultImports": true
},
"include": ["."],
"exclude": ["node_modules", "bench", "__test__"]
"exclude": ["node_modules", "bench", "test"]
}

0 comments on commit f3f8f11

Please sign in to comment.