Easily manage the contents of your storage account with Azure Storage Explorer. Upload, download, and manage blobs, files, queues, tables, and Cosmos DB entities. Gain easy access to manage your virtual machine disks. Work with either Azure Resource Manager or classic storage accounts, plus manage and configure cross-origin resource sharing (CORS) rules.
Creative Commons Attribution 4.0 International
377
stars
87
forks
source link
Add automatic native module scanning in our build script #8301
Our bundling logic requires the native modules to be marked as external dependencies so they can be properly kept in the node_modules. The goal is to do a recursive scan in the node_modules directory to find all .node files other than what we have already handled and warn us in case our dependencies silently adds a dependency of some native module without us properly handling it and causes bugs.
Our bundling logic requires the native modules to be marked as external dependencies so they can be properly kept in the node_modules. The goal is to do a recursive scan in the node_modules directory to find all .node files other than what we have already handled and warn us in case our dependencies silently adds a dependency of some native module without us properly handling it and causes bugs.