Skip to content

v0.3.10

Compare
Choose a tag to compare
@olafurpg olafurpg released this 11 Jul 09:44
· 66 commits to main since this release
d56d117

Skip indexing large files

Previously, scip-typescript indexed all files regardless of file size. This could result in scip-typescript stalling progress to index very large files that were (frequently) auto-generated. This commit changes the default behavior to skip indexing files that are larger than 1mb, and makes this threshold configurable via the new --max-file-byte-size flag.

  • Skip indexing large files above 1mb, add option --max-file-byte-size by @olafurpg in #271

Documentation

The readme now has a troubleshooting section for out of memory (OOM) issues https://github.com/sourcegraph/scip-typescript#dealing-with-out-of-memory-issues-oom

Dependency updates

  • chore(deps): update typescript-eslint monorepo to ^5.59.1 by @renovate in #255
  • chore(deps): update dependency prettier to v2.8.8 by @renovate in #254
  • chore(deps): update typescript-eslint monorepo to ^5.59.2 by @renovate in #257
  • chore(deps): update typescript-eslint monorepo to ^5.59.8 by @renovate in #260
  • chore(deps): update typescript-eslint monorepo to ^5.59.9 by @renovate in #261
  • chore(deps): update typescript-eslint monorepo to ^5.60.1 by @renovate in #265
  • chore(deps): update typescript-eslint monorepo to ^5.61.0 by @renovate in #268

Full Changelog: v0.3.9...v0.3.10