mmomtchev / swig

This is SWIG JavaScript Evolution, a fork of the SWIG project with modern JavaScript/TypeScript support including WASM and async
http://www.swig.org
Other
11 stars 1 forks source link

`-exports` incorrectly lists all the top-level symbols inside a namespace #5

Closed mmomtchev closed 8 months ago

mmomtchev commented 8 months ago

symbol is not a global symbol and should not be exported

namespace ns {
  int symbol;
}