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

feat(ts): add types for Logger class #1316

Merged
merged 4 commits into from
Apr 20, 2021
Merged

feat(ts): add types for Logger class #1316

merged 4 commits into from
Apr 20, 2021

Conversation

ferdicus
Copy link
Member

@ferdicus ferdicus commented Apr 19, 2021

Description

As the title implies, this adds types for the public methods of the Logger class.
This should be enough to us it in a .ts|x file without it screaming in agony.

Fixes #1289

Checklist

  • [ ] I have tested this on a device/simulator for each compatible OS
  • I updated the documentation yarn generate
  • I mentioned this change in CHANGELOG.md
  • I updated the typings files (index.d.ts)
  • [ ] I added/ updated a sample (/example)

index.d.ts Outdated Show resolved Hide resolved
index.d.ts Show resolved Hide resolved
@ClayC-WeatherBug
Copy link
Contributor

I added a couple suggestions/questions, but I wouldn't block this PR for those items.

@ferdicus ferdicus merged commit ffa51af into master Apr 20, 2021
@ferdicus ferdicus deleted the feat/types-logger branch August 20, 2021 10:16
mikalaiulasevich pushed a commit to OneSoil-Platform/maps that referenced this pull request Sep 23, 2021
* feat(ts): add types for Logger class

* update changelog

* refactor(ts): review comments

* docs(Logger): add Logger docs [by hand 😭]
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.

export Logger in index.d.ts
2 participants