calvinmetcalf / rollup-plugin-node-globals

90 stars 22 forks source link

Can you add the `posix` property to the `path` module #13

Open CMCDragonkai opened 6 years ago

CMCDragonkai commented 6 years ago

It should just refer itself.

I need to use the join function, however I need to ensure that it unix style path join.

calvinmetcalf commented 6 years ago

I don't think we can count on it being necessarily unix style, more generally, if you need it to definitely be unix style, why do you even need to use the path.join function?