r111459 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r111458‎ | r111459 | r111460 >
Date:14:01, 14 February 2012
Author:gwicke
Status:ok (Comments)
Tags:
Comment:
Tweak comment about request module
Modified paths:
  • /trunk/extensions/VisualEditor/modules/parser/README.txt (modified) (history)

Diff [purge]

Index: trunk/extensions/VisualEditor/modules/parser/README.txt
@@ -11,7 +11,7 @@
1212 pegjs
1313 querystring
1414 html5
15 -request (implicitly installed by jsdom)
 15+request (implied by jsdom?)
1616 assert
1717
1818 The following additional modules are used in parserTests:

Follow-up revisions

RevisionCommit summaryAuthorDate
r111461request is automatically installed by jsdom. Follow-up to r111459. Thanks...gwicke14:15, 14 February 2012

Comments

#Comment by Hashar (talk | contribs)   14:06, 14 February 2012

'request' is installed by jsdom. Npm let you get direct dependency for a given package:


$ npm view jsdom dependencies
{ htmlparser: '1.x',
 request    : '2.x',  <--------------------
 cssom      : '0.2.x',
 contextify : '0.0.x' }
$

Status & tagging log