Skip to content

fix: skip file header comment in .dart file.#44

Open
iliYF wants to merge 1 commit intobluefireteam:masterfrom
iliYF:fix/skip-file-header-comment
Open

fix: skip file header comment in .dart file.#44
iliYF wants to merge 1 commit intobluefireteam:masterfrom
iliYF:fix/skip-file-header-comment

Conversation

@iliYF
Copy link
Copy Markdown

@iliYF iliYF commented Nov 30, 2021

Unable to fix the import path if there is a file header comment in .dart file such as:

/// This is file header comment
///
///
import 'package:xxx/yyy/z.dart'

@adnanjpg
Copy link
Copy Markdown

Some files may start with // and not ///, a common case for this is the 'ignore for file' cases. Please check out #49

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants