SRNV

Results 18 issues of SRNV

this code ```typescript case 'update:xxx': const { i } = ctx; this.counts[i]= 0; ``` will be transformed to ```typescript ___("counts[i]", this, this.counts[i] = 0); ``` the first argument should only...

should - minify code - tree shaking - compile

enhancement
production

## O3 syntax High-Lighting - [ ] Type checking - [ ] in props - [x] in proto - [ ] SH can high light: - [x] default - [x]...

- [x] 'use http as' supported - [ ] install syntax supported - [ ] write tests - [ ] all components are rendered (all types, remote or not) -...

enhancement

Controllers will help us inside dev environment to simulate back services. Controllers are components too. here's an example. ![Screenshot from 2020-06-30 09-32-34](https://user-images.githubusercontent.com/37340675/86097350-cd54fc80-bab4-11ea-9ca0-36d29223b4a5.png) this will helps simulate services quickly - [...

Integrated Ogone-Dev-Tools - [ ] Browse with ease inside you application - [ ] you can debugg faster, easier. - [x] you can see the datas of the components -...

enhancement
dev-tool

we need to improve the documentation inside app example. this is a good way to learn Ogone ![Screenshot from 2020-06-05 15-39-34](https://user-images.githubusercontent.com/37340675/86106234-98e73d80-bac0-11ea-8fc3-783615430624.png)

documentation
help wanted

this includes: - [ ] unit tests - [ ] case 'test' is supported (..) - [x] Automated stress tests (already implemented in Ogone repo) - [ ] Automated e2e...

dev-tool