Commit Graph

175 Commits (fb8bab8164916bddbbc9643ae0785ea8bfe81f9c)

Author SHA1 Message Date
Rich Harris a023346c91 validation
7 years ago
Rich Harris c1f34e3e2a validate ref callees (#686)
7 years ago
Rich Harris 2c9fb31a9e simplify tests
7 years ago
Rich Harris 5499327a70 refactoring, and more :global(...) fixes
7 years ago
Rich Harris 61f5cbef54 Merge pull request #630 from sveltejs/gh-620
7 years ago
Rich Harris ff40308358 only enforce static type if input is bound (fixes #620)
7 years ago
Rich Harris d45699db6f warn on missing component (#623)
7 years ago
Rich Harris 1db0d465b0 Merge pull request #600 from sveltejs/gh-575
7 years ago
Rich Harris 75ea52754d always use helpers if referenced, not just for CallExpressions, and warn on context clashes (#575)
7 years ago
Rich Harris b2ea03dde0 prevent textarea from having both value and children
7 years ago
Conduitry 4c740513f8 downgrade invalid callee error for event handlers to a warning (#579)
7 years ago
Rich-Harris 642b414c9c validate transition directives - closes #564
7 years ago
Rich-Harris 37749bd3e4 validate <:Window>
7 years ago
Rich-Harris 5e042c4c8e add test
7 years ago
Rich-Harris 754688cf48 include destroy as valid built-in method for event handlers (fixes #523)
8 years ago
Rich-Harris e345287a76 rename root to state, and allow state to be used as context
8 years ago
Rich-Harris b914a2294a validate bindings
8 years ago
Rich Harris cc722f8f7a handle this.get special case in helpers
8 years ago
Rich Harris fa65f7af60 enforce helper function purity
8 years ago
Rich Harris c7ac8b82ba check that event handler callee corresponds to a valid method
8 years ago
Rich Harris 3595470305 validate namespaces
8 years ago
Rich Harris 99d6502bfd better error for attempts to use getters/setters for methods. closes #425
8 years ago
Conduitry f6934a1d20 disallow `import root` during validation
8 years ago
Conduitry 6d1623cf0e new aliaser mechanism replacing existing mechanism and counters; a bunch more deconflicting
8 years ago
Rich-Harris 60ed068a59 move tests around to facilitate registering babel based on environment
8 years ago