Const FORCED_UNPLUG_FILETYPES
FORCED_UNPLUG_FILETYPES: Set<string> = new Set([// Windows can't execute exe files inside zip archives`.exe`,// The c/c++ compiler can't read files from zip archives`.h`, `.hh`, `.hpp`, `.c`, `.cc`, `.cpp`,// The java runtime can't read files from zip archives`.java`, `.jar`,// Node opens these through dlopen`.node`,])
Const FORCED_UNPLUG_PACKAGES
FORCED_UNPLUG_PACKAGES: Set<string & object> = new Set([// Some packages do weird stuff and MUST be unplugged. I don't like them.structUtils.makeIdent(null, `nan`).identHash,structUtils.makeIdent(null, `node-gyp`).identHash,structUtils.makeIdent(null, `node-pre-gyp`).identHash,structUtils.makeIdent(null, `node-addon-api`).identHash,// Those ones contain native builds (*.node), and Node loads them through dlopenstructUtils.makeIdent(null, `fsevents`).identHash,])
@yarnpkg/plugin-pnp
This plugin adds support for installing packages according to the Plug'n'Play specification.
Install
This plugin is included by default in Yarn.