Philippe Elsass

Results 126 comments of Philippe Elsass

Same with Flex 4.5, very annoying.

I found the relevant ASDoc bug: http://bugs.adobe.com/jira/browse/ASC-4145 Solution was to remove all the @see #someMethod entries and this part passed. But there's another problem: URI.as has a few errors -...

Looks like a Modular bug yes because it stubs the `require` function in the browser. Can you try adding `-D nodejs`? Was it removed from hxnodejs? Clearly the stub should...

Hmm mot sure to understand the macro context thing. We used to have both js and nodejs defines. Should I change the tests to hardcode `#if hxnodejs`?

It's getting OT but how are you supposed to know it's server or client side JS? Sounds like I need to assume `hxnodejs`. Which reminds me there were discussions about...

@gaieges it is configurable though, check VS settings and search for "swagger".

It seems to not be an error but just providing an "uninitialized" variable. There would be a type mismatch error if the function has a `as type` incompatible with "uninitialized"

The library assumes that `operationId` is a valid JS identifier. I've run in this problem and attempted a PR to sanitize identifiers: https://github.com/mikestead/openapi-client/pull/36 Maybe you can give it a go?

Yes not all types of abstract types can be converted to typescript. Maybe this one should be doable, hence the TODO.

Hmm how are those types defined? in hxnodejs?