AndrewRayCode / AndrewRayCode/Ray-Frame
local variables should not be editable by default
Open
- Dominant language
- JavaScript
- Stars
- 8
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
if a value comes from local it shouldn't be editable
data.locals[var] || data[var] ? 'edit' + data[var] + '/edit' ? ''
brings up points:
- if it ends up in neither, do we assume editable, not editable?
- do we only assume variables are editable if they have :something with them?
- I forget the third point
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.