swc-project / swc-node

Faster ts-node without typecheck
MIT License
1.69k stars 69 forks source link

fix(core): assign `baseUrl` property #723

Closed kawaemon closed 10 months ago

kawaemon commented 11 months ago

721 did declare baseUrl property, but did not assign that.

This PR fixes it to fix problems something like: failed to handle: base_dir() must be absolute. Please ensure that jsc.baseUrl is specified correctly.

CLAassistant commented 11 months ago

CLA assistant check
All committers have signed the CLA.

kawaemon commented 10 months ago

@Brooooooklyn Would you please review this PR again?

kawaemon commented 10 months ago

thanks!