Skip to content

Conversation

@caugner
Copy link
Contributor

@caugner caugner commented Oct 27, 2025

Description

Converts the Cloud Function from TypeScript to JavaScript.

Motivation

Avoids the build step, and a current issue with SWC on macOS.

Additional details

Related issues and pull requests

@caugner caugner changed the title chore(cloud-function): migrate from TypeScript to JavaScript refactor(cloud-function): migrate from TypeScript to JavaScript Oct 27, 2025
@caugner caugner force-pushed the un-typescript branch 3 times, most recently from 9f1829c to 070159b Compare October 27, 2025 12:51
@caugner caugner marked this pull request as ready for review October 27, 2025 12:52
@caugner caugner requested a review from a team as a code owner October 27, 2025 12:52
@caugner caugner requested a review from LeoMcA October 27, 2025 12:52
@caugner caugner marked this pull request as draft October 27, 2025 12:55
@caugner caugner force-pushed the un-typescript branch 2 times, most recently from ef1ff3a to 79b3196 Compare October 27, 2025 13:15
@caugner caugner requested review from argl and removed request for LeoMcA November 6, 2025 12:04
* @param {Response} res - Express response object
* @returns {Promise<Response | void>}
*/
export async function proxyKevel(req, res) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This could be removed at some point, Kevel is unused for a long time now and will not come back.

Copy link
Contributor

@argl argl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

@argl argl merged commit 3b4beb4 into main Nov 6, 2025
9 checks passed
@argl argl deleted the un-typescript branch November 6, 2025 12:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants