We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c44eba commit df0d043Copy full SHA for df0d043
1 file changed
Plugins/BridgeJS/Sources/TS2Swift/JavaScript/src/processor.js
@@ -56,8 +56,6 @@ export class TypeProcessor {
56
this.processedTypes = new Map();
57
/** @type {Map<ts.Type, ts.Node>} Seen position by type */
58
this.seenTypes = new Map();
59
- /** @type {Map<ts.Type, string>} Preferred alias names by underlying type */
60
- this.aliasNameByType = new Map();
61
/** @type {string[]} Collected Swift code lines */
62
this.swiftLines = [];
63
/** @type {Set<string>} */
0 commit comments