Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Index import, export, part, and part of directives #2

Open
matthewnitschke-wk opened this issue Mar 1, 2023 · 0 comments
Open

Index import, export, part, and part of directives #2

matthewnitschke-wk opened this issue Mar 1, 2023 · 0 comments

Comments

@matthewnitschke-wk
Copy link
Contributor

matthewnitschke-wk commented Mar 1, 2023

Imports and their prefixes are completely ignored, these should be indexed so they can be navigated to

import 'dart:math' as math;
import 'package:some_package/package.dart';
import '../foo/bar.dart' as something;
import '../other.dart' hide Foo;
import '../other2.dart' show Bar;
export 'somewhere.dart';
part 'somewhere.dart';
part of '../somewhere_else.dart';
@matthewnitschke-wk matthewnitschke-wk changed the title Index imports Index library directives Mar 3, 2023
@matthewnitschke-wk matthewnitschke-wk changed the title Index library directives Index import and export directives Mar 3, 2023
@matthewnitschke-wk matthewnitschke-wk changed the title Index import and export directives Index import / export / part and part of directives Mar 6, 2023
@matthewnitschke-wk matthewnitschke-wk changed the title Index import / export / part and part of directives Index import, export, part, and part of directives Mar 6, 2023
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 a pull request may close this issue.

1 participant