codebytere / codebytere/node-mac-permissions
Distributing as a precompiled .node file
- Lingua principale
- Objective-C++
- Stelle
- 240
- Fork
- 49
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
Compilation is a complex process and users should not be concerned with how to compile.
Like other packages, a compiled file is provided, which greatly reduces the complexity
Below is the npm package information of swc
```
"optionalDependencies": {
"@swc/core-darwin-x64": "1.10.1",
"@swc/core-win32-x64-msvc": "1.10.1",
"@swc/core-linux-x64-gnu": "1.10.1",
"@swc/core-linux-x64-musl": "1.10.1",
"@swc/core-win32-ia32-msvc": "1.10.1",
"@swc/core-linux-arm-gnueabihf": "1.10.1",
"@swc/core-darwin-arm64": "1.10.1",
"@swc/core-linux-arm64-gnu": "1.10.1",
"@swc/core-linux-arm64-musl": "1.10.1",
"@swc/core-win32-arm64-msvc": "1.10.1"
}
```
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.