From 60e907fb489f550ef38e4ec8c340f8fd8d4716dc Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Wed, 5 Sep 2018 09:13:24 -0600 Subject: [PATCH] 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 --- src/ol/pixel.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ol/pixel.js b/src/ol/pixel.js index 30d0b512ec..3d7292a906 100644 --- a/src/ol/pixel.js +++ b/src/ol/pixel.js @@ -4,3 +4,5 @@ * @typedef {Array} Pixel * @api */ + +export let nothing;