#28 closed defect (fixed)
Compression kills object literals
Reported by: | david | Owned by: | alex |
---|---|---|---|
Priority: | blocker | Milestone: | |
Component: | BuildTools | Version: | |
Keywords: | compression | Cc: | |
Blocked By: | Blocking: |
Description
It converted the following:
{email: email}
to:
{_796, _796}
which is completely incorrect. :(
Attachments (2)
Change History (5)
comment:1 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Changed 15 years ago by
Attachment: | c#_syntax.xml added |
---|
Changed 15 years ago by
Attachment: | c#_syntax.2.xml added |
---|
Note: See
TracTickets for help on using
tickets.
fixed with #943