Skip to content

Typescript/log service #1337

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

Merged
merged 4 commits into from
Jun 6, 2021
Merged

Typescript/log service #1337

merged 4 commits into from
Jun 6, 2021

Conversation

mendyEdri
Copy link
Contributor

Description

Migrate LogService to typescript.

Changelog

Migrate LogService to typescript.

Copy link
Contributor

@lidord-wix lidord-wix left a comment

Choose a reason for hiding this comment

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

I think you should update generatedTypes/index.d.ts as well :)

@mendyEdri mendyEdri requested a review from lidord-wix June 6, 2021 08:01
Comment on lines 1 to 11
declare function warn(message: string): void;
declare function deprecationWarn({ component, oldProp, newProp }: {
component: string;
oldProp: string;
newProp?: string;
}): void;
declare const _default: {
warn: typeof warn;
deprecationWarn: typeof deprecationWarn;
};
export default _default;
Copy link
Contributor

Choose a reason for hiding this comment

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

This file is actually required..
run npm run build:dev and you'll see this file added :)

@lidord-wix lidord-wix merged commit b209598 into master Jun 6, 2021
@mendyEdri mendyEdri deleted the typescript/log-service branch June 10, 2021 07:29
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