r110474 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r110473‎ | r110474 | r110475 >
Date:10:32, 1 February 2012
Author:gwicke
Status:deferred
Tags:
Comment:
Remove some modules normally bundled with node.js from dependencies, and
remove some older ones that are only used in currently-dead code.
Modified paths:
  • /trunk/extensions/VisualEditor/modules/parser/README.txt (modified) (history)

Diff [purge]

Index: trunk/extensions/VisualEditor/modules/parser/README.txt
@@ -4,14 +4,17 @@
55
66 npm dependencies: (This should be a proper package.json for npm to do it automatically?)
77
8 -assert
9 -buffer
10 -events
11 -fs
128 jquery
139 jsdom
 10+buffer
1411 optimist
15 -path
1612 pegjs
1713 querystring
18 -request
 14+html5
 15+request (implicitly installed by jsdom)
 16+assert
 17+
 18+The following additional modules are used in parserTests:
 19+
 20+colors (for parserTests eye candy)
 21+diff (parserTests output diffing)

Status & tagging log