locutusjs / locutus

Bringing stdlibs of other programming languages to JavaScript for educational purposes
https://locutus.io
MIT License
3.72k stars 1.12k forks source link

Add PHP file_exists #461

Closed erikn69 closed 6 months ago

erikn69 commented 2 years ago

Description

Add PHP file_exists

kvz commented 6 months ago

Sorry for the late reply! I'm okay to merge this, but can you please run yarn fix in your branch?

erikn69 commented 6 months ago

I don't remember where or why I needed this, but I imagine I solved it by another way. I get error locutus@2.0.29: The engine "yarn" is incompatible with this module.

kvz commented 6 months ago

Ah sorry about that, I relaxed the constraints there this morning. I wonder if the lock file is gonna cause you issues you. If so, best use corepack yarn instead of yarn and I think on a recent Node.js, the correct yarn version will be used then.

erikn69 commented 6 months ago

Done

kvz commented 6 months ago

🎉 Thanks for your contribution!