c6d57059ff
The markup unit test currently fails with the following message: TypeError: class heritage MessageList.Message is not an object or null This is because MessageList imports other modules that end up importing MessageList themselves in order to inherit from one of its classes. But as the MessageList imports hasn't finished yet (it's still processing its own imports), that class hasn't been defined yet. Work around that by importing Main first, so that the importer can process imports in a proper order. |
||
---|---|---|
.. | ||
insertSorted.js | ||
jsParse.js | ||
markup.js | ||
url.js |