This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
electron
Watch
2
Star
0
Fork
You've already forked electron
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
d5d162b622
electron
/
spec
/
fixtures
/
native-addon
/
uv-dlopen
/
package.json
6 lines
83 B
JSON
Raw
Normal View
History
Unescape
Escape
fix: export libuv symbols (#24659) * fix: export libuv symbols * add test for linux and windows * mac linker flags * assuming same foo.so path for macos * use --whole-archive flag for mac as well * use force_load for mac * refactor: use napi c api directly Co-authored-by: Cheng Zhao <zcbenz@gmail.com>
2020-08-11 10:17:18 +00:00
{
test: scope internal test fixtures under `@electron-ci` (#33822) * test: scope internal test fixtures under `@electron` * Missed references * Move packages from @electron to @electron-ci scope * Fix tests
2022-05-02 17:09:23 +00:00
"name"
:
"@electron-ci/uv-dlopen"
,
fix: export libuv symbols (#24659) * fix: export libuv symbols * add test for linux and windows * mac linker flags * assuming same foo.so path for macos * use --whole-archive flag for mac as well * use force_load for mac * refactor: use napi c api directly Co-authored-by: Cheng Zhao <zcbenz@gmail.com>
2020-08-11 10:17:18 +00:00
"version"
:
"0.0.1"
,
"main"
:
"index.js"
}
Reference in a new issue
Copy permalink