Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Very slow with typescript-eslint parser andproject #65

Closed
@rndmerle

Description

@rndmerle

Hi!
Since we've added theproject: './tsconfig.json' option toparserOptions(to allow @typescript-eslint/prefer-nullish-coalescing rule for instance) the parsing is really really slow. On our project it went from 30s to 11min.
If we exclude.vue files or remove theproject option then it's fast again.

Anyone else went into this issue?
Indeed I ran intotypescript-eslint/typescript-eslint#389 but the performance on our project when excluding.vue files is ok, so it's really the parsing of <script> SFCs imho.

Our eslint parsing options:

parser: 'vue-eslint-parser',  parserOptions: {    ecmaVersion: 2018,    sourceType: 'module',    parser: '@typescript-eslint/parser',    project: './tsconfig.json',    extraFileExtensions: ['.vue'],  }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


      [8]ページ先頭

      ©2009-2025 Movatter.jp