Replaces basic escaping of special data with one based on hashes.
authorGoalSmashers <jakub@goalsmashers.com>
Fri, 27 Sep 2013 10:50:34 +0000 (12:50 +0200)
committerGoalSmashers <jakub@goalsmashers.com>
Fri, 27 Sep 2013 12:12:15 +0000 (14:12 +0200)
commit35f26c0417fe8c1c40a594541e4a6601838a7fcc
tree1e82aa9600fbd22bec056c50f1ccd9dba441109f
parent75f471d5feb28ae9913390a8c6da7ab9690df03b
Replaces basic escaping of special data with one based on hashes.

* Adds EscapeStore helper class to aid escaping and restoring.
* Necessary for selector- and property-level optimizations.
History.md
lib/text/comments.js
lib/text/escape-store.js [new file with mode: 0644]
lib/text/expressions.js
lib/text/free.js
lib/text/urls.js