dillon1000/react

Commit

[compiler][ez] tsconfig: treat all snap fixtures as modules (#31350)

Qol improvement. Currently, typescript lints treat test fixtures without
an export as a 'global script' (see
[docs](https://www.typescriptlang.org/docs/handbook/2/modules.html#how-javascript-modules-are-defined)).
This gives confusing lints for duplicate declarations (in the global
scope)
Browse files
Changed paths1 file
First-parent comparison
M compiler/packages/babel-plugin-react-compiler/src/__tests__/fixtures/tsconfig.json Modified
Patch

Files changed

Rendering syntax-highlighted changes…