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

Adding shim for perf_hooks in deno #1088

Merged
merged 4 commits into from
Aug 3, 2021

Conversation

JayaKrishnaNamburu
Copy link
Contributor

@JayaKrishnaNamburu JayaKrishnaNamburu commented Aug 2, 2021

Just upstreaming the shims that we are trying to add into jspm-core 😄. Please let me know if there are any changes needed.

@CLAassistant
Copy link

CLAassistant commented Aug 2, 2021

CLA assistant check
All committers have signed the CLA.

node/perf_hooks.ts Outdated Show resolved Hide resolved
Copy link
Contributor

@guybedford guybedford left a comment

Choose a reason for hiding this comment

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

LGTM.

You can also include a README update for https://github.com/denoland/deno_std/blob/main/node/README.md#supported-builtins to note this builtin is now implemented.

@JayaKrishnaNamburu JayaKrishnaNamburu changed the title Adding shim for perf_hooks in demo Adding shim for perf_hooks in deno Aug 2, 2021
Copy link
Member

@kt3k kt3k left a comment

Choose a reason for hiding this comment

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

Thank you for your contribution! I left a few comments.

Some of the lines look formatted incorrectly. Please run deno fmt node/perf_hooks.ts

node/perf_hooks.ts Outdated Show resolved Hide resolved
Copy link
Member

@kt3k kt3k left a comment

Choose a reason for hiding this comment

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

@JayaKrishnaNamburu LGTM. Thank you for your contribution!

(Note: I fixed a few type errors to pass the CI check. Please let me know if you find a problem in typing.)

@kt3k kt3k merged commit 933959b into denoland:main Aug 3, 2021
@JayaKrishnaNamburu
Copy link
Contributor Author

Thank you @kt3k sure will let you know if there are any 👍

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.

4 participants