Experimental support for client-side builds

These changes allow tiddlywiki.js to cook it's own components into a
skeletal new-school client-side TiddlyWiki.
This commit is contained in:
Jeremy Ruston
2011-12-13 12:30:09 +00:00
parent f112048682
commit 8ed8772b82
22 changed files with 468 additions and 51 deletions

View File

@@ -1,8 +1,5 @@
(function(){
/*
WikiTextParser.js
/*\
title: js/WikiTextParser.js
Parses a block of tiddlywiki-format wiki text into a parse tree object.
@@ -23,7 +20,8 @@ Text nodes are:
{type: "text", value: "string of text node"}
*/
\*/
(function(){
/*jslint node: true */
"use strict";