UNPKG

@sourcefield/lsif-typescript

Version:
105 lines (78 loc) 9.12 kB
## Change Log ### v0.2.9 (2022/08/26 06:11 +00:00) - [#168](https://github.com/sourcegraph/scip-typescript/pull/168) Add support for Yarn v3 (#168) (@olafurpg) ### v0.2.8 (2022/07/28 10:53 +00:00) - [#165](https://github.com/sourcegraph/scip-typescript/pull/165) Print message when npm/yarn install fails during auto-indexing (#165) (@olafurpg) - [#154](https://github.com/sourcegraph/scip-typescript/pull/154) workflows: update pr-auditor workflow (#154) (@bobheadxi) - [#159](https://github.com/sourcegraph/scip-typescript/pull/159) chore(deps): update typescript-eslint monorepo to ^5.30.0 (#159) (@renovate[bot]) - [#158](https://github.com/sourcegraph/scip-typescript/pull/158) chore(deps): update dependency prettier to v2.7.1 (#158) (@renovate[bot]) - [#156](https://github.com/sourcegraph/scip-typescript/pull/156) Document migration from lsif-node (#156) (@olafurpg) - [#149](https://github.com/sourcegraph/scip-typescript/pull/149) chore(deps): update typescript-eslint monorepo to ^5.27.1 (#149) (@renovate[bot]) ### v0.2.7 (2022/06/02 15:05 +00:00) - [#146](https://github.com/sourcegraph/scip-typescript/pull/146) chore(deps): pin node.js to 0677e43 (#146) (@renovate[bot]) ### v0.2.5 (2022/06/02 14:22 +00:00) - [#145](https://github.com/sourcegraph/scip-typescript/pull/145) Install src via npm instead of curl command (#145) (@olafurpg) - [#141](https://github.com/sourcegraph/scip-typescript/pull/141) chore(deps): update typescript-eslint monorepo to ^5.27.0 (#141) (@renovate[bot]) ### v0.2.4 (2022/05/25 19:17 +00:00) - [#136](https://github.com/sourcegraph/scip-typescript/pull/136) Implement "Find implementations" for classes, properties, and methods (#136) (@olafurpg) - [#137](https://github.com/sourcegraph/scip-typescript/pull/137) Add snapshot tests to stress inheritance (#137) (@olafurpg) ### v0.2.0 (2022/05/20 10:05 +00:00) - [#135](https://github.com/sourcegraph/scip-typescript/pull/135) Emit index.scip instead of dump.lsif-typed (#135) (@olafurpg) - [#3](https://github.com/sourcegraph/scip-typescript/pull/3) chore(deps): update dependency @sourcegraph/eslint-config to v0.28.0 (#3) (@renovate[bot]) - [#4](https://github.com/sourcegraph/scip-typescript/pull/4) Update ChangeLog and bump version for releasing 0.2.0. (#4) (@varungandhi-src) - [#2](https://github.com/sourcegraph/scip-typescript/pull/2) Use the name scip-typescript. (#2) (@varungandhi-src) - [#126](https://github.com/sourcegraph/scip-typescript/pull/126) Use test matrix for Node v14, v16 and v18. (#126) (@varungandhi-src) - [#124](https://github.com/sourcegraph/scip-typescript/pull/124) chore(deps): update typescript-eslint monorepo to ^5.22.0 (#124) (@renovate[bot]) - [#118](https://github.com/sourcegraph/scip-typescript/pull/118) chore(deps): update actions/setup-go action to v3 (#118) (@renovate[bot]) - [#112](https://github.com/sourcegraph/scip-typescript/pull/112) chore(deps): update dependency ts-node to ^10.7.0 (#112) (@renovate[bot]) - [#111](https://github.com/sourcegraph/scip-typescript/pull/111) chore(deps): update dependency sourcegraph/src-cli to v3.39.1 (#111) (@renovate[bot]) - [#117](https://github.com/sourcegraph/scip-typescript/pull/117) chore(deps): update actions/checkout action to v3 (#117) (@renovate[bot]) - [#119](https://github.com/sourcegraph/scip-typescript/pull/119) chore(deps): update actions/setup-node action to v3 (#119) (@renovate[bot]) - [#102](https://github.com/sourcegraph/scip-typescript/pull/102) Add tests for command-line parser (#102) (@olafurpg) - [#114](https://github.com/sourcegraph/scip-typescript/pull/114) chore(deps): update typescript-eslint monorepo to ^5.21.0 (#114) (@renovate[bot]) - [#106](https://github.com/sourcegraph/scip-typescript/pull/106) chore(deps): pin dependencies (#106) (@renovate[bot]) - [#99](https://github.com/sourcegraph/scip-typescript/pull/99) Add GitHub Action to index lsif-typescript's code. (#99) (@varungandhi-src) - [#105](https://github.com/sourcegraph/scip-typescript/pull/105) Add language in README for highlighting (#105) (@varungandhi-src) ### v0.1.17 (2022/04/29 16:23 +00:00) - [#104](https://github.com/sourcegraph/lsif-typescript/pull/104) Update ChangeLog and bump version for releasing 0.1.17. (#104) (@varungandhi-src) - [#103](https://github.com/sourcegraph/lsif-typescript/pull/103) Update Node version used by Docker image (#103) (@varungandhi-src) - [#101](https://github.com/sourcegraph/lsif-typescript/pull/101) Update README with brief instructions. (#101) (@varungandhi-src) - [#94](https://github.com/sourcegraph/lsif-typescript/pull/94) feat: Improve hover text for common kinds of symbols (#94) (@varungandhi-src) - [#97](https://github.com/sourcegraph/lsif-typescript/pull/97) Render documentation and relationships in the snapshot tests (#97) (@olafurpg) - [#96](https://github.com/sourcegraph/lsif-typescript/pull/96) Fix the Prettier CI check (#96) (@olafurpg) - [#95](https://github.com/sourcegraph/lsif-typescript/pull/95) Correctly emit definition for enum members. (#95) (@varungandhi-src) ### v0.1.16 (2022/04/26 12:37 +00:00) - [#91](https://github.com/sourcegraph/lsif-typescript/pull/91) Update ChangeLog and bump version for releasing 0.1.16. (#91) (@varungandhi-src) - [#90](https://github.com/sourcegraph/lsif-typescript/pull/90) Update `--infer-tsconfig` to skip the `allowJs` option when there exist TS files (#90) (@olafurpg) - [#89](https://github.com/sourcegraph/lsif-typescript/pull/89) Update dependency @sourcegraph/eslint-config to v0.27.1 (#89) (@renovate[bot]) - [#86](https://github.com/sourcegraph/lsif-typescript/pull/86) Correctly emit definitions for type aliases. (#86) (@varungandhi-src) - [#84](https://github.com/sourcegraph/lsif-typescript/pull/84) fix: Emit definition for class declarations. (#84) (@varungandhi-src) - [#83](https://github.com/sourcegraph/lsif-typescript/pull/83) fix: Use allowJS in --infer-tsconfig. (#83) (@varungandhi-src) ### v0.1.15 (2022/04/13 19:10 +00:00) - [#80](https://github.com/sourcegraph/lsif-typescript/pull/80) Update ChangeLog and bump version for releasing 0.1.15. (#80) (@varungandhi-src) - [#77](https://github.com/sourcegraph/lsif-typescript/pull/77) ci: Fix bot name/email. (#77) (@varungandhi-src) - [#74](https://github.com/sourcegraph/lsif-typescript/pull/74) Add support for accessors. (#74) (@varungandhi-src) - [#73](https://github.com/sourcegraph/lsif-typescript/pull/73) Add docs for working on lsif-typescript. (#73) (@varungandhi-src) - [#62](https://github.com/sourcegraph/lsif-typescript/pull/62) Update dependency sourcegraph/src-cli to v3.38.0 (#62) (@renovate[bot]) - [#71](https://github.com/sourcegraph/lsif-typescript/pull/71) De-alias symbols similar to tsserver's go-to-definition. (#71) (@varungandhi-src) - [#64](https://github.com/sourcegraph/lsif-typescript/pull/64) Update dependency react to v18 (#64) (@renovate[bot]) - [#67](https://github.com/sourcegraph/lsif-typescript/pull/67) Update dependency google-protobuf to ^3.20.0 (#67) (@renovate[bot]) - [#70](https://github.com/sourcegraph/lsif-typescript/pull/70) Update typescript-eslint monorepo to ^5.18.0 (#70) (@renovate[bot]) - [#69](https://github.com/sourcegraph/lsif-typescript/pull/69) Update dependency prettier to v2.6.2 (#69) (@renovate[bot]) - [#66](https://github.com/sourcegraph/lsif-typescript/pull/66) chore: Add generated .lsif-typed files to .gitignore. (#66) (@varungandhi-src) ### v0.1.14 (2022/03/21 14:53 +00:00) - [#50](https://github.com/sourcegraph/lsif-typescript/pull/50) Merge pull request #50 from sourcegraph/duplicate-definitions (@olafurpg) - [#49](https://github.com/sourcegraph/lsif-typescript/pull/49) Merge pull request #49 from sourcegraph/commander (@olafurpg) - [#47](https://github.com/sourcegraph/lsif-typescript/pull/47) Merge pull request #47 from sourcegraph/cross-project (@olafurpg) - [#28](https://github.com/sourcegraph/lsif-typescript/pull/28) Merge pull request #28 from sourcegraph/renovate/node-17.x (@renovate-bot) ### v0.1.11 (2022/03/16 13:02 +00:00) - [#40](https://github.com/sourcegraph/lsif-typescript/pull/40) Merge pull request #40 from sourcegraph/allowjs (@olafurpg) - [#39](https://github.com/sourcegraph/lsif-typescript/pull/39) Merge pull request #39 from sourcegraph/progress-bar (@olafurpg) - [#36](https://github.com/sourcegraph/lsif-typescript/pull/36) Merge pull request #36 from sourcegraph/sg-upload (@olafurpg) ### v0.1.5 (2022/03/07 10:57 +00:00) - [#26](https://github.com/sourcegraph/lsif-typescript/pull/26) Merge pull request #26 from sourcegraph/renovate/major-react-monorepo (@renovate-bot) - [#22](https://github.com/sourcegraph/lsif-typescript/pull/22) Merge pull request #22 from olafurpg/react (@olafurpg) ### v0.1.0 (2022/02/25 15:43 +00:00) - [#6](https://github.com/sourcegraph/lsif-typescript/pull/6) Merge pull request #6 from olafurpg/release (@olafurpg) - [#4](https://github.com/sourcegraph/lsif-typescript/pull/4) Merge pull request #4 from sourcegraph/add-pr-auditor-and-test-plan (@sourcegraph) - [#1](https://github.com/sourcegraph/lsif-typescript/pull/1) Merge pull request #1 from olafurpg/new-start (@olafurpg)