Skip to content
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.

Accept arguments to process.nextTick(fn, ...args), just like Node.js's process.nextTick(callback [, ...args]). #85

Merged
merged 1 commit into from
Jun 12, 2019

Conversation

gruns
Copy link
Contributor

@gruns gruns commented Oct 17, 2018

Node.js's process.nextTick(callback [, ...args]) implementation accepts callback arguments.

This PR adds argument support to match.

@jsf-clabot
Copy link

jsf-clabot commented Oct 17, 2018

CLA assistant check
All committers have signed the CLA.

@gruns gruns changed the title Accept arguments to process.nextTick(fn, ...args), just like Node.js's process.nextTick(). Accept arguments to process.nextTick(fn, ...args), just like Node.js's process.nextTick(fn, ...args). Oct 17, 2018
@gruns gruns changed the title Accept arguments to process.nextTick(fn, ...args), just like Node.js's process.nextTick(fn, ...args). Accept arguments to process.nextTick(fn, ...args), just like Node.js's process.nextTick(callback [, ...args]). Oct 17, 2018
@sokra
Copy link
Member

sokra commented Jun 12, 2019

Thanks

@sokra sokra merged commit fb20a4a into webpack:master Jun 12, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants