-
-
Notifications
You must be signed in to change notification settings - Fork 78
Pull requests: vuejs/vue-eslint-parser
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Fix incorrect AST for commented CSS vars injection.
#120
by ota-meshi
was merged Jul 28, 2021
Loading…
Change
parserOptions.parser
to accept multiple lang parsers
#116
by ota-meshi
was merged Jul 6, 2021
Loading…
Fix parsing error when combining
<script>
and export
in <script setup>
#115
by ota-meshi
was merged Jul 6, 2021
Loading…
Downgrade packages that are incompatible with Node v8
bug
#113
by ota-meshi
was merged Jul 2, 2021
Loading…
Revert default option for
sourceType: module
on <script setup>
.
#111
by ota-meshi
was merged Jul 2, 2021
Loading…
Change parser to allow parsing two script tags on
<script setup>
#108
by ota-meshi
was merged Jun 30, 2021
Loading…
Fix parsing errors in multiple v-for aliases in ecmaVersion: 5.
bug
#96
by ota-meshi
was merged Jan 21, 2021
Loading…
Changed the parsing of custom block to parse like Vue3 parser.
#90
by ota-meshi
was merged Dec 7, 2020
Loading…
Add parserOptions.vueFeatures.interpolationAsNonHTML option
#88
by ota-meshi
was merged Dec 3, 2020
Loading…
Fix the wrong location when using with
@typescript-eslint/scope-manager
#87
by ota-meshi
was merged Nov 18, 2020
Loading…
ProTip!
Exclude everything labeled
bug
with -label:bug.