Skip to content

Build: Migrate middleware-mockserver to modern JS #5196

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 1 commit into from
Jan 23, 2023

Conversation

mgol
Copy link
Member

@mgol mgol commented Jan 16, 2023

Summary

The test/middleware-mockserver.js file used to have the same ESLint settings applied as other test files that are directly run in tested browsers. Now it shares settings of other Node.js files.

The file is now also written using modern JS, leveraging ES2018.

Checklist

Sorry, something went wrong.

The `test/middleware-mockserver.js` file used to have the same ESLint
settings applied as other test files that are directly run in tested
browsers. Now it shares settings of other Node.js files.

The file is now also written using modern JS, leveraging ES2018.
@mgol mgol added this to the 3.7.0 milestone Jan 16, 2023
@mgol mgol self-assigned this Jan 16, 2023
Copy link
Member

@timmywil timmywil left a comment

Choose a reason for hiding this comment

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

I'm all for modern

@mgol mgol removed the Needs review label Jan 23, 2023
@mgol mgol merged commit ce90a48 into jquery:main Jan 23, 2023
@mgol mgol deleted the middleware-mockserver-es2018 branch January 23, 2023 22:20
mgol added a commit that referenced this pull request Jan 23, 2023
The `test/middleware-mockserver.js` file used to have the same ESLint
settings applied as other test files that are directly run in tested
browsers. Now it shares settings of other Node.js files.

The file is now also written using modern JS, leveraging ES2018.

Closes gh-5196

(cherry picked from commit ce90a48)
@mgol
Copy link
Member Author

mgol commented Jan 23, 2023

Landed on main in ce90a48 & on 3.x-stable in 6b2abbd.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

2 participants