Skip to content

Conversation

@TimothyGu
Copy link
Member

Before:

{"textRaw": "`children`{Array} ", "name": "children", "desc": "<p>The module objects required by this one.\n\n</p>\n" },

(https://nodejs.org/api/modules.json)

After:

{"textRaw": "`children`{Array} ", "type": "Array", "name": "children", "desc": "<p>The module objects required by this one.\n\n</p>\n" },

@mscdexmscdex added doc Issues and PRs related to the documentations. tools Issues and PRs related to the tools directory. and removed doc Issues and PRs related to the documentations. labels Jan 26, 2016
@mscdex
Copy link
Contributor

LGTM with a couple of nits: the commit should target tools: instead of doc: and the first line of the commit message needs to be 50 characters or less.

@TimothyGu
Copy link
MemberAuthor

@mscdex, done.

@jasnell
Copy link
Member

LGTM

@mscdexmscdex changed the title doc: fix type sniffing for properties in JSON generationtools: fix type sniffing for properties in JSON generationJan 27, 2016
@TimothyGu
Copy link
MemberAuthor

Ping.

@Trott
Copy link
Member

I don't think running CI does anything with tools/doc/json.js but just in case...

CI: https://ci.nodejs.org/job/node-test-pull-request/1442/

@Trott
Copy link
Member

Not sure what's up with the ARM hosts in CI right now (stuck in pending, won't start a CI run) but everything else is green.

This probably isn't even anything anyone will ever run on ARM anyway since it's internal tooling.

And CI doesn't even exercise this code, so the CI run is kind of a symbolic gesture more than anything else.

So, will land in another minute or two...

@Trott
Copy link
Member

Landed in 5d8c192b42bd4f9bbdc20fd22bb797663901718c

@TrottTrott closed this Jan 30, 2016
@TimothyGuTimothyGu deleted the type-in-props branch January 30, 2016 18:54
Trott pushed a commit to Trott/io.js that referenced this pull request Jan 30, 2016
PR-URL: nodejs#4884 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Brian White <[email protected]>
@Trott
Copy link
Member

Landed in ab45390

rvagg pushed a commit that referenced this pull request Feb 8, 2016
PR-URL: #4884 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Brian White <[email protected]>
MylesBorins pushed a commit that referenced this pull request Feb 17, 2016
PR-URL: #4884 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Brian White <[email protected]>
MylesBorins pushed a commit that referenced this pull request Feb 18, 2016
PR-URL: #4884 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Brian White <[email protected]>
@MylesBorinsMylesBorins mentioned this pull request Feb 18, 2016
MylesBorins pushed a commit that referenced this pull request Mar 2, 2016
PR-URL: #4884 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Brian White <[email protected]>
scovetta pushed a commit to scovetta/node that referenced this pull request Apr 2, 2016
PR-URL: nodejs#4884 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Brian White <[email protected]>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

toolsIssues and PRs related to the tools directory.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@TimothyGu@mscdex@jasnell@Trott@MylesBorins