Conversation
josephsavona
left a comment
There was a problem hiding this comment.
thanks, i was just looking into this too but the tests won't run locally for me
We are in the process of consolidating these packages. The compiler and runtime are integrated so i don't think it's reasonable to expect that we can wall them off from in terms of test impact. But we can mitigate this, one approach might be to move the linter into compiler/packages/. cc @poteto @mofeiZ |
DiffTrain build for [19baee8](facebook@19baee8)
DiffTrain build for [19baee8](facebook@19baee8)
Matches
react/compiler/packages/eslint-plugin-react-compiler/__tests__/ReactCompilerRule-test.ts
Lines 244 to 275 in e985c06
#33800 conflicted with https://github.com/facebook/react/pull/33751/files#diff-97f51f298984cfcdbb6068bbe1985c312017015c9baca674d6daec451a43fe50R247
Not sure if we need to duplicate
packages/eslint-plugin-react-hooks/__tests__/ReactCompilerRule-test.tsandcompiler/packages/eslint-plugin-react-compiler/__tests__/ReactCompilerRule-test.ts. Ideally we'd only havecompiler/packages/eslint-plugin-react-compiler/__tests__/ReactCompilerRule-test.tsso that compiler issues don't infect the runtime pipeline.A failing runtime pipeline blocks nightly releases.