Closed cbumstead closed 1 year ago
I appreciate the pull request @cbumstead!
I'll need to revise your edits to package.json
before merging, but we can definitely get this merged in.
thanks, @benhutchins I revised the package.json
@cbumstead Thank you so much for keeping this PR alive with your recent update. I was reviewing it to get it merged in noticed the implementation was changing the way the map attribute's attributes
object mapped from attribute names to property names. I pulled your change in and revised it to keep it consistent with the way the table attributes work, but this issue has been fixed in the new release 4.1.0.
Also, love the vscode launch config addition. Makes sense to help others who use vscode and the integrated debugger functionality.
Thank you for the contribution!
Fix map attribute name
Breaking Change
Why did you make these changes?
To support using attribute name when using a map attribute
What's changed in these changes?
Modified map.ts, added a unit test
What do you especially want to get reviewed?
map.ts changes
Submission Type
All Submissions