Jeremy Meng

Results 160 comments of Jeremy Meng

15bced0bde seems the only related commit in 18.17.1 https://nodejs.org/en/blog/release/v18.17.1#commits > Commits [[fe3abdf82e](https://github.com/nodejs/node/commit/fe3abdf82e)] - deps: update archs files for openssl-3.0.10+quic1 (Node.js GitHub Bot) [#49036](https://github.com/nodejs/node/pull/49036) [[2c5a522d9c](https://github.com/nodejs/node/commit/2c5a522d9c)] - deps: upgrade openssl sources to...

@RafaelGSS yeah I have it in the issue description https://github.com/jeremymeng/nyc-repro

> Private repository Oops sorry. never meant to make it private. Fixed now.

@RafaelGSS It must have something to do with `nyc` and `esm` together, because running the test directly there's no error I added the following command to the repro ``` "test":...

@Sandy8i we switched to `c8` for now. It still supports .nycrc. Ideally we'd like to continue using `nyc` + `esm`

@Sandy8i that's a known `esm` issue. Some people switched to use a fork that supports newer EcmaScript syntax https://github.com/standard-things/esm/issues/866#issuecomment-1683623541

@proohit I just merged [a PR to add a sample showing Event Hubs and Service Bus SDK usage in react-native](https://github.com/Azure/azure-sdk-for-js/pull/23610). In this sample I used `node-libs-react-native`, which wraps a number...

@proohit it's possible to reduce the polyfills required to five packages - buffer - path-browserify - process - os-browserfify - react-native-get-random-values so the steps to add them are: - `yarn...