cleartype
v0.0.8
Published
<!-- START doctoc generated TOC please keep comment here to allow auto update --> <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> **Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*
Readme
ClearType
Table of Contents generated with DocToc
ClearType
To Do
[—]put typespaces inbuiltinsinto objecttypespaces?[—]it should be possible to use arbitrary field names in the declaration[—]types are anonymous[—]model and POC for standardized function signatures:f = ( p_0, p_1, .._., p_n, cfg_0, cfg_1, ..., cfg_m ) ->is understood asf:( { p_0, }, { p_1, }, ..., { p_n, }, cfg_0, cfg_1, ..., cfg_m )and then resolved ascfg = { { p_0, }..., { p_1, }..., ..., { p_n, }..., cfg_0..., cfg_1..., ..., cfg_m..., }[—]better validation error messages[—]consider usingObject.create nullfor templates[—]consider using properties for function properties of templates
Is Done
[+]renameTMP_typespace1tostd[+]renamectx.typestoctx.ctto mirror nameCTof the defaultCleartypeinstance
