Skip to content

feat: no idea what I'm doing #3

feat: no idea what I'm doing

feat: no idea what I'm doing #3

Triggered via push February 3, 2026 16:57
Status Failure
Total duration 9m 54s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

17 errors, 3 warnings, and 1 notice
Spell Check
Process completed with exit code 2.
Allocations
Process completed with exit code 1.
Lint
Process completed with exit code 101.
Test Linux
Process completed with exit code 101.
Test Linux ARM64
Process completed with exit code 101.
Conformance
Process completed with exit code 1.
Test big-endian
Process completed with exit code 101.
Test NAPI
Process completed with exit code 1.
test/cli/embedded_languages/embedded_languages.test.ts > embedded_languages > should format with CLRF: apps/oxfmt/test/cli/embedded_languages/embedded_languages.test.ts#L27
Error: Snapshot `embedded_languages > should format with CLRF 1` mismatched - Expected + Received @@ -78,16 +78,11 @@ > Hello </div> ); - const styledJsx = ( - <style jsx>{` - display: flex; - align-items: center; - `}</style> - ); + const styledJsx = <style jsx></style>; // Multi-line templates with inherited indentation (dedent before formatting) const documented = styled.div` /** * @description This is a documented section ❯ test/cli/embedded_languages/embedded_languages.test.ts:27:22
test/cli/embedded_languages/embedded_languages.test.ts > embedded_languages > should not format any language (off): apps/oxfmt/test/cli/embedded_languages/embedded_languages.test.ts#L19
Error: Snapshot `embedded_languages > should not format any language (off) 1` mismatched - Expected + Received @@ -46,11 +46,11 @@ const styledButton = styled(Button)`font-size:16px;color:#333;`; // CSS prop and styled-jsx const cssProp = <div css={`display: flex; align-items: center;`}>Hello</div>; - const styledJsx = <style jsx>{`display: flex; align-items: center;`}</style>; + const styledJsx = <style jsx></style>; // Multi-line templates with inherited indentation (dedent before formatting) const documented = styled.div` /** * @description This is a documented section ❯ test/cli/embedded_languages/embedded_languages.test.ts:19:22
test/cli/embedded_languages/embedded_languages.test.ts > embedded_languages > should format css.js (auto): apps/oxfmt/test/cli/embedded_languages/embedded_languages.test.ts#L11
Error: Snapshot `embedded_languages > should format css.js (auto) 1` mismatched - Expected + Received @@ -78,16 +78,11 @@ > Hello </div> ); - const styledJsx = ( - <style jsx>{` - display: flex; - align-items: center; - `}</style> - ); + const styledJsx = <style jsx></style>; // Multi-line templates with inherited indentation (dedent before formatting) const documented = styled.div` /** * @description This is a documented section ❯ test/cli/embedded_languages/embedded_languages.test.ts:11:22
Test Windows
Process completed with exit code 101.
Test Mac
Process completed with exit code 101.
Test NAPI (windows)
Process completed with exit code 1.
test/cli/embedded_languages/embedded_languages.test.ts > embedded_languages > should format with CLRF: apps/oxfmt/test/cli/embedded_languages/embedded_languages.test.ts#L27
Error: Snapshot `embedded_languages > should format with CLRF 1` mismatched - Expected + Received @@ -78,16 +78,11 @@ > Hello </div> ); - const styledJsx = ( - <style jsx>{` - display: flex; - align-items: center; - `}</style> - ); + const styledJsx = <style jsx></style>; // Multi-line templates with inherited indentation (dedent before formatting) const documented = styled.div` /** * @description This is a documented section ❯ test/cli/embedded_languages/embedded_languages.test.ts:27:22
test/cli/embedded_languages/embedded_languages.test.ts > embedded_languages > should not format any language (off): apps/oxfmt/test/cli/embedded_languages/embedded_languages.test.ts#L19
Error: Snapshot `embedded_languages > should not format any language (off) 1` mismatched - Expected + Received @@ -46,11 +46,11 @@ const styledButton = styled(Button)`font-size:16px;color:#333;`; // CSS prop and styled-jsx const cssProp = <div css={`display: flex; align-items: center;`}>Hello</div>; - const styledJsx = <style jsx>{`display: flex; align-items: center;`}</style>; + const styledJsx = <style jsx></style>; // Multi-line templates with inherited indentation (dedent before formatting) const documented = styled.div` /** * @description This is a documented section ❯ test/cli/embedded_languages/embedded_languages.test.ts:19:22
test/cli/embedded_languages/embedded_languages.test.ts > embedded_languages > should format css.js (auto): apps/oxfmt/test/cli/embedded_languages/embedded_languages.test.ts#L11
Error: Snapshot `embedded_languages > should format css.js (auto) 1` mismatched - Expected + Received @@ -78,16 +78,11 @@ > Hello </div> ); - const styledJsx = ( - <style jsx>{` - display: flex; - align-items: center; - `}</style> - ); + const styledJsx = <style jsx></style>; // Multi-line templates with inherited indentation (dedent before formatting) const documented = styled.div` /** * @description This is a documented section ❯ test/cli/embedded_languages/embedded_languages.test.ts:11:22
Spell Check: ./crates/oxc_parser/src/astro/mod.rs#L567
"datas" should be "data".
Test NAPI
Unexpected input(s) 'predicate-quantifier', valid inputs are ['token', 'working-directory', 'ref', 'base', 'filters', 'list-files', 'initial-fetch-depth']
Test NAPI (windows)
Unexpected input(s) 'predicate-quantifier', valid inputs are ['token', 'working-directory', 'ref', 'base', 'filters', 'list-files', 'initial-fetch-depth']
Conformance tests
Will run conformance tests