Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/vuejs/language-tools

⚡ High-performance Vue language tooling based-on Volar.js
https://github.com/vuejs/language-tools

0.21.10

a9cb3acd9e9900f31b98125ae9b74849411763a7 authored almost 4 years ago
0.21.10

a9cb3acd9e9900f31b98125ae9b74849411763a7 authored almost 4 years ago
fix: auto-complete word range incorrect

6eebd22cc8a4d27d251dff09fbda484c0121d528 authored almost 4 years ago
fix: auto-complete word range incorrect

6eebd22cc8a4d27d251dff09fbda484c0121d528 authored almost 4 years ago
fix: definition selection range not working for global components

3de11d1ab320c72a599f52c23b209d0f13fce704 authored almost 4 years ago
0.21.9

d506e6de14c86334cfc60792d9219fac81a54712 authored almost 4 years ago
0.21.9

d506e6de14c86334cfc60792d9219fac81a54712 authored almost 4 years ago
chore: changelog

385831ef54d616805d9c4eb4546f06edfca5d61e authored almost 4 years ago
chore: changelog

385831ef54d616805d9c4eb4546f06edfca5d61e authored almost 4 years ago
perf: fix get ts document should not trigger sync host data

c1e11a86455eaf922c21e6eae96a92dccf9d02bb authored almost 4 years ago
perf: fix get ts document should not trigger sync host data

c1e11a86455eaf922c21e6eae96a92dccf9d02bb authored almost 4 years ago
feat: component tag auto-complete info in template

8cafd556389e5ae21a15c5f72383fcba2d224790 authored almost 4 years ago
feat: component tag auto-complete info in template

8cafd556389e5ae21a15c5f72383fcba2d224790 authored almost 4 years ago
feat: ts definition selection range

f1566a7ecf5576fc4ae435a3a8b134c2b3739ea0 authored almost 4 years ago
feat: ts definition selection range

f1566a7ecf5576fc4ae435a3a8b134c2b3739ea0 authored almost 4 years ago
perf: faster completion word range search

f64df7d4f105faf7dec22b7bd36f65e87fc83676 authored almost 4 years ago
perf: faster completion word range search

f64df7d4f105faf7dec22b7bd36f65e87fc83676 authored almost 4 years ago
fix: script block should not have emmet auto-complete

80e2fb4494eb0666c40bca0f4f67b0adf2ff1f73 authored almost 4 years ago
fix: script block should not have emmet auto-complete

80e2fb4494eb0666c40bca0f4f67b0adf2ff1f73 authored almost 4 years ago
perf: unused local function to avoid gc

fab221d2356462992789ca641082bafdbd8f7232 authored almost 4 years ago
perf: unused local function to avoid gc

fab221d2356462992789ca641082bafdbd8f7232 authored almost 4 years ago
perf: cache mapping results

ef689fb1238dc6c15e1fe56b215156ee1c50d07f authored almost 4 years ago
perf: cache mapping results

ef689fb1238dc6c15e1fe56b215156ee1c50d07f authored almost 4 years ago
doc: readme

54d719e2f1a26d6ea7b4b6e70598f79eac789b40 authored almost 4 years ago
doc: readme

54d719e2f1a26d6ea7b4b6e70598f79eac789b40 authored almost 4 years ago
0.21.8

e8548fa33f4c0667bf785d66370a60744c72323c authored almost 4 years ago
0.21.8

e8548fa33f4c0667bf785d66370a60744c72323c authored almost 4 years ago
fix: emmet completion missing if already has other result

d8d24e0123168dd2f5ccfdfd771fda9961415e8c authored almost 4 years ago
fix: emmet completion result may be undefined

https://github.com/johnsoncodehk/volar/issues/65

2d457049bcdb68a2614461d89e1c4a76c27b1e77 authored almost 4 years ago
fix: emmet completion result may be undefined

https://github.com/johnsoncodehk/volar/issues/65

2d457049bcdb68a2614461d89e1c4a76c27b1e77 authored almost 4 years ago
0.21.7

1797b8b9a300230a71c88252540331686f8cbb0b authored almost 4 years ago
0.21.7

1797b8b9a300230a71c88252540331686f8cbb0b authored almost 4 years ago
fix: auto import `*.vue` not working

https://github.com/johnsoncodehk/volar/issues/64

0843f3b7afdcd53efe225a40ae2521b338cfc061 authored almost 4 years ago
fix: auto import `*.vue` not working

