Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: remove old compiler options #14891

Merged
merged 1 commit into from Mar 7, 2017

Conversation

tbosch
Copy link
Contributor

@tbosch tbosch commented Mar 2, 2017

DEPRECATION

  • CompilerOptions.debug has no effect any more, as the compiler
    always produces the same code independent of debug mode.

@tbosch tbosch requested a review from vicb March 2, 2017 21:44
@tbosch tbosch force-pushed the compiler_config branch 2 times, most recently from af591b9 to a651c80 Compare March 2, 2017 22:34
@@ -93,6 +93,9 @@ export class Compiler {
* @experimental
*/
export type CompilerOptions = {
/**
* @deprecated this option has no effect anymore.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

from v4

@tbosch tbosch force-pushed the compiler_config branch 3 times, most recently from ebe9071 to 51983ab Compare March 3, 2017 00:14
@tbosch tbosch added the action: merge The PR is ready for merge by the caretaker label Mar 3, 2017
@IgorMinar IgorMinar self-requested a review March 7, 2017 01:17
DEPRECATION:
- `CompilerOptions.debug` has no effect any more, as the compiler
  always produces the same code independent of debug mode.
@chuckjaz chuckjaz merged commit 1cff125 into angular:master Mar 7, 2017
@tbosch tbosch deleted the compiler_config branch March 8, 2017 23:49
SamVerschueren pushed a commit to SamVerschueren/angular that referenced this pull request Mar 18, 2017
DEPRECATION:
- `CompilerOptions.debug` has no effect any more, as the compiler
  always produces the same code independent of debug mode.
asnowwolf pushed a commit to asnowwolf/angular that referenced this pull request Aug 11, 2017
DEPRECATION:
- `CompilerOptions.debug` has no effect any more, as the compiler
  always produces the same code independent of debug mode.
juleskremer pushed a commit to juleskremer/angular that referenced this pull request Aug 28, 2017
DEPRECATION:
- `CompilerOptions.debug` has no effect any more, as the compiler
  always produces the same code independent of debug mode.
@angular-automatic-lock-bot
Copy link

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 11, 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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants