mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Puts HTML.Tag, toHTML, and toJS in the "htmljs" package. Introduces toText for textareas and attributes. Changes dynamic attribute representation. Instances of HTML.Tag, HTML.CharRef, etc. are now "instanceof". Once this code seems to work, we'll move packages around further. - "htmljs" is the runtime; can even take out "tocode.js" - "html-tools" (new package) takes over for "html". Then, port the tests.