Skip to content

Commit df0d043

Browse files
Remove unused aliasNameByType map
1 parent 0c44eba commit df0d043

File tree

1 file changed

+0
-2
lines changed
  • Plugins/BridgeJS/Sources/TS2Swift/JavaScript/src

1 file changed

+0
-2
lines changed

Plugins/BridgeJS/Sources/TS2Swift/JavaScript/src/processor.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@ export class TypeProcessor {
5656
this.processedTypes = new Map();
5757
/** @type {Map<ts.Type, ts.Node>} Seen position by type */
5858
this.seenTypes = new Map();
59-
/** @type {Map<ts.Type, string>} Preferred alias names by underlying type */
60-
this.aliasNameByType = new Map();
6159
/** @type {string[]} Collected Swift code lines */
6260
this.swiftLines = [];
6361
/** @type {Set<string>} */

0 commit comments

Comments
 (0)