DerekNonGeneric / DerekNonGeneric/loader339
[feature request] implement optional chaining as now has full support
Open
good first issue
help wanted
pending-triage
- Dominant language
- JavaScript
- Stars
- 5
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Seems like we should be using [optional chaining syntax (`?.`)](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Optional_chaining) in the loader source code now that it is stage 4 and well-supported. At the time when this was written, that language feature was relatively new and not yet generally available.
See: https://github.com/DerekNonGeneric/loader339/blob/8260406e24f9ca47def2b3d353b25f6b5c56a134/sample/load-sample.mjs#L56-L61
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.