Closed
Description
When compiling the following code, I get a warning when using AS 0.20.x
export namespace A {
}
WARNING AS235: Only variables, functions and enums become WebAssembly module exports.
Is there a way to disable those warnings? (like an // @as-ignore
or something?) (I understand the warning, I would just like to know if it can be disabled somehow)