node_modules ignore

This commit is contained in:
2025-05-08 23:43:47 +02:00
parent e19d52f172
commit 4574544c9f
65041 changed files with 10593536 additions and 0 deletions

27
server/node_modules/outdent/CHANGELOG.md generated vendored Normal file
View File

@@ -0,0 +1,27 @@
## v0.7.2
* Update README
* Publish to [deno.land/x](https://deno.land/x/outdent)
## v0.7.1
* Fix typo in README
## v0.7.0
* Improve internal caching. outdent will avoid re-computing indentation removal in more situations.
* Add `newline` option for normalizing newlines in template literals.
## v0.6.0
* Adds missing tsconfig files to npm packages. These will be picked up if / when someone steps their debugger into `outdent`'s source.
* Enable declarationMap: "Go to declaration" should jump to the appropriate source code location.
* Fixes webpack bundling support.
## 0.5.0
* Adds `string` method for removing indentation from plain strings (thanks @treshugart [#8](https://github.com/cspotcode/outdent/pull/8))
---
I didn't maintain a changelog before this point, sorry!