xaxxon / v8toolkit

Library for building hybrid C++/JavaScript applications with the V8 JavaScript engine
MIT License
48 stars 6 forks source link

JavaScript stub names for C++ nested classes include invalid syntax` #9

Open xaxxon opened 7 years ago

xaxxon commented 7 years ago

class OuterClass::NestedClass

xaxxon commented 7 years ago

Not sure how to implement this from a javascript side.

There may be nested classes in javascript eventually but no such support seems to exist yet.

Could flatten the name and allow an alias to deal with name collisions, but that doesn't seem great.