summaryrefslogtreecommitdiff
path: root/tests/specs/serve/type_check2/main.out
blob: 259acb85b797a71aae5d978e9e80c507a0641827 (plain)
1
2
3
4
5
Check [WILDCARD]
error: TS2339 [ERROR]: Property 'doesnt_exist' does not exist on type 'Request'.
    console.log(request.doesnt_exist);
                        ~~~~~~~~~~~~
    at [WILDCARD]main.ts:3:25