Ergonomic Framework for Humans
112 matches across 2 categories. Click a row to expand file-level details.
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | tsconfig.dts.json | 21 | // "jsxFragmentFactory": "", /* Specify the JSX Fragment reference used for fragments when t |
| LOW | tsconfig.dts.json | 41 | |
| LOW | tsconfig.dts.json | 61 | // "inlineSourceMap": true, /* Include sourcemap files inside the emitted JavaScript. */ |
| LOW | tsconfig.dts.json | 81 | // "noImplicitAny": true, /* Enable error reporting for expressions and declarations with |
| LOW | tsconfig.test.json | 21 | // "jsxFragmentFactory": "", /* Specify the JSX Fragment reference used for fragments when t |
| LOW | tsconfig.test.json | 41 | |
| LOW | tsconfig.test.json | 61 | // "inlineSourceMap": true, /* Include sourcemap files inside the emitted JavaScript. */ |
| LOW | tsconfig.test.json | 81 | // "noImplicitAny": true, /* Enable error reporting for expressions and declarations with |
| LOW | tsconfig.json | 21 | // "jsxFactory": "", /* Specify the JSX factory function used when targeting React J |
| LOW | tsconfig.json | 41 | // "noResolve": true, /* Disallow 'import's, 'require's or '<reference>'s from expand |
| LOW | tsconfig.json | 61 | // "mapRoot": "", /* Specify the location where debugger should locate map files |
| LOW | tsconfig.json | 81 | "strict": true, /* Enable all strict type-checking options. */ |
| LOW | test/sucrose/infer-body-reference.test.ts | 81 | |
| LOW | test/sucrose/infer-body-reference.test.ts | 101 | |
| LOW | test/sucrose/infer-body-reference.test.ts | 121 | // body: false, |
| LOW | test/extends/models.test.ts | 221 | post('/', { |
| LOW | test/extends/models.test.ts | 241 | // const correct = await app.handle( |
| LOW | test/extends/error.test.ts | 41 | |
| LOW | test/types/index.ts | 901 | // a: 'a' |
| LOW | test/types/index.ts | 921 | // } |
| LOW | test/types/index.ts | 941 | // .model('a', t.String()) |
| LOW | test/types/lifecycle/derive.ts | 1 | // /* eslint-disable @typescript-eslint/no-unused-vars */ |
| LOW | test/types/lifecycle/derive.ts | 21 | // // Inline Derive Array |
| LOW | test/types/lifecycle/derive.ts | 41 | |
| LOW | test/types/lifecycle/derive.ts | 61 | // } |
| LOW | test/types/lifecycle/derive.ts | 81 | // { |
| LOW | test/types/lifecycle/derive.ts | 101 | |
| LOW | test/types/lifecycle/derive.ts | 121 | // derive: [ |
| LOW | test/types/lifecycle/derive.ts | 141 | // }) |
| LOW | test/types/lifecycle/derive.ts | 161 | // }) |
| LOW | test/types/lifecycle/resolve.ts | 1 | // /* eslint-disable @typescript-eslint/no-unused-vars */ |
| LOW | test/types/lifecycle/resolve.ts | 21 | // // Inline Resolve Array |
| LOW | test/types/lifecycle/resolve.ts | 41 | |
| LOW | test/types/lifecycle/resolve.ts | 61 | // } |
| LOW | test/types/lifecycle/resolve.ts | 81 | // { |
| LOW | test/types/lifecycle/resolve.ts | 101 | |
| LOW | test/types/lifecycle/resolve.ts | 121 | // resolve: [ |
| LOW | test/types/lifecycle/resolve.ts | 141 | // }) |
| LOW | test/types/lifecycle/resolve.ts | 161 | // }) |
| LOW | test/types/lifecycle/resolve.ts | 181 | // }) |
| LOW | test/core/normalize.test.ts | 561 | // const app = new Elysia({ |
| LOW | test/core/normalize.test.ts | 581 | // } |
| LOW | test/core/normalize.test.ts | 601 | // oneGet: 'world' |
| LOW | test/core/normalize.test.ts | 621 | // }, |
| LOW | test/core/normalize.test.ts | 641 | // it('normalize response with getter fields on class array', async () => { |
| LOW | test/core/normalize.test.ts | 661 | // } |
| LOW | test/core/normalize.test.ts | 681 | |
| LOW | test/core/normalize.test.ts | 701 | // }, |
| LOW | test/core/normalize.test.ts | 721 | |
| LOW | test/core/normalize.test.ts | 741 | // this.two = hello |
| LOW | test/core/normalize.test.ts | 761 | // } |
| LOW | test/core/normalize.test.ts | 781 | // return this.four |
| LOW | test/core/normalize.test.ts | 801 | // { additionalProperties: false } |
| LOW | test/core/normalize.test.ts | 821 | |
| LOW | test/core/normalize.test.ts | 841 | |
| LOW | test/core/normalize.test.ts | 861 | // { |
| LOW | test/core/normalize.test.ts | 881 | // { |
| LOW | test/core/normalize.test.ts | 901 | // }, |
| LOW | test/core/normalize.test.ts | 921 | // oneGet: 'world' |
| LOW | test/core/normalize.test.ts | 941 | // field1: string, |
| 41 more matches not shown… | |||
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | test/types/index.ts | 2485 | return { id: params.id, name: 'John Doe' } |
| LOW | test/core/dynamic.test.ts | 493 | .get('/invalid', () => ({ name: 'Jane Doe' }), { |
| LOW | test/core/dynamic.test.ts | 501 | ({ status }) => status(201, { name: 'Jane Doe' }), |
| LOW | test/core/dynamic.test.ts | 541 | .get('/invalid', () => ({ name: 'Jane Doe' }), { |
| LOW | test/core/dynamic.test.ts | 565 | afterHandle: () => ({ name: 'Jane Doe' }), |
| LOW | test/core/dynamic.test.ts | 578 | status(201, { name: 'Jane Doe' }), |
| LOW | test/core/dynamic.test.ts | 621 | afterHandle: () => ({ name: 'Jane Doe' }), |
| LOW | test/validator/cookie.test.ts | 269 | expect(await valid.text()).toBe('user@example.com') |
| LOW | test/ws/connection.test.ts | 143 | let user: { id: '123'; name: 'Jane Doe' } | undefined |
| LOW | test/ws/connection.test.ts | 153 | name: 'Jane Doe' |
| LOW | test/ws/connection.test.ts | 173 | name: 'Jane Doe' |