Skip to content

fix: Removed the unused doUnesc param in the unsafe function#243

Merged
wraithgar merged 1 commit into
npm:mainfrom
LoicE5:remove-unused-param
Mar 4, 2024
Merged

fix: Removed the unused doUnesc param in the unsafe function#243
wraithgar merged 1 commit into
npm:mainfrom
LoicE5:remove-unused-param

Conversation

@LoicE5

@LoicE5 LoicE5 commented Mar 4, 2024

Copy link
Copy Markdown
Contributor

The function unsafe have a parameter that is not used anywhere : doUnesc.
In this PR, this parameter is removed, also making the function declaration syntaxically closer to safe.

Before :
const unsafe = (val, doUnesc) => {

Now :
const unsafe = val => {

References

N/A

@LoicE5 LoicE5 requested a review from a team as a code owner March 4, 2024 17:18
@wraithgar wraithgar self-assigned this Mar 4, 2024
@wraithgar wraithgar merged commit e237377 into npm:main Mar 4, 2024
@github-actions github-actions Bot mentioned this pull request Mar 4, 2024
wraithgar pushed a commit that referenced this pull request Mar 4, 2024
🤖 I have created a release *beep* *boop*
---


## [4.1.2](v4.1.1...v4.1.2)
(2024-03-04)

### Bug Fixes

*
[`e237377`](e237377)
[#243](#243) Removed the unused doUnesc
param in the unsafe function (#243) (@LoicE5)

### Documentation

*
[`31b3209`](31b3209)
[#239](#239) Fix typo in `bracketedArray`
option name in README.md (#239) (@futpib)
*
[`24eb9a0`](24eb9a0)
Reworked README (#235) (@PhoneDroid)
*
[`fc6ce28`](fc6ce28)
[#212](#212) Fix typo in `bracketedArray`
option name in README.md (#212) (@futpib)

### Chores

*
[`29caa7c`](29caa7c)
[#240](#240) postinstall for dependabot
template-oss PR (@lukekarrys)
*
[`eafd8f7`](eafd8f7)
[#240](#240) bump @npmcli/template-oss
from 4.21.1 to 4.21.3 (@dependabot[bot])
*
[`5cb0c9f`](5cb0c9f)
[#238](#238) postinstall for dependabot
template-oss PR (@lukekarrys)
*
[`4ad194e`](4ad194e)
[#238](#238) bump @npmcli/template-oss
from 4.21.0 to 4.21.1 (@dependabot[bot])
*
[`a138d1f`](a138d1f)
[#233](#233) postinstall for dependabot
template-oss PR (@lukekarrys)
*
[`e37a22e`](e37a22e)
[#233](#233) bump @npmcli/template-oss
from 4.19.0 to 4.21.0 (@dependabot[bot])
*
[`2f57997`](2f57997)
[#215](#215) postinstall for dependabot
template-oss PR (@lukekarrys)
*
[`526d5fe`](526d5fe)
[#215](#215) bump @npmcli/template-oss
from 4.18.1 to 4.19.0 (@dependabot[bot])
*
[`98de8c2`](98de8c2)
[#214](#214) postinstall for dependabot
template-oss PR (@lukekarrys)
*
[`fd33f54`](fd33f54)
[#214](#214) bump @npmcli/template-oss
from 4.18.0 to 4.18.1 (@dependabot[bot])
*
[`21abe16`](21abe16)
[#211](#211) postinstall for dependabot
template-oss PR (@lukekarrys)
*
[`f52bed5`](f52bed5)
[#211](#211) bump @npmcli/template-oss
from 4.17.0 to 4.18.0 (@dependabot[bot])
*
[`da3b717`](da3b717)
[#210](#210) postinstall for dependabot
template-oss PR (@lukekarrys)
*
[`9e9adf4`](9e9adf4)
[#210](#210) bump @npmcli/template-oss
from 4.15.1 to 4.17.0 (@dependabot[bot])

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@LoicE5 LoicE5 deleted the remove-unused-param branch March 4, 2024 18:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants