Jasper Lin

Results 3 issues of Jasper Lin

**Describe the bug** When trying to upgrade my project to be fully ESM, I run into ``` SyntaxError: The requested module '@fortawesome/react-fontawesome' does not provide an export named 'FontAwesomeIcon' ```...

I'm using typescript 5.5 breaks when trying to inline source maps because typescript returns w/ `Option 'sourceMap' cannot be specified with option 'inlineSourceMap'.ts`. https://github.com/swc-project/swc-node/blob/37b4a40c80f1c61c54830c79619a4282d46224c8/packages/register/read-default-tsconfig.ts#L121 I think this typescript behavior change...

https://www.npmjs.com/package/source-map-support#options With inline source maps, the `hookRequire` parameter is required like: ```javascript require('source-map-support').install({ hookRequire: true }); ```