myitcv / x

Mono-repo for all myitcv.io/... Go code
MIT License
103 stars 20 forks source link

react/cmd/reactGen: crash when judge HasEquals #37

Open lijianying10 opened 6 years ago

lijianying10 commented 6 years ago

ON https://github.com/myitcv/x/blob/470b16550b72f5c33a66f256298c61e5e7ff9bbd/react/cmd/reactGen/comp_gen.go#L129 When m.Type.Results is nil the https://github.com/myitcv/x/blob/470b16550b72f5c33a66f256298c61e5e7ff9bbd/react/cmd/reactGen/comp_gen.go#L133 will panic with nil pointer dereference.

Same bug on line:

https://github.com/myitcv/x/blob/470b16550b72f5c33a66f256298c61e5e7ff9bbd/react/cmd/reactGen/comp_gen.go#L153

https://github.com/myitcv/x/blob/470b16550b72f5c33a66f256298c61e5e7ff9bbd/react/cmd/reactGen/comp_gen.go#L157