https://github.com/johnsoncodehk/volar/issues/64

0843f3b7afdcd53efe225a40ae2521b338cfc061 authored almost 4 years ago
refactor: simplify mapping transforms

a2c952d600365012a94bd6a0a6978ef262382104 authored almost 4 years ago
refactor: simplify mapping transforms

a2c952d600365012a94bd6a0a6978ef262382104 authored almost 4 years ago
0.21.6

2ba70f8773942e16e38253ea06444deebed2558c authored almost 4 years ago
0.21.6

2ba70f8773942e16e38253ea06444deebed2558c authored almost 4 years ago
chore: changelog

71a71e23a1a70ceac2b9cbf9d1d1ea2cb3d59e5b authored almost 4 years ago
chore: changelog

71a71e23a1a70ceac2b9cbf9d1d1ea2cb3d59e5b authored almost 4 years ago
fix: scoped class name should not show hover info

2da9ab5ab8b9948a5260acfc8db41e2925c20b9a authored almost 4 years ago
fix: scoped class name should not show hover info

2da9ab5ab8b9948a5260acfc8db41e2925c20b9a authored almost 4 years ago
fix: `:style` type check not working

99d81795108d8246ef01cc98261c2d2beb053cc0 authored almost 4 years ago
fix: `:style` type check not working

99d81795108d8246ef01cc98261c2d2beb053cc0 authored almost 4 years ago
fix: narrowed type by v-if should not be widened in v-on

https://github.com/vuejs/vetur/issues/1212

be150f6589a05c6f3493c367bc46a03f019ace8e authored almost 4 years ago
fix: narrowed type by v-if should not be widened in v-on

https://github.com/vuejs/vetur/issues/1212

be150f6589a05c6f3493c367bc46a03f019ace8e authored almost 4 years ago
fix: `<script setup>` unused report not working if no any `import` statement

02aff680d68086b1950743eeac4f7050d3de40f1 authored almost 4 years ago
fix: `<script setup>` unused report not working if no any `import` statement

02aff680d68086b1950743eeac4f7050d3de40f1 authored almost 4 years ago
0.21.5

1125d84eb70ccfc5710a193357f4ff25a19b409f authored almost 4 years ago
0.21.5

1125d84eb70ccfc5710a193357f4ff25a19b409f authored almost 4 years ago
fix: tsconfig parsing for ts plugin incorrect

https://github.com/johnsoncodehk/volar/issues/62

e3f34b0299d4da745e8c6ab631b669e19a352eea authored almost 4 years ago
fix: tsconfig parsing for ts plugin incorrect

https://github.com/johnsoncodehk/volar/issues/62

e3f34b0299d4da745e8c6ab631b669e19a352eea authored almost 4 years ago
refactor: simplify mapping args

98d21632e924c81269940220ee90f5dfb8c0ec1f authored almost 4 years ago
refactor: simplify mapping args

98d21632e924c81269940220ee90f5dfb8c0ec1f authored almost 4 years ago
0.21.4

83186d317a0a930aa951675ff5b169fbb473de0b authored almost 4 years ago
0.21.4

83186d317a0a930aa951675ff5b169fbb473de0b authored almost 4 years ago
feat: `vue.d.ts` emit support

54effb853e289aa618af3331eb03979b681be786 authored almost 4 years ago
feat: `vue.d.ts` emit support

54effb853e289aa618af3331eb03979b681be786 authored almost 4 years ago
fix: events type-checking not working for array emits define

240a4cbb2e3ba684f4ee48b005436c6e5fd00047 authored almost 4 years ago
fix: events type-checking not working for array emits define

240a4cbb2e3ba684f4ee48b005436c6e5fd00047 authored almost 4 years ago
doc: readme

64d8e7bbc84fa50b51115e6131d64d33c2e3c081 authored almost 4 years ago
doc: readme

64d8e7bbc84fa50b51115e6131d64d33c2e3c081 authored almost 4 years ago
0.21.3

46b766824964ad2fe5e444c7f154013ba143c4b6 authored almost 4 years ago
0.21.3

46b766824964ad2fe5e444c7f154013ba143c4b6 authored almost 4 years ago
fix: slot name expression types incorrect

3d77eec1d8362532dc026454954b4ae1ac598cc4 authored almost 4 years ago
fix: remove test code

