mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-12-14 20:11:37 +03:00
3d43d6e5e8
Run exports through the same identifier generation as imports to ensure that everything gets a unique identifier and then just make sure all the appropriate wires are hooked up when dealing with exports and imports. Closes #1496
3 lines
46 B
JavaScript
3 lines
46 B
JavaScript
export function import_export_same_name() {
|
|
}
|