1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-03 02:33:15 +00:00
TiddlyWiki5/core/modules/parsers
Jermolene accd4a1b65 Fix regexp performance problem introduced in c7b31b0242
This fixes a problem introduced in
c7b31b0242.

The changes by @tobibeer inadvertently made the regular expression
evaluation significantly more expensive because of lookahead. The is
less elegant but reverts the performance problem.
2016-10-17 19:08:01 +01:00
..
wikiparser Fix regexp performance problem introduced in c7b31b0242 2016-10-17 19:08:01 +01:00
audioparser.js Add audio/ogg to the list of recognised audio formats 2014-10-19 22:09:17 +02:00
csvparser.js Change more "tw-*" classes to "tc-*" 2014-08-28 18:21:08 +01:00
htmlparser.js Fix sandbox attribute for html parser generated iframes 2016-05-17 15:45:10 -06:00
imageparser.js First pass at external image support 2014-06-12 08:36:30 +01:00
parseutils.js Performance optimisations 2015-07-05 19:47:44 +01:00
textparser.js Get rid of the tweakParseTreeNode() hack 2014-05-14 08:51:08 +01:00
videoparser.js Add support for tiddlers containing mp4 videos 2015-10-01 12:13:38 +01:00