3065986cb09378e9ba57e979dd8ad1ff38437031 authored almost 4 years ago
0.21.2

92bfe2eb4d3b8bd102ac74c9d4b0acf6376f5e97 authored almost 4 years ago
feat: support slot name expression

5c0a049ae46a582be3185062c4458addc3f1826d authored almost 4 years ago
feat: support slot name expression

5c0a049ae46a582be3185062c4458addc3f1826d authored almost 4 years ago
0.21.1

4627c98bdd4c047e3b2a013e484980e7e81b726a authored almost 4 years ago
0.21.1

4627c98bdd4c047e3b2a013e484980e7e81b726a authored almost 4 years ago
chore: changelog

a94c289483ab22c10e30b50bc863f2c92c3a8ae4 authored almost 4 years ago
chore: changelog

a94c289483ab22c10e30b50bc863f2c92c3a8ae4 authored almost 4 years ago
feat: show reload button on switch ts plugin

6cbe40fa741ea0aef6f581b5bc4a36db230aff4c authored almost 4 years ago
feat: show reload button on switch ts plugin

6cbe40fa741ea0aef6f581b5bc4a36db230aff4c authored almost 4 years ago
fix: ts plugin status not sync with dropdown menu

38e677d0458a89d7a7677a679808d0b8bb0749a9 authored almost 4 years ago
chore: ts plugin status hide text

4c486558d91203295320440bda39cc08943d0f7a authored almost 4 years ago
0.21.0

da8810e09cf99520f6765b69096e4ada12f7614d authored almost 4 years ago
0.21.0

da8810e09cf99520f6765b69096e4ada12f7614d authored almost 4 years ago
doc: readme

0bd9a49f2eba6d8fc1ba1c4b2e576a29cb729627 authored almost 4 years ago
doc: readme

0bd9a49f2eba6d8fc1ba1c4b2e576a29cb729627 authored almost 4 years ago
chore: changelog

8be5883587fcfedea7690a97b00503714d7c2cac authored almost 4 years ago
feat: ts plugin status bar item

58e916200df402d1d5fc6c33d0da6ceeddd48828 authored almost 4 years ago
feat: ts plugin status bar item

58e916200df402d1d5fc6c33d0da6ceeddd48828 authored almost 4 years ago
feat: `v-model="..."` type-checking

a691154f7f943b0ef02b5eac26999d5b452b278f authored almost 4 years ago
feat: `v-model="..."` type-checking

a691154f7f943b0ef02b5eac26999d5b452b278f authored almost 4 years ago
fix: props rename references should keep with hyphenate

12882cf567a4c39b468384a3503d492cf62b9fb7 authored almost 4 years ago
fix: props rename references should keep with hyphenate

12882cf567a4c39b468384a3503d492cf62b9fb7 authored almost 4 years ago
fix: don't show confirm box if no import will change on move file

7af79aa8077ecd6f779b7b8fb653cfc91332959b authored almost 4 years ago
fix: don't show confirm box if no import will change on move file

7af79aa8077ecd6f779b7b8fb653cfc91332959b authored almost 4 years ago
feat: `@update:` support

ad6952ce45cba2e8c931801bf6045e62a40cf704 authored almost 4 years ago
feat: `@update:` support

ad6952ce45cba2e8c931801bf6045e62a40cf704 authored almost 4 years ago
fix: handle more event type-checking cases

9799dcce3adb678145ed0579c86cd86096a914fa authored almost 4 years ago
fix: handle more event type-checking cases

9799dcce3adb678145ed0579c86cd86096a914fa authored almost 4 years ago
fix: event services not working with `@aaa-bbb` format

979ed199cc135ac6abe5c94fb865c81a975a563d authored almost 4 years ago
fix: event services not working with `@aaa-bbb` format

979ed199cc135ac6abe5c94fb865c81a975a563d authored almost 4 years ago
fix: avoid `ts(4023)` error

408708551fb1dbb78a17e520553df203eb29f8b9 authored almost 4 years ago
fix: avoid `ts(4023)` error

408708551fb1dbb78a17e520553df203eb29f8b9 authored almost 4 years ago
fix: ref sugar variables hover info incorrect

9346e5632cc91a3f9256db56543cd8d6670554aa authored almost 4 years ago
fix: tsconfig update not working for ts plugin

5a7d0ae74419e5262b46f260fdb79f764a0d6b1b authored almost 4 years ago