If you are designing a REST API where your endpoints always receive and return JSON then you can use@JsonControllerdecorator instead of@Controller. This will guarantee you that data returned by your controller actions always be transformed to JSON andContent-Typeheader will be always set toapplicat...
eslint-plugin: [prefer-includes] don't auto fix when test method's argument type doesn't have an 'includes' method (#2391) (71c4c72)3.9.0 (2020-08-10)Bug Fixeseslint-plugin: [no-throw-literal] support type assertions (#2354) (470174a) Featureseslint-plugin: [no-unsafe-assignment/...
letting me design the constraints and having one of our developers who is new to typescript (and javascript) fill in the implementation. The implementation is then passed to a test that accepts a function with the interface's signature. ...
That doesn't make sense, since those calls should be replacing calls to scanJSDocToken. I'm going to (1) re-run perf measurements on the most recent commit (maybe it's a fluke!) (2) step through comment parsing in compiler-unions to see if I can figure out if there's some ...