X Tutup
Skip to content

fix: remove typescript references to d.ts files from benchpress and e2e tests#8050

Closed
IgorMinar wants to merge 1 commit intoangular:masterfrom
IgorMinar:remove-refs
Closed

fix: remove typescript references to d.ts files from benchpress and e2e tests#8050
IgorMinar wants to merge 1 commit intoangular:masterfrom
IgorMinar:remove-refs

Conversation

@IgorMinar
Copy link
Copy Markdown
Contributor

using "/// <reference" is incorrect because it makes our code non-portable. The correct solution is to provide
these typings as ambient typings as an additional entry point - which we already do.

…2e tests

using "/// <reference" is incorrect because it makes our code non-portable. The correct solution is to provide
these typings as ambient typings as an additional entry point - which we already do.
@IgorMinar IgorMinar added type: bug/fix action: review The PR is still awaiting reviews from at least one requested reviewer labels Apr 13, 2016
@alexeagle alexeagle added pr_state: LGTM action: merge The PR is ready for merge by the caretaker and removed action: review The PR is still awaiting reviews from at least one requested reviewer labels Apr 13, 2016
@angular-automatic-lock-bot
Copy link
Copy Markdown

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 8, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

action: merge The PR is ready for merge by the caretaker cla: yes type: bug/fix

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

X Tutup