Skip to content

improve handling of private methods in polymer code generation #18490

Closed
@sigmundch

Description

@sigmundch

See: https://code.google.com/p/dart/issues/detail?id=18481

Options:
(a) give better error messages in cases like _highlightChanged
(b) add support for private methods. This would require:
  - switching smoke to use strings instead of symbols (#_foo is not supported)
  - switching codegeneration to generate code on each library (requires issue #18489), we then can generate the getters for these private symbols in the context of the same library

Metadata

Metadata

Assignees

No one assigned

    Labels

    P3A lower priority bug or feature requestarea-pkgUsed for miscellaneous pkg/ packages not associated with specific area- teams.type-enhancementA request for a change that isn't a bug

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions