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

- AppInsightsCore: Enable setting NotificationManager during initialization #1331

Merged
merged 2 commits into from
Aug 3, 2020

Conversation

MSNev
Copy link
Collaborator

@MSNev MSNev commented Jul 29, 2020

@MSNev MSNev requested a review from a team as a code owner July 29, 2020 18:23
@MSNev MSNev force-pushed the MSNev/SharedNotificationManager branch from 0319652 to 39375a5 Compare July 29, 2020 20:40
…zation

- Refactor code to provide better tree shaking and minification of generated code #1076
@MSNev MSNev force-pushed the MSNev/SharedNotificationManager branch from 39375a5 to 25b26ed Compare July 29, 2020 20:45
@@ -158,7 +158,7 @@ export class CoreUtils {
* @param {any} value - Value to be checked.
* @return {boolean} True if the value is a boolean, false otherwise.
*/
public static isBoolean(value: any): boolean {
public static isBoolean(value: any): value is boolean {
Copy link
Contributor

Choose a reason for hiding this comment

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

cool!

const subject = this.getSubject(initializer, name);
// this.name = name;
// this.initializer = initializer;
// }
Copy link
Contributor

Choose a reason for hiding this comment

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

will all of these be added back in?

Copy link
Collaborator Author

@MSNev MSNev Aug 1, 2020

Choose a reason for hiding this comment

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

As some point we should... But as they where never used I just commented them out for now over just straight out deleting.

@MSNev MSNev added this to the 2.5.7 milestone Aug 3, 2020
@MSNev MSNev merged commit 430caa1 into master Aug 3, 2020
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.

2 participants