0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-11-30 00:46:29 +01:00
svelte/compiler
Nico Rehwaldt 65cdead991 Verify computed property dependencies
Improves the validator to fail if someone forgets to declare
dependent properties for computed state:

```
export default {
  computed: {
    bar: () => { return new Date().getTime(); }
  }
};
```
2016-12-04 21:22:48 +01:00
..
generate keep target and anchor inside mount method 2016-12-04 09:34:45 -05:00
parse use decodeCharacterReferences in text.js, not tag.js 2016-12-02 11:44:00 -05:00
utils basic validation 2016-11-26 10:52:25 -05:00
validate Verify computed property dependencies 2016-12-04 21:22:48 +01:00
index.js IIFE and UMD builds (#27) 2016-11-26 18:49:26 -05:00