codebytere / codebytere/node-mac-permissions

Distributing as a precompiled .node file

Open
#76 0 comments 2 reactions 0 assignees View on GitHub
enhancement
Dominant language
Objective-C++
Stars
240
Forks
49
PR merge metrics
No merged PRs in 30d

Description

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"

}
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.