Ecosyste.ms: OpenCollective

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

github.com/vuejs/vue-eslint-parser

The ESLint custom parser for `.vue` files.
https://github.com/vuejs/vue-eslint-parser

fix: unintended version of espree loaded

ota-meshi opened this pull request about 2 months ago
context.parserServices is undefined

jewpaltz opened this issue 4 months ago
feat: Support default values for v-bind in CSS

leemotive opened this pull request 6 months ago
Fixed parsing error when arrow function type in generics

ota-meshi opened this pull request 7 months ago
Syntax error when generic type parameter contains `=`

auvred opened this issue 7 months ago
Provide support for eslint 9's flat configuration

ajmas opened this issue 8 months ago
Missing typings for .vue files when running with typescript-eslint

danieldasilva-smake opened this issue 8 months ago
`getCommentsBefore` empty in Vue SFC with two `script` tags

eliottvincent opened this issue 9 months ago
Missing scopes when parsing <script> with custom parser

DMartens opened this issue 9 months ago
Fix wrong AST for asycn function in v-on

ota-meshi opened this pull request 10 months ago
fix: ESLintArrowFunctionExpression.body typing

ota-meshi opened this pull request 10 months ago
Parsing error in VS 2022

johnwc opened this issue 10 months ago
Fix an error when using default for generic

ota-meshi opened this pull request 11 months ago
Fix an error when using CRLF for generic directive

ota-meshi opened this pull request 11 months ago
test: add scope test

ota-meshi opened this pull request 11 months ago
fix: shorthand camelize should be used in `rawName`

waynzh opened this pull request 11 months ago
Major performance degrade after updating nuxt from `3.6.5` to `3.7`

SimonSimCity opened this issue 11 months ago
Add support for v-bind same-name shorthand

ota-meshi opened this pull request 12 months ago
chore: fix CI error for Vue 3.4

ota-meshi opened this pull request 12 months ago
Add support for defineModel

ota-meshi opened this pull request 12 months ago
Support for Vue.js 3.4

ota-meshi opened this issue about 1 year ago
fix: context provided by defineCustomBlocksVisitor

ota-meshi opened this pull request about 1 year ago
fix: "has only a getter" error

ota-meshi opened this pull request about 1 year ago
chore: use skipLibCheck

ota-meshi opened this pull request over 1 year ago
feat(lang-ts): support lang="ts" in <style> and <custom> blocks

Tahul opened this pull request over 1 year ago
Support `lang="ts"` on all blocks except `<template>`

Tahul opened this issue over 1 year ago
Add twig support

seggewiss opened this pull request over 1 year ago
Enhanced parser options

lyswhut opened this issue over 1 year ago
How can I use types from vue-eslint-parser?

azat-io opened this issue over 1 year ago
Fix wrong scope for generics with multiple script blocks

ota-meshi opened this pull request over 1 year ago
Question: Parsing error: Unexpected token :

idefixcert opened this issue over 1 year ago
Support for `vue 3.3` `defineEmits`

yuntian001 opened this issue over 1 year ago
`vue/no-parsing-error` does not recognize typescript syntax

yuntian001 opened this issue over 1 year ago
Make to use `project: undefined` when parsing script-fragments in `<template>`.

ota-meshi opened this pull request over 1 year ago
Add `vueFeatures.customMacros` option

ota-meshi opened this pull request over 1 year ago
Add support for `defineOptions` and `defineSlots`

ota-meshi opened this pull request over 1 year ago
Fix defineCustomBlocksVisitor was incompatible with ESLint v8.40

ota-meshi opened this pull request over 1 year ago
Fix false positives for type def with script setup in ts no-unused-vars

ota-meshi opened this pull request over 1 year ago
Add exported meta object

TatsuyaYamamoto opened this pull request over 1 year ago
Support for `defineModel`

ota-meshi opened this issue over 1 year ago
How to apply different rules for sfc file based on script tag "lang"

languanghao opened this issue over 1 year ago
Support for `defineSlots`

ota-meshi opened this issue over 1 year ago
Support for `defineOptions`

ota-meshi opened this issue over 1 year ago
Add support for `<script setup lang=ts generic="...">`

ota-meshi opened this pull request over 1 year ago
Fix wrong scope reference type for `<script setup lang=ts>`

ota-meshi opened this pull request over 1 year ago
[Feature request] Support custom macros

matthew-dean opened this issue almost 2 years ago
Parsing error: '>' expected

laterdayi opened this issue almost 2 years ago
TypeScript type assertion in setup script causes parsing error

dmolesUC opened this issue almost 2 years ago
Linting TSX in Vue SFC file throw error

Cat1007 opened this issue almost 2 years ago
Support for import assertions

frankykubo opened this issue almost 2 years ago
Remove lodash

azat-io opened this pull request about 2 years ago
Chore: update typescript v4.8

ota-meshi opened this pull request about 2 years ago
PoC: type information for component imports

ota-meshi opened this pull request about 2 years ago
parser doesn't infer ecmaVersion from env

jonaskuske opened this issue about 2 years ago
Remove david-dm from README

renbaoshuo opened this pull request over 2 years ago
Add support for parser object to `parserOptions.parser`

ota-meshi opened this pull request over 2 years ago
Program:exit called before Vue nodes

ilyub opened this issue over 2 years ago
vue-eslint-parser + @typescript-eslint/parser inside <template>

ilyub opened this issue over 2 years ago
Parser should ignore lines with hashbangs

silverwind opened this issue over 2 years ago
Unexpected EOL of parsed comment blocks

gcunsolo opened this issue over 2 years ago
Template lint errors not getting output in terminal

Ornhoj opened this issue over 2 years ago
Fix wrong tokenize for lone ampersand

ota-meshi opened this pull request over 2 years ago
Not escaped ampersand used in attribute/prop creates errors in next lines

krystian-wolarek opened this issue over 2 years ago
How to traverse?

zdm opened this issue over 2 years ago
Normal type errors cannot be returned by vue-eslint-parser

ldc2726 opened this issue over 2 years ago
Fix crash for script setup with global var in no-obj-calls rule

ota-meshi opened this pull request over 2 years ago
Linting a Vue SFC containing JSX throws a parsing error

leonsilicon opened this issue over 2 years ago
Drop support for Node.js v12

ota-meshi opened this pull request over 2 years ago
Custom template tokenizers

rashfael opened this pull request almost 3 years ago
Parsing error: Cannot find module 'babel-eslint'

fanfanTD opened this issue almost 3 years ago
Fix wrong handling of CRLF in `<script>`

ota-meshi opened this pull request almost 3 years ago
Stripping of newlines in comments when preceded by carriage returns

brettz9 opened this issue almost 3 years ago
Add support for scope analysis of `<script setup>`

ota-meshi opened this pull request almost 3 years ago
Support complex expression in CSS `v-bind()`

ota-meshi opened this pull request almost 3 years ago
Support arbitrary module namespace names with `<script setup>`

ota-meshi opened this pull request almost 3 years ago
Update AST typings to es2022

ota-meshi opened this pull request almost 3 years ago