1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-01 09:43:16 +00:00
Commit Graph

9 Commits

Author SHA1 Message Date
Jeremy Ruston
2e0e74a353 Removed the old pre-rabbit hole code
And the async module it was using
2012-07-13 17:21:46 +01:00
Jeremy Ruston
ac50352877 Esprima update 2012-05-07 09:43:29 +01:00
Jeremy Ruston
f6338d9109 Replace pegs parser with Esprima
It preserves comments and text positions, enabling us to do syntax
highlighting. Hopefully.
2012-03-01 22:47:31 +00:00
Jeremy Ruston
5a8b6afc03 Removed uglify.js
Because we're using peg.js now
2012-01-03 12:30:07 +00:00
Jeremy Ruston
b27a99a7fb Added pegjs
Which is going to replace uglify
2011-12-28 18:03:07 +00:00
Jeremy Ruston
0d1a2ef21c Added uglify.js 2011-12-21 13:03:37 +00:00
Jeremy Ruston
351e5b3e1f Restored async.js module
Got lost in a spate of Git confusion on my part
2011-12-02 16:12:31 +00:00
Jeremy Ruston
efd194141c Major refactoring of async code
The result is correct handling of tiddlers being overwritten within
recipes.
2011-12-02 14:40:18 +00:00
Jeremy Ruston
afa1f77dc6 Brought in caolan's async library
See https://github.com/caolan/async/
2011-12-01 15:35:17 +00:00