[gjs/esm/static-imports] TEMP - silence jsdoc warnings
- From: Philip Chimento <pchimento src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gjs/esm/static-imports] TEMP - silence jsdoc warnings
- Date: Thu, 10 Dec 2020 23:57:38 +0000 (UTC)
commit f231e6fca45e73830fc00b0b46d9f1b98aed587d
Author: Philip Chimento <philip chimento gmail com>
Date: Thu Dec 10 15:57:33 2020 -0800
TEMP - silence jsdoc warnings
modules/esm/format.js | 4 ++++
1 file changed, 4 insertions(+)
---
diff --git a/modules/esm/format.js b/modules/esm/format.js
index 60a30d00..e474a46c 100644
--- a/modules/esm/format.js
+++ b/modules/esm/format.js
@@ -3,6 +3,10 @@
export const {vprintf} = imports._format;
+/**
+ * @param {any[]} args FIXME
+ */
export function format(...args) {
+ // eslint-disable-next-line no-invalid-this
return vprintf(this, args);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]