Closed jpalala closed 3 years ago
See https://gist.github.com/jpalala/e40d69d3b2e56f51e32aaa70c96307b2
The TSC / tslint is having trouble compiling on line 8:
// src/server.ts#L8 app.add([{ path: '/', GET: () => 'Hello World!', //Line 8 }]);
@jpalala What version of @mayajs/router you are using?
@mayajs/router
based on package-lock, its "version": "0.3.0",
Can you try npm i @mayajs/router@next and run it again.
npm i @mayajs/router@next
See https://gist.github.com/jpalala/e40d69d3b2e56f51e32aaa70c96307b2
The TSC / tslint is having trouble compiling on line 8: