File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 11import { asyncBufferFromFile , asyncBufferFromUrl , parquetMetadataAsync } from 'hyparquet'
22import { compressors } from 'hyparquet-compressors'
33import { collect , executeSql } from 'squirreling'
4- import { parquetDataSource } from '../../src/index.js '
4+ import { parquetDataSource } from 'hyperparam '
55import { markdownTable } from './markdownTable.js'
66
77const maxRows = 100
Original file line number Diff line number Diff line change 4545 "preserve" : " npm run build" ,
4646 "storybook" : " storybook dev -p 6006" ,
4747 "test" : " vitest run" ,
48- "typecheck" : " tsc --noEmit" ,
48+ "typecheck" : " run-s build:types typecheck-once-built" ,
49+ "typecheck-once-built" : " tsc --noEmit" ,
4950 "url" : " run-p -l watch:ts watch:cli watch:url" ,
5051 "preurl" : " npm run build" ,
5152 "watch:cli" : " vite build --watch" ,
You can’t perform that action at this time.
0 commit comments