mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 04:57:03 +00:00
Fixed: The objj2objcskeleton tool stop generating output if a SelectorLiteralExpression was used in the source file
This commit is contained in:
@@ -124,7 +124,8 @@ var errors = [],
|
||||
Reference: ignore,
|
||||
DictionaryLiteral: ignore,
|
||||
Dereference: ignore,
|
||||
ImportStatement: ignore
|
||||
ImportStatement: ignore,
|
||||
SelectorLiteralExpression: ignore
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user