Skip to content

Conversation

@Trott
Copy link
Member

Backport of #9374 for v4.x-staging. @thealphanerd

  • remove unnecessary backslash (\) escaping in regular expressions
  • favor === over ==
  • multiline arrays indentation consistent with other indentation

PR-URL: #9374
Reviewed-By: Rod Vagg [email protected]
Reviewed-By: Colin Ihrig [email protected]
Reviewed-By: James M Snell [email protected]
Reviewed-By: Roman Reiss [email protected]

* remove unnecessary backslash (`\`) escaping in regular expressions * favor `===` over `==` * multiline arrays indentation consistent with other indentation PR-URL: nodejs#9374 Reviewed-By: Rod Vagg <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Roman Reiss <[email protected]>
@nodejs-github-botnodejs-github-bot added repl Issues and PRs related to the REPL subsystem. v4.x labels Nov 22, 2016
@TrottTrott mentioned this pull request Nov 22, 2016
2 tasks
@MylesBorins
Copy link
Contributor

landed in 3d45b35

@TrottTrott deleted the backport-v4-9374 branch January 13, 2022 22:44
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

replIssues and PRs related to the REPL subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@Trott@MylesBorins@jasnell@nodejs-github-bot