From 64998e762b4158627f18f10e6f34449a50363553 Mon Sep 17 00:00:00 2001
From: yakomaxa <47655565+yakomaxa@users.noreply.github.com>
Date: Sun, 14 Aug 2022 11:15:50 +0900
Subject: [PATCH] cleaning by lint and adding comments

---
 src/mol-script/transpilers/helper.ts                    | 1 +
 src/mol-script/transpilers/pymol/properties.ts          | 1 +
 src/mol-script/transpilers/rasmol/special_properties.ts | 1 +
 3 files changed, 3 insertions(+)

diff --git a/src/mol-script/transpilers/helper.ts b/src/mol-script/transpilers/helper.ts
index d4eaa1bbd..db368cb90 100644
--- a/src/mol-script/transpilers/helper.ts
+++ b/src/mol-script/transpilers/helper.ts
@@ -3,6 +3,7 @@
  *
  * @author Alexander Rose <alexander.rose@weirdbyte.de>
  * @author Panagiotis Tourlas <panagiot_tourlov@hotmail.com>
+ * @author Koya Sakuma
  */
 // import * as Q from 'parsimmon';
 import * as P from '../../mol-util/monadic-parser';
diff --git a/src/mol-script/transpilers/pymol/properties.ts b/src/mol-script/transpilers/pymol/properties.ts
index 715abe478..89c0a0fef 100644
--- a/src/mol-script/transpilers/pymol/properties.ts
+++ b/src/mol-script/transpilers/pymol/properties.ts
@@ -3,6 +3,7 @@
  *
  * @author Alexander Rose <alexander.rose@weirdbyte.de>
  * @author Panagiotis Tourlas <panagiot_tourlov@hotmail.com>
+ * @author Koya Sakuma
  */
 
 import { MolScriptBuilder } from '../../../mol-script/language/builder';
diff --git a/src/mol-script/transpilers/rasmol/special_properties.ts b/src/mol-script/transpilers/rasmol/special_properties.ts
index b577218b2..247374e35 100644
--- a/src/mol-script/transpilers/rasmol/special_properties.ts
+++ b/src/mol-script/transpilers/rasmol/special_properties.ts
@@ -3,6 +3,7 @@
  *
  * @author Alexander Rose <alexander.rose@weirdbyte.de>
  * @author Panagiotis Tourlas <panagiot_tourlov@hotmail.com>
+ * @author Koya Sakuma
  */
 
 import { MolScriptBuilder } from '../../../mol-script/language/builder';
-- 
GitLab