core
core copied to clipboard
Add support for System.Runtime.CompilerServices.Caller* attributes
Pass in the string/int at the call site during compile time to JavaScript for arguments marked with:
- [ ]
CallerArgumentExpressionAttribute- [ ] test added
- [ ]
CallerFilePathAttribute- [ ] test added
- [ ]
CallerLineNumberAttribute- [ ] test added
- [ ]
CallerMemberNameAttribute- [ ] test added