Support all EJS settings
Open
enhancement
- Dominant language
- JavaScript
- Stars
- 248
- Forks
- 51
- PR merge metrics
- No merged PRs in 30d
Description
The current version of EJS (3.1.10) supports the following [options](https://ejs.co/#docs) that don't appear to be supported by this package:
- `localsName`
- `strict`
- `rmWhitespace`
- `client`
- `escape`
- `openDelimiter`
- `closeDelimiter`
- `context` (replacement for `scope`)
- `includer`
Contributor guide
Research direction
Start by comparing this package's current EJS option handling with the EJS 3.1.10 options documentation linked in the issue. Check how each listed setting is passed through or exposed, and consider the work complete when all listed options are supported and verified by the package's existing test or rendering entry points.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100