Unverified Commit 32bbdc45 authored by Rich Trott's avatar Rich Trott Committed by Shelley Vohr
Browse files

tools: remove superfluous regex in tools/doc/json.js

Remove noCallOrProp from tools/doc/json.js. It is a negative lookahead
that is only used in one regex where it is placed immediately before a
terminating $, thus rendering it meaningless.

PR-URL: https://github.com/nodejs/node/pull/33998


Reviewed-By: default avatarLuigi Pinca <luigipinca@gmail.com>
Reviewed-By: default avatarJamie Davis <davisjam@vt.edu>
parent c0febb59
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment