aurelia / aurelia/templating-binding
cleanup: replace oneWay with toView
- Dominant language
- TypeScript
- Stars
- 30
- Forks
- 26
- PR merge metrics
- No merged PRs in 30d
Description
We should standardize the internals on `toView` now that it has landed. Here's one instance, probably others...
https://github.com/aurelia/templating-binding/blob/ebd3dc28b65a9fac15972281afe7078829a9f8b7/src/binding-language.js#L57
We still need to support `oneWay` but the internals should use `toView` where possible.
related to https://github.com/aurelia/binding/issues/629
Contributor guide
Research direction
Start at src/binding-language.js around line 57, then search the repository for internal uses of `oneWay` and `toView`. Confirm which references are internal rather than part of the supported command syntax. Done means internal usage is standardized on `toView` where applicable while `oneWay` remains supported; check related aurelia/binding issue 629 for context.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100