X Tutup
Skip to content

Reflection transformer rewrites WebWorker bootstrap #3971

@jteplitz

Description

@jteplitz

On the UI developers bootstrap a WebWorker application by calling

import "package:angular2/web_workers/ui";
bootstrap("file.dart");

Currently the transformer will rewrite this to

import "package:angular2/web_workers/ui";
bootstrapStatic("file.dart");

Which will throw since bootstrapStatic isn't defined.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      X Tutup