Skip to content

Conversation

coderaiser
Copy link

Running code a couple times with:

run.$inject = ["$document", "$http", "$injector"];
export default function run($document, $http, $injector) {
  'ngInject';
}

produces:

run.$inject = ["$document", "$http", "$injector"];
run.$inject = ["$document", "$http", "$injector"];
export default function run($document, $http, $injector) {
  'ngInject';
}

Related to coderaiser/putout#128

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant