An open API service providing commit metadata for open source projects.

GitHub / vuejs/vue-eslint-parser / commits

The ESLint custom parser for `.vue` files.

SHA Message Author Date Stats
88539f68 Change to use eslint v8 in some test cases. (#133) Yosuke Ota <o****3@g****m>
Committed by: GitHub <n****y@g****m>
about 4 years ago
db2d9451 8.0.0 yosuke ota <o****3@g****m> about 4 years ago
f7a7a1ee Change the default of `parserOptions.vueFeatures.interpolationAsNonHTML` to `... Yosuke Ota <o****3@g****m>
Committed by: GitHub <n****y@g****m>
about 4 years ago
25868067 Drop support for node <v12.22.0, v13, >=v14<v14.17.0, v15 and eslint v5 (#129) Yosuke Ota <o****3@g****m>
Committed by: GitHub <n****y@g****m>
about 4 years ago
b5a5af9d 7.11.0 yosuke ota <o****3@g****m> about 4 years ago
0b0401a7 Fix testcase (#127) Yosuke Ota <o****3@g****m>
Committed by: GitHub <n****y@g****m>
about 4 years ago
ef885a8f Fix bug when script tags are missing and multiple parsers are used (#126) Yosuke Ota <o****3@g****m>
Committed by: GitHub <n****y@g****m>
about 4 years ago
8ce78e85 Change to determine parser by extension when parsing non-vue files using mult... Yosuke Ota <o****3@g****m>
Committed by: GitHub <n****y@g****m>
about 4 years ago
184dc09d Add test for ESLint v8 (#122) Yosuke Ota <o****3@g****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
36f17663 Chores: Add engines compatibility check (#121) Yosuke Ota <o****3@g****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
42e4f923 7.10.0 yosuke ota <o****3@g****m> over 4 years ago
6ef15343 Fix incorrect AST for commented CSS vars injection. (#120) Yosuke Ota <o****3@g****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
86ec4d1d Add defineDocumentVisitor to parserServices (#119) Yosuke Ota <o****3@g****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
02b6d084 7.9.0 yosuke ota <o****3@g****m> over 4 years ago
0078cdc3 Change to parse expressions in style vars (#118) Yosuke Ota <o****3@g****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
c36717c6 7.8.0 yosuke ota <o****3@g****m> over 4 years ago
e69dd815 Change `parserOptions.parser` to accept multiple lang parsers (#116) Yosuke Ota <o****3@g****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
1d657896 Fix parsing error when combining `<script>` and `export` in `<script setup>` ... Yosuke Ota <o****3@g****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
4d6e4c1a 7.7.2 yosuke ota <o****3@g****m> over 4 years ago
b575cca5 Downgrade packages that are incompatible with Node v8 (#113) Yosuke Ota <o****3@g****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
3908b349 7.7.1 yosuke ota <o****3@g****m> over 4 years ago
79574b59 Revert default option for `sourceType: module` on `<script setup>`. (#111) Yosuke Ota <o****3@g****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
68dde0f0 7.7.0 yosuke ota <o****3@g****m> over 4 years ago
66d424ec Add support for `<script setup>` (#110) Yosuke Ota <o****3@g****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
2f5e7feb Change parser to allow parsing two script tags on `<script setup>` (#108) Yosuke Ota <o****3@g****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
c96d66e0 Format (#109) Yosuke Ota <o****3@g****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
aa55d1c5 7.6.0 yosuke ota <o****3@g****m> over 4 years ago
ca0ef625 Change to be case sensitive if file is SFC. (#103) Yosuke Ota <o****3@g****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
c6e6aa32 7.5.0 yosuke ota <o****3@g****m> almost 5 years ago
935b6f43 Upgrade esquery and use new option (#100) Yosuke Ota <o****3@g****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
57248514 7.4.1 yosuke ota <o****3@g****m> almost 5 years ago
cd14790e Fix wrong ast for v-for="(a, index) in list" (#97) Yosuke Ota <o****3@g****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
3196668a 7.4.0 yosuke ota <o****3@g****m> almost 5 years ago
349b7dc8 Fix parsing errors in multiple v-for aliases in ecmaVersion: 5. (#96) Yosuke Ota <o****3@g****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
17507a40 7.3.0 yosuke ota <o****3@g****m> almost 5 years ago
86b293e9 Upgrade typescript-eslint and prettier (#92) Yosuke Ota <o****3@g****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
45f8900c Add defineCustomBlocksVisitor to parserServices (#91) Yosuke Ota <o****3@g****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
495abaac Changed the parsing of custom block to parse like Vue3 parser. (#90) Yosuke Ota <o****3@g****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
0041efa2 7.2.0 yosuke ota <o****3@g****m> almost 5 years ago
c8084c81 Add parserOptions.vueFeatures.filter option (#89) Yosuke Ota <o****3@g****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
50567751 Add parserOptions.vueFeatures.interpolationAsNonHTML option (#88) Yosuke Ota <o****3@g****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
237eac44 Fix the wrong location when using with `@typescript-eslint/scope-manager` (#87) Yosuke Ota <o****3@g****m>
Committed by: GitHub <n****y@g****m>
about 5 years ago
bd916f57 Fix type of VDirectiveKey (#85) Yosuke Ota <o****3@g****m>
Committed by: GitHub <n****y@g****m>
about 5 years ago
70747636 Update the CI workflow. (#86) Yosuke Ota <o****3@g****m>
Committed by: GitHub <n****y@g****m>
about 5 years ago
9a04a8e6 Move repo (#83) Yosuke Ota <o****3@g****m>
Committed by: GitHub <n****y@g****m>
about 5 years ago
f7d69af9 7.1.1 yosuke ota <o****3@g****m> about 5 years ago
ca614f46 Fixed wrong location calculation when including CRLF. (#74) Yosuke Ota <o****3@g****m>
Committed by: GitHub <n****y@g****m>
about 5 years ago
c627e36c πŸ”– 7.1.0 Toru Nagashima <p****c@m****v> over 5 years ago
c12da39d βš’ add funding field Toru Nagashima <p****c@m****v> over 5 years ago
27a275f5 ✨ use espree in eslint deps Toru Nagashima <p****c@m****v> over 5 years ago
62349931 βš’ remove outdated settings Toru Nagashima <p****c@m****v> over 5 years ago
732215e3 πŸ› revert espree update Toru Nagashima <p****c@m****v> over 5 years ago
6c1ac684 πŸ› fix wrong comment data (fixes #72) (#73) Yosuke Ota <o****3@g****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
50bf9123 βš’ upgrade core rule tests Toru Nagashima <p****c@m****v> over 5 years ago
2df66e42 βš’ update CI and deps MichaΓ«l De Boey <i****o@m****e>
Committed by: Toru Nagashima <p****c@m****v>
over 5 years ago
84dac95f πŸ”– 7.0.0 Toru Nagashima <p****c@m****v> about 6 years ago
ed5c4cfd βš’ fix CI failure Toru Nagashima <p****c@m****v> about 6 years ago
075d3ff2 ✨ Add `getDocumentFragment()` to parserServices (#38) Yosuke Ota <o****3@g****m>
Committed by: Toru Nagashima <p****c@m****v>
about 6 years ago
57c86241 πŸ’₯ drop Node.js 6 and switch CI to GitHub Actions (#60) Toru Nagashima <p****c@m****v>
Committed by: GitHub <n****y@g****m>
about 6 years ago
93ce0ca7 πŸ› fix test failure Toru Nagashima <p****c@m****v> about 6 years ago
ea156df3 βš’ Upgrade dependencies (#51) Yosuke Ota <o****3@g****m>
Committed by: Toru Nagashima <p****c@m****v>
about 6 years ago
cce993af πŸ”– 6.0.5 Toru Nagashima <p****c@m****v> about 6 years ago
5c181415 Create FUNDING.yml Toru Nagashima <p****c@m****v>
Committed by: GitHub <n****y@g****m>
about 6 years ago
af6a9866 βš’ Add ESLint 6 to peerDeps (#48) Brett Zamir <b****9@y****m>
Committed by: Toru Nagashima <p****c@m****v>
about 6 years ago
9868ae40 πŸ”– 6.0.4 Toru Nagashima <s****r@g****m> over 6 years ago
34a3b4ea βš’ upgrade dependencies Toru Nagashima <s****r@g****m> over 6 years ago
7d729691 πŸ› fix warnings about max listeners (#44) Takayoshi Sawada <s****n@g****m>
Committed by: Toru Nagashima <s****r@g****m>
over 6 years ago
86a2b612 πŸ“ fix ast traverse function comment (#43) kazuya kawaguchi <k****0@g****m>
Committed by: Toru Nagashima <s****r@g****m>
over 6 years ago
0fda25b9 πŸ“ fix comment of AST example (#42) kazuya kawaguchi <k****0@g****m>
Committed by: Toru Nagashima <s****r@g****m>
over 6 years ago
a05d4164 πŸ”– 6.0.3 Toru Nagashima <s****r@g****m> over 6 years ago
4d734ecc πŸ› fix dot in dynamic arguments Toru Nagashima <s****r@g****m> over 6 years ago
47c0c1af πŸ”– 6.0.2 Toru Nagashima <s****r@g****m> almost 7 years ago
ba728755 πŸ› fix to resolve references in dynamic arguments Toru Nagashima <s****r@g****m> almost 7 years ago
fb08ee11 πŸ”– 6.0.1 Toru Nagashima <s****r@g****m> almost 7 years ago
7a1bffda πŸ› fix wrong location of auto-generated .prop modifier Toru Nagashima <s****r@g****m> almost 7 years ago
28729dde πŸ”– 6.0.0 Toru Nagashima <s****r@g****m> almost 7 years ago
3c356d97 πŸ”– 6.0.0-beta.0 Toru Nagashima <s****r@g****m> almost 7 years ago
9326fa09 ✨ add parsing error about invalid dynamic argument (refs #39) Toru Nagashima <s****r@g****m> almost 7 years ago
b57cd06c ✨ add more parsing errors about directive keys Toru Nagashima <s****r@g****m> almost 7 years ago
bc89f929 ✨ support `.property` shorthand (refs #39) Toru Nagashima <s****r@g****m> almost 7 years ago
69934be4 πŸ’₯ remove shorthand property from VDirectiveKey node (refs #39) Toru Nagashima <s****r@g****m> almost 7 years ago
baf8e46d πŸ’₯ change VDirectiveKey AST (refs #39) Toru Nagashima <s****r@g****m> almost 7 years ago
53f246ae πŸ’₯ support dynamic argument [RFC0003] (refs #39) Toru Nagashima <s****r@g****m> almost 7 years ago
809009d2 ✨ support v-slot shorthand [RFC0002] (refs #39) Toru Nagashima <s****r@g****m> almost 7 years ago
ff1a51a4 ✨ support v-slot [RFC0001] (refs #39) Toru Nagashima <s****r@g****m> almost 7 years ago
0f241279 ⬆️ update dependencies Toru Nagashima <s****r@g****m> almost 7 years ago
09b4d1e2 5.0.0 Toru Nagashima <s****r@g****m> almost 7 years ago
31425ae3 πŸ› disable expressions in v-pre elements (vuejs/eslint-plugin-vue#733) Toru Nagashima <s****r@g****m> almost 7 years ago
71131917 πŸ’₯ change AST of slot-scope (refs vuejs/eslint-plugin-vue#722) Toru Nagashima <s****r@g****m> almost 7 years ago
4d623525 βš’ disable codecov comments Toru Nagashima <s****r@g****m> almost 7 years ago
4840849e πŸ› fix syntax error when function expression on `v-on`. (#35) ota <o****3@g****m>
Committed by: Toru Nagashima <s****r@g****m>
almost 7 years ago
e44fc8b9 πŸ› fix crash on invalid filters (fixes #37) Toru Nagashima <s****r@g****m> almost 7 years ago
b5997646 πŸ”– 4.0.3 Toru Nagashima <s****r@g****m> almost 7 years ago
309cf520 πŸ› filters are allowed only on v-bind or mustache (fixes #34) Toru Nagashima <s****r@g****m> almost 7 years ago
0248739f πŸ”– 4.0.2 Toru Nagashima <s****r@g****m> almost 7 years ago
595b9aea πŸ› fix wrong locations for filters syntax with line breaks Toru Nagashima <s****r@g****m> almost 7 years ago
a6135f89 πŸ”– 4.0.1 Toru Nagashima <s****r@g****m> almost 7 years ago
41cf2641 πŸ› fix wrong locations for filters syntax Toru Nagashima <s****r@g****m> almost 7 years ago
4cea1417 πŸ”– 4.0.0 Toru Nagashima <s****r@g****m> almost 7 years ago
1fe41275 πŸ’₯ change the AST of filters syntax (vuejs/eslint-plugin-vue#687) Toru Nagashima <s****r@g****m> almost 7 years ago

← Back to repository