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

tools: fix detecting constructor for JSON doc #4966

Closed
wants to merge 1 commit into from
Closed

tools: fix detecting constructor for JSON doc #4966

wants to merge 1 commit into from

Conversation

TimothyGu
Copy link
Member

It didn't detect cases like AssertionError as a class name.

@mscdex mscdex added the tools Issues and PRs related to the tools directory. label Jan 30, 2016
@chrisdickinson
Copy link
Contributor

LGTM!

@jasnell
Copy link
Member

jasnell commented Feb 1, 2016

LGTM

jasnell pushed a commit that referenced this pull request Feb 1, 2016
Regex previous was not detecting cases like AssertionError as
a class name.

PR-URL: #4966
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Chris Dickinson <chris@neversaw.us>
@jasnell
Copy link
Member

jasnell commented Feb 1, 2016

Landed in aeb2eb7

@jasnell jasnell closed this Feb 1, 2016
rvagg pushed a commit that referenced this pull request Feb 8, 2016
Regex previous was not detecting cases like AssertionError as
a class name.

PR-URL: #4966
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Chris Dickinson <chris@neversaw.us>
MylesBorins pushed a commit that referenced this pull request Feb 17, 2016
Regex previous was not detecting cases like AssertionError as
a class name.

PR-URL: #4966
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Chris Dickinson <chris@neversaw.us>
MylesBorins pushed a commit that referenced this pull request Feb 18, 2016
Regex previous was not detecting cases like AssertionError as
a class name.

PR-URL: #4966
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Chris Dickinson <chris@neversaw.us>
@MylesBorins MylesBorins mentioned this pull request Feb 18, 2016
MylesBorins pushed a commit that referenced this pull request Mar 2, 2016
Regex previous was not detecting cases like AssertionError as
a class name.

PR-URL: #4966
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Chris Dickinson <chris@neversaw.us>
scovetta pushed a commit to scovetta/node that referenced this pull request Apr 2, 2016
Regex previous was not detecting cases like AssertionError as
a class name.

PR-URL: nodejs#4966
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Chris Dickinson <chris@neversaw.us>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tools Issues and PRs related to the tools directory.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants