Skip to content

Conversation

eduardoboucas
Copy link
Member

Summary

Currently, this works in a function:

export const config = {
  path: "/foo"
}

... but this doesn't:

export const config = {
  "path": "/foo"
}

This PR fixes that.

@eduardoboucas eduardoboucas requested review from a team as code owners June 27, 2024 18:35
Copy link
Member

@serhalp serhalp left a comment

Choose a reason for hiding this comment

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

LGTM

@eduardoboucas eduardoboucas merged commit a42897e into main Jun 27, 2024
@eduardoboucas eduardoboucas deleted the fix/isc-string-literal branch June 27, 2024 20:03
This was referenced Jun 27, 2024
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