d
This commit is contained in:
13
shared/gen
13
shared/gen
@@ -2,15 +2,6 @@
|
||||
|
||||
SCRIPT_DIR=$(cd "$(dirname "$0")" ; pwd -P)
|
||||
|
||||
FILES=(
|
||||
memoryGap
|
||||
memoryItemPositions
|
||||
memorySide
|
||||
memorySpace
|
||||
)
|
||||
|
||||
for file in ${FILES[*]}; do
|
||||
$SCRIPT_DIR/../toSwift $SCRIPT_DIR/$file.ts $SCRIPT_DIR/Swift/$file.swift
|
||||
tsc $SCRIPT_DIR/$file.ts --outfile $SCRIPT_DIR/JavaScript/$file.js
|
||||
done
|
||||
tsc $SCRIPT_DIR/typeScript.ts --outfile $SCRIPT_DIR/javaScript.js
|
||||
#$SCRIPT_DIR/../toSwift $SCRIPT_DIR/typeScript.ts $SCRIPT_DIR/swift.swift
|
||||
|
||||
|
||||
Reference in New Issue
Block a user