importing `parseString()` using ES6 destructuring assignment syntax results in "Cannot read property 'parseGcc' of undefined" error. Code to reproduce issue: ``` const { parseString } = require('@wokwi/gcc-output-parser'); parseString('Hello world'); ```