This repository has been archived by the owner on Apr 26, 2022. It is now read-only.
This PR rewrites the entirety of node-plop
to ESM in preparation for plop@3
. This means the implications from this Gist apply:
https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
This means that we only support the following versions of Node:
^12.20.0 || ^14.13.1 || >=16.0.0
A few APIs have changed outside of that:
plop.load
returns a promise that must beawait
edplop()
returns a promise that must beawait
edpromptBypass()
returns a promise that must beawait
ed- TS types have been made much more accurate, let us know what's broken