Add a statement to trigger TypeScript checking
TypeScript is not checking JSDoc comments attached to the EOF token. See https://github.com/Microsoft/TypeScript/issues/26905
This commit is contained in:
@@ -4,3 +4,5 @@
|
|||||||
* @typedef {Array<number>} Pixel
|
* @typedef {Array<number>} Pixel
|
||||||
* @api
|
* @api
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
export let nothing;
|
||||||
|
|||||||
Reference in New Issue
Block a user