Skip to content

import-export-plugin: Rename potentially conflicting declarations at module scope (module, exports, require, global) #224

import-export-plugin: Rename potentially conflicting declarations at module scope (module, exports, require, global)

import-export-plugin: Rename potentially conflicting declarations at module scope (module, exports, require, global) #224

Triggered via pull request November 11, 2024 22:22
Status Success
Total duration 3m 42s
Artifacts

build-test-and-deploy.yml

on: pull_request
Matrix: test
Type check, lint, smoke test
37s
Type check, lint, smoke test
Tests with coverage
1m 20s
Tests with coverage
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
Type check, lint, smoke test: packages/metro-transform-plugins/src/addParamsToDefineCall.js#L26
Always use `== null` or `!= null` to check for `null` AND `undefined` values (even if you just expect either of them). Within fb we treat them as equal and `== null` checks for both