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

niche browser support case (cf https://github.com/pinojs/pino/pull/612) #79

Merged
merged 1 commit into from
May 14, 2019

Conversation

davidmarkclements
Copy link
Collaborator

@davidmarkclements davidmarkclements commented May 11, 2019

rather than exporting all symbols in pino browser which adds payload overhead and causes back compat issues (pinojs/pino#647 IE11 doesn't support Symbols - the alternative is more payload overhead for a polyfill) we can use Symbol.for instead in hapi-pino to support the case from pinojs/pino#612

@coveralls
Copy link

Coverage Status

Coverage remained the same at 98.808% when pulling cfce6f0 on niche-browser-support-case into c6c8f60 on master.

Copy link
Collaborator

@mcollina mcollina left a comment

Choose a reason for hiding this comment

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

LGTM

@davidmarkclements davidmarkclements merged commit 61eaefb into master May 14, 2019
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.

None yet

3 participants