Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert standard adobe libraries #341

Open
JonnyTech opened this issue Mar 29, 2019 · 0 comments
Open

Convert standard adobe libraries #341

JonnyTech opened this issue Mar 29, 2019 · 0 comments

Comments

@JonnyTech
Copy link

My project uses standard adobe libraries:

com/adobe/fileformats/vcard/Address.as
com/adobe/utils/ArrayUtil.as
com/adobe/images/BitString.as
com/adobe/protocols/dict/util/CompleteResponseEvent.as
com/adobe/protocols/dict/events/ConnectedEvent.as
com/adobe/protocols/dict/Database.as
com/adobe/protocols/dict/events/DatabaseEvent.as
com/adobe/utils/DateUtil.as
com/adobe/protocols/dict/Definition.as
com/adobe/protocols/dict/events/DefinitionEvent.as
com/adobe/protocols/dict/events/DefinitionHeaderEvent.as
com/adobe/protocols/dict/Dict.as
com/adobe/protocols/dict/DictionaryServer.as
com/adobe/protocols/dict/events/DictionaryServerEvent.as
com/adobe/utils/DictionaryUtil.as
com/adobe/protocols/dict/events/DisconnectedEvent.as
com/adobe/net/DynamicURLLoader.as
com/adobe/fileformats/vcard/Email.as
com/adobe/air/crypto/EncryptionKeyGenerator.as
com/adobe/protocols/dict/events/ErrorEvent.as
com/adobe/air/filesystem/FileMonitor.as
com/adobe/air/filesystem/events/FileMonitorEvent.as
com/adobe/air/logging/FileTarget.as
com/adobe/air/filesystem/FileUtil.as
com/adobe/crypto/HMAC.as
com/adobe/errors/IllegalStateError.as
com/adobe/utils/IntUtil.as
com/adobe/net/IURIResolver.as
com/adobe/images/JPGEncoder.as
com/adobe/serialization/json/JSON.as
com/adobe/serialization/json/JSONDecoder.as
com/adobe/serialization/json/JSONEncoder.as
com/adobe/serialization/json/JSONParseError.as
com/adobe/serialization/json/JSONToken.as
com/adobe/serialization/json/JSONTokenizer.as
com/adobe/serialization/json/JSONTokenType.as
com/adobe/protocols/dict/events/MatchEvent.as
com/adobe/protocols/dict/events/MatchStrategiesEvent.as
com/adobe/protocols/dict/MatchStrategy.as
com/adobe/crypto/MD5.as
com/adobe/crypto/MD5Stream.as
com/adobe/net/MimeTypeMap.as
com/adobe/protocols/dict/events/NoMatchEvent.as
com/adobe/utils/NumberFormatter.as
com/adobe/fileformats/vcard/Phone.as
com/adobe/images/PNGEncoder.as
com/adobe/air/net/ResourceCache.as
com/adobe/air/net/events/ResourceCacheEvent.as
com/adobe/protocols/dict/Response.as
com/adobe/net/proxies/RFC2817Socket.as
com/adobe/webapis/ServiceBase.as
com/adobe/webapis/events/ServiceEvent.as
com/adobe/crypto/SHA1.as
com/adobe/crypto/SHA224.as
com/adobe/crypto/SHA256.as
com/adobe/protocols/dict/util/SocketHelper.as
com/adobe/utils/StringUtil.as
com/adobe/net/URI.as
com/adobe/net/URIEncodingBitmap.as
com/adobe/webapis/URLLoaderBase.as
com/adobe/fileformats/vcard/VCard.as
com/adobe/fileformats/vcard/VCardParser.as
com/adobe/air/filesystem/VolumeMonitor.as
com/adobe/crypto/WSSEUsernameToken.as
com/adobe/utils/XMLUtil.as

But converting error are:

JSONEncoder.as(290) : Unexpected *

Line 290 reads:

for each ( var v:XML in classInfo..*.(

And:

JSONTokenizer.as(102) : Unexpected :

Line 102 is:

'case '}':'

Is there a workaround?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant