Last 12 weeks · 0 commits
4 of 6 standards met
The compatibility with node 12 is breaking because the "ECMAScript modules" is an experimental feature in this version, the projects that depdends of this package need to force use it, or adapt they project. Others implementations breaks too: I recommend you to use babel, or move this release to a flag like . workaround**, use v4: or PS. sorry my poor english
Repository: sindresorhus/strip-bom. Description: Strip UTF-8 byte order mark (BOM) from a string Stars: 112, Forks: 19. Primary language: JavaScript. Languages: JavaScript (88%), TypeScript (12%). License: MIT. Latest release: v5.0.0 (4y ago). Open PRs: 0, open issues: 0. Last activity: 4y ago. Community health: 85%. Top contributors: sindresorhus, coreyfarrell, BendingBender, kevva, mathiasbynens, Richienb, SLaks.
I'm trying to use this package but I'm getting: Instead of this: I am using: I enabled "allowSyntheticDefaultImports" in my config file. What is the default export name? How does one use the import style instead of the require one? What is the 'default export"? Is the import ECMAScript not supported? Thank you.