issues
search
dmnd
/
dedent
⬅️ ES6 string tag that strips indentation from multi-line strings.
MIT License
931
stars
36
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
🐛 Bug: Escape handling is not correct
#95
tvogel
opened
1 month ago
0
🐛 Bug: Dedent not working with carriage returns \r
#94
matthewt-assurity
opened
3 months ago
2
fix: remove engines and provenance requirements
#93
JoshuaKGoldberg
closed
7 months ago
1
🐛 Bug: Upgrading Node to verison 18 broke builds
#92
dontforgit
closed
7 months ago
5
fix: \\n should be changed to \n only when escapeSpecialCharacters is set
#91
fuenfundachtzig
closed
7 months ago
2
🐛 Bug: \\n -> \n should only happen with template strings
#90
fuenfundachtzig
closed
7 months ago
1
fix: switch babel-plugin-macros to a peer dependency (again)
#89
JoshuaKGoldberg
closed
9 months ago
1
🐛 Bug: babel-plugin-macros isn't an optional peer anymore
#88
SuperchupuDev
closed
9 months ago
1
build(deps-dev): bump @babel/traverse from 7.22.8 to 7.23.6
#87
dependabot[bot]
closed
9 months ago
0
chore: replace last yarn references with pnpm
#86
JoshuaKGoldberg
closed
11 months ago
1
🛠 Tooling: Build failures on main from references to yarn
#85
JoshuaKGoldberg
closed
11 months ago
1
docs: add explicit install command to README.md
#84
JoshuaKGoldberg
closed
11 months ago
1
📝 Docs: add an 'install' section to the README?
#83
jclaveau
closed
11 months ago
5
chore: fix special characters escaping issue link in README
#82
auvred
closed
1 year ago
1
🐛 Bug: Doesn't do dedent if first character is a space character
#81
AlexMost
closed
1 year ago
2
🛠 Tooling: Set up tokens for automated publishing & contributor recognition
#80
JoshuaKGoldberg
opened
1 year ago
0
error with npm install on firebase project
#79
devnoaman
closed
1 year ago
1
Bug(?) JSON.serialize(..., null, 2) throws off indentation
#78
magicmark
closed
1 year ago
2
chore: remove files related to Flow
#77
yinm
closed
1 year ago
1
Consider being `String.dedent`
#76
G-Rath
closed
1 year ago
3
docs: add PR number to CHANGELOG.md for 1.5.1
#75
JoshuaKGoldberg
closed
1 year ago
0
1.5.1
#74
JoshuaKGoldberg
closed
1 year ago
0
fix: add missing dedent.d.mts entry to package.json files
#73
JoshuaKGoldberg
closed
1 year ago
0
dedent.d.mts missing in package.json > files
#72
JoshuaKGoldberg
closed
1 year ago
0
docs: added missing CHANGELOG.md entries for 1.4.0, 1.5.0
#71
JoshuaKGoldberg
closed
1 year ago
0
1.5.0
#70
JoshuaKGoldberg
closed
1 year ago
0
Avoid escaping $ without a { after it?
#69
JoshuaKGoldberg
opened
1 year ago
1
Bumped version to 1.4.0
#68
JoshuaKGoldberg
closed
1 year ago
0
fix: fix missing ESM type definition file
#67
mizdra
closed
1 year ago
8
docs: add CHANGELOG.md entry for 1.3.0
#66
JoshuaKGoldberg
closed
1 year ago
0
feat: add options with escapeSpecialCharacters
#65
JoshuaKGoldberg
closed
1 year ago
7
1.3.0
#64
JoshuaKGoldberg
closed
1 year ago
0
🚀 Feature: Add an option to disable special character escaping
#63
JoshuaKGoldberg
closed
1 year ago
2
build: add missing babel-plugin-macros devDependency
#62
JoshuaKGoldberg
closed
1 year ago
0
1.2.0
#61
JoshuaKGoldberg
closed
1 year ago
0
fix(dependencies): move babel-plugin-macros to optional peer
#60
Haroenv
closed
1 year ago
1
fix: add missing exports field to package.json
#59
JoshuaKGoldberg
closed
1 year ago
1
Node ESM compatibility issue
#58
otakustay
closed
1 year ago
2
docs: clarify 1.x intention in CHANGELOG.md
#57
JoshuaKGoldberg
closed
1 year ago
0
docs: added small manual CHANGELOG.md
#56
JoshuaKGoldberg
closed
1 year ago
0
build: onboarded to create-typescript-app (mostly)
#55
JoshuaKGoldberg
closed
1 year ago
1
Onboard to create-typescript-app@1
#54
JoshuaKGoldberg
closed
1 year ago
1
1.1.0
#53
JoshuaKGoldberg
closed
1 year ago
0
Convert macro.js to TypeScript
#52
JoshuaKGoldberg
opened
1 year ago
0
build: convert dedent.ts and tests to TypeScript
#51
JoshuaKGoldberg
closed
1 year ago
1
Convert dedent.ts and tests to TypeScript
#50
JoshuaKGoldberg
closed
1 year ago
0
1.0.2
#49
JoshuaKGoldberg
closed
1 year ago
0
Add a changelog
#48
yvele
closed
1 year ago
5
`babel-plugin-macros` should be an optional peer dependency
#47
G-Rath
closed
1 year ago
1
fix: consume first level of escaping of `$` and `{` characters
#46
G-Rath
closed
1 year ago
1
Next