Bruce Martin
0e7daea737
temp fixes for TS lint ( #2352 )
2021-07-29 18:31:38 -07:00
Bruce Martin
8136387127
Clean up max-category front-end limit ( #2347 )
...
* remove topN category truncation from component rendering layer
* clean up category item limit implementation
* name change for clarity
* fix snapshot
* comments
2021-07-29 16:05:10 -07:00
Mim Hastie and Timmy Huang
27575b8d86
Added @typescript-eslint/recommended config with suppressions ( #2345 )
...
* Disabled @blueprintjs/classes-constants. #2288 .
* thuang-eslint-bp-off (#2344 )
* Disabled @blueprintjs/classes-constants on webpack dev and shared. #2288 .
* Added TS recommended, suppress lint errors codemod.
* Added per-error/warning ignore for tests.
* Added per-error/warning ignore for configuration.
* Added per-error/warning ignore for src. Removed suppress package.
* Minor linting.
Co-authored-by: Timmy Huang <tihuan@users.noreply.github.com >
2021-07-28 16:06:34 -07:00
Bruce Martin
32f60a1547
clean up type inferencing ( #2332 )
...
* unit tests for 64 bit conversion
* clean up type handling
* type inference tests
* more type inference fixes
* use schema to determine user intent for data typing
* stop using deprecated API
* fbs type encoding test
* add missing test
* add more tests
* correctly infer X type for CXG adaptor
* lint
* fix typo
* ts migration
* cleanup from PR review
* lint
* PR review changes
2021-07-28 15:10:12 -07:00
934cc5c69b
TS migration. #2288 . ( #2328 )
...
* Added TS. Updated build and linting config. Added types.
* [ts-migrate][.] Rename files from JS/JSX to TS/TSX
Co-authored-by: ts-migrate <>
* [ts-migrate][.] Run TS Migrate
Co-authored-by: ts-migrate <>
* Corrected files mangled by ts-migrate.
* Updated lint config, minor linting.
* Re-enabled Husky.
* Updated tests and config.
* Reverted webpack devtool config.
* Removed obsolete snapshots.
* Added annotations snap.
* Updated tsconfig includes wrt linting.
* Removed ts-migrate.
Co-authored-by: Timmy Huang <tihuan@users.noreply.github.com >
2021-07-26 20:18:17 +00:00