Closed emlai closed 4 years ago
Exports of the form export const [x, y, z] = ... are reported as unused even if the exported variables are imported.
export const [x, y, z] = ...
Exports of the form
export const [x, y, z] = ...
are reported as unused even if the exported variables are imported.