winglang/wing

can't set a dynamic json key

Open

#5,917 建立於 2024年3月12日

在 GitHub 查看
 (6 留言) (0 反應) (0 負責人)TypeScript (214 fork)github user discovery
good first issue🐛 bug🛠️ compiler

倉庫指標

Star
 (5,385 star)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

I tried this:

let url = "http://example.com";

let x= Json{
  "{url}": "valid"
};

log("{Json.stringify(x)}");

This happened:

{"{url}":"valid"}

the key isn't set correctly to the value of url

I expected this:

No response

Is there a workaround?

No response

Anything else?

No response

Wing Version

No response

Node.js Version

No response

Platform(s)

No response

Community Notes

  • Please vote by adding a 👍 reaction to the issue to help us prioritize.
  • If you are interested to work on this issue, please leave a comment.

貢獻者指南