d
This commit is contained in:
2
toSwift
2
toSwift
@@ -13,9 +13,11 @@ let fileDst = process.argv[3];
|
||||
let globalReplacements = {
|
||||
"function": "func",
|
||||
"number": "Float",
|
||||
"Number": "Float",
|
||||
"):": ") ->",
|
||||
"interface": "protocol",
|
||||
"})": "}", // forEach
|
||||
".push(": ".append(", // array
|
||||
};
|
||||
|
||||
console.log(`Converting '${fileSrc}' to '${fileDst}'`);
|
||||
|
||||
Reference in New Issue
Block a user