mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-27 06:50:46 -08:00
* Refactor parse mode out of getTransclusionTarget * Refactor missing transclusion target * Add a test to avoid regressions on the handling of macros vs procedures * Refactor condition logic * Preparing to split getTransclusionTarget into two separate functions * Split getTransclusionTarget into getTransclusionTargetIncludingParseTreeNodes * Resolve another inefficiency The transclusion target was sometimes being parsed twice when transcluding as text/plain Associated test results are also made more consistent * Simplify method naming * Neatening up |
||
|---|---|---|
| .. | ||
| FunctionAttributes.tid | ||
| FunctionOperator.tid | ||
| IndentedFunctions.tid | ||
| MissingFunction.tid | ||
| RunawayRecursiveFunctions.tid | ||
| UndefinedParameters.tid | ||
| WikifiedFunctions.tid | ||