singhvishalkr commented on PR #1123:
URL: https://github.com/apache/pulsar-site/pull/1123#issuecomment-4297662858

   Pushed `bfc35b8` — my earlier reshape commit `c15b068` had written 
`src/components/downloads.tsx` as UTF-16LE instead of UTF-8, which is why the 
SWC loader tripped on `Unexpected character '\0'` at position 1:1 (the `i` of 
`import` followed by a null byte was the interleaved UTF-16 high byte). The 
`OldReleaseTable.js` change in the same commit was fine because it wasn't 
re-encoded. Re-encoded the file back to UTF-8 without a BOM and force-pushed; 
`./preview.sh` should build now. Sorry for the noise.
   
   Content diff vs `main` is unchanged — same 4 client tables switched to 
`OldReleaseTable` shape, same 
`source`/`sourceText`/`sourceAsc`/`sourceSha`/`releaseNote` fields, same 
Binary-column-hidden behaviour in `OldReleaseTable.js`.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to