mirror of
https://github.com/lancedb/lancedb.git
synced 2025-12-25 14:29:56 +00:00
* Make `npm run docs` fail if there are any warnings. This will catch items missing from the API reference. * Add a check in our CI to make sure `npm run dos` runs without warnings and doesn't generate any new files (indicating it might be out-of-date. * Hide constructors that aren't user facing. * Remove unused enum `WriteMode`. Closes #2068
12 lines
295 B
JSON
12 lines
295 B
JSON
{
|
|
"intentionallyNotExported": [
|
|
"lancedb/native.d.ts:Query",
|
|
"lancedb/native.d.ts:VectorQuery",
|
|
"lancedb/native.d.ts:RecordBatchIterator",
|
|
"lancedb/native.d.ts:NativeMergeInsertBuilder"
|
|
],
|
|
"useHTMLEncodedBrackets": true,
|
|
"useCodeBlocks": true,
|
|
"disableSources": true
|
|
}
|