AndrewRayCode / AndrewRayCode/Ray-Frame
local variables should not be editable by default
Abierto
- Lenguaje dominante
- JavaScript
- Estrellas
- 8
- Forks
- 1
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.