Initial commit #1
Annotations
10 errors and 1 warning
example/src/App.tsx#L2
Module './PlatformSpecific' was resolved to '/home/runner/work/react-native-oxc/react-native-oxc/example/src/PlatformSpecific.tsx', but '--jsx' is not set.
|
example/src/App.tsx#L3
Cannot find module '@example-alias' or its corresponding type declarations.
|
example/src/App.tsx#L7
Cannot use JSX unless the '--jsx' flag is provided.
|
example/src/App.tsx#L8
Cannot use JSX unless the '--jsx' flag is provided.
|
example/src/App.tsx#L9
Cannot use JSX unless the '--jsx' flag is provided.
|
example/src/App.tsx#L10
Cannot use JSX unless the '--jsx' flag is provided.
|
example/src/App.tsx#L11
Cannot use JSX unless the '--jsx' flag is provided.
|
example/src/PlatformSpecific.android.tsx#L3
Cannot use JSX unless the '--jsx' flag is provided.
|
example/src/PlatformSpecific.ios.tsx#L3
Cannot use JSX unless the '--jsx' flag is provided.
|
example/src/PlatformSpecific.tsx#L4
Cannot use JSX unless the '--jsx' flag is provided.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
This job failed
Loading