Commit Graph

3194 Commits (4231c62dbc9dee184f78d142eb6054f82ee1eb2a)
 

Author SHA1 Message Date
Rich Harris 4231c62dbc fix some more tests
8 years ago
Rich Harris a18ef98ca1 functions in attributes
8 years ago
Rich Harris fba0f58226 fix tests
8 years ago
Rich Harris d5d854c51a remove double condition
8 years ago
Rich Harris 76016581da fix test
8 years ago
Rich Harris ed35cdbf53 remove unused superclass method
8 years ago
Rich Harris 5d267f7121 only inject props and refs if necessary
8 years ago
Rich Harris 8ff75d7632 remove console-group, no longer necessary
8 years ago
Rich Harris 85151296ac fix test
8 years ago
Rich Harris ac1be5def2 fix for contextual bindings
8 years ago
Rich Harris 0fe16c8ecd remove some unused (and weird) code. honestly, all the binding stuff needs to be nuked from orbit
8 years ago
Rich Harris d7215443bb prevent double declarations
8 years ago
Rich Harris b55ba7a384 fix destructuring test
8 years ago
Rich Harris c70707ce74 more sophisticated instrumentation
8 years ago
Rich Harris ff0abb1061 update some more tests
8 years ago
Rich Harris 8e6084d135 fix some binding tests
8 years ago
Rich Harris 2bd3ccc12c indirect dependencies, ugh
8 years ago
Rich Harris b58d81b7e2 fix a few tests
8 years ago
Rich Harris 8f0a00dd36 oops
8 years ago
Rich Harris f93a647913 add component event declarations
8 years ago
Rich Harris 6786e1b0de fix shorthand events
8 years ago
Rich Harris aaf7acce77 use hoisting mechanism for components
8 years ago
Rich Harris 85a4b5272a remove unused imports
8 years ago
Rich Harris e5a5d891d2 unified approach to hoisted functions
8 years ago
Rich Harris 2a26afe3b4 update some tests
8 years ago
Rich Harris 7610ee16d2 update estree-walker
8 years ago
Rich Harris 4d12065915 fix lifecycle order, add CSS if necessary
8 years ago
Rich Harris e03f8d6590 handle nightmarish infinite loop situation
8 years ago
Rich Harris 72f3fde2b8 run afterRender after onMount
8 years ago
Rich Harris 3362c68132 fix
8 years ago
Rich Harris a5619187c2 warn when trying to set read-only data
8 years ago
Rich Harris de0830b0c5 warn on missing data
8 years ago
Rich Harris 58e532fc08 component shorthand events
8 years ago
Rich Harris 35412a9a92 dynamic component events
8 years ago
Rich Harris b28f87a6f5 remove obsolete tests
8 years ago
Rich Harris 880702d961 fix event context
8 years ago
Rich Harris f13c2272df update tests
8 years ago
Rich Harris 4c2fdcf657 fix contextual component bindings
8 years ago
Rich Harris 6c854a6d57 remove test - invalid identifiers will no longer work
8 years ago
Rich Harris 0adadd928f contextual binding fix
8 years ago
Rich Harris 989cc6d6b4 ignore globals
8 years ago
Rich Harris 73d269c286 remove obsolete tests
8 years ago
Rich Harris 3789c714d0 minor fixes
8 years ago
Rich Harris c95ba68e46 delete/update tests
8 years ago
Rich Harris e37cdd18b4 implement event shorthand
8 years ago
Rich Harris dbb11a5500 update some tests
8 years ago
Rich Harris 4ad548c44d update test
8 years ago
Rich Harris fecda031fc rename onmount,ondestroy,onprops,onupdate to onMount,onDestroy,beforeRender,afterRender
8 years ago
Rich Harris aceb3b7b20 fix test
8 years ago
Rich Harris eb6f7c392c bail out of change tracking on encountering function calls in templates. TODO avoid bailing where possible
8 years ago