Skip to content

Move 'use strict' above #16

@BYVoid

Description

@BYVoid
function test() {
    'use strict';
    f(obtain());
}

Actual

function test() {
  var _$err;
  'use strict';
  f(function () {
    _$err = arguments[0];
    if (_$err)
      throw _$err;
  });
}

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions