Commit bd34193
committed
refactor: simplify native module loading and remove unused scripts
- Replace custom install script with standard node-gyp-build usage
- Remove redundant fallback logic in src/syslog.ts
- Delete unused test scripts (test-basic.js, test-direct.js, test-simple.js)
- Remove container-test.js wrapper script
- Trust node-gyp-build to handle module resolution automatically
- Align with Node.js native addon best practices1 parent 276b0cd commit bd34193
9 files changed
Lines changed: 24 additions & 507 deletions
File tree
- .opencode/command
- scripts
- src
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
| 22 | + | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments