From f971393ee0997f8468e061a8d6ebcf6671c260ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Kr=C3=B6g?= Date: Thu, 11 Aug 2022 22:40:14 +0200 Subject: [PATCH] Correct import statement for default exported methods --- config/jsdoc/api/template/tmpl/method.tmpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/jsdoc/api/template/tmpl/method.tmpl b/config/jsdoc/api/template/tmpl/method.tmpl index 1a378687e2..4fdd023627 100644 --- a/config/jsdoc/api/template/tmpl/method.tmpl +++ b/config/jsdoc/api/template/tmpl/method.tmpl @@ -35,7 +35,8 @@ if (/-dev$/.test(version)) {
-
import {} from '';
+ +
import  from '';