Skip to content

Support determining the page_width given a list / lists of multiple included files #1591

@srawlins

Description

@srawlins

For dart-lang/sdk#47256, the analyzer recently supports merging multiple include files, in an analysis options file. So before we only supported:

include: some_file.yaml

and we now additionally support:

include:
  - one_file.yaml
  - ../../another.yaml
  - package:foo/thrid.yaml

I believe this package has it's own YAML merging logic to read the single (chain of) include files.

Metadata

Metadata

Assignees

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