File tree Expand file tree Collapse file tree
packages/host/src/node/babel-plugin Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+ " @react-native-node-api/ferric-example " : patch
3+ " cmake-rn " : patch
4+ " ferric-cli " : patch
5+ " @react-native-node-api/test-app " : patch
6+ " react-native-node-api " : patch
7+ ---
8+
9+ Migrated package manager to pnpm
Original file line number Diff line number Diff line change 99 "clean" : " tsc --build --clean" ,
1010 "dev" : " tsc --build --watch" ,
1111 "lint" : " eslint ." ,
12- "test" : " pnpm test --workspace react-native-node-api --workspace cmake-rn --workspace gyp-to-cmake --workspace node-addon-examples" ,
13- "bootstrap" : " pnpm build && pnpm bootstrap --workspaces --if-present" ,
14- "prerelease" : " pnpm build && pnpm prerelease --workspaces --if-present" ,
12+ "test" : " pnpm --filter react-native-node-api --filter cmake-rn --filter gyp-to-cmake --filter node-addon-examples test " ,
13+ "bootstrap" : " pnpm --recursive --if-present build " ,
14+ "prerelease" : " pnpm --recursive --if-present prerelease " ,
1515 "release" : " changeset publish"
1616 },
1717 "author" : {
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ export function replaceWithRequireNodeAddon(
4848 t . identifier ( "requireNodeAddon" )
4949 ) ,
5050 [ t . stringLiteral ( requireCallArgument ) ]
51- )
51+ ) as any
5252 ) ;
5353}
5454
You can’t perform that action at this time.
0 commit comments