Skip to content

Investigate situation where static (safe) string is defined outside the current function #259

@mozfreddyb

Description

@mozfreddyb

The isolated case should be somewhere along the lines of

const tpl = `safe`;
async function foo() {
  bar.innerHTML = tpl;
}

If this one here above doesn't help, the original issues was at http://phabricator.services.mozilla.com/D223419#C8478574NL84

We do have tests for variable tracing within the same scope, so maybe that's just a limitation.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions