style: replace em dashes with hyphens throughout codebase
Replace all — with - in all source files (JS, CSS, HTML, JSON, Markdown) for consistency and readability. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/**
|
||||
* test-browser-loader.mjs — Node.js Custom Loader für Tests
|
||||
* test-browser-loader.mjs - Node.js Custom Loader für Tests
|
||||
* Zweck: Browser-absolute Pfade (/foo.js) auf Stubs umleiten, damit
|
||||
* Frontend-Module im Node-Test-Kontext importierbar sind.
|
||||
* Verwendung: node --loader ./test-browser-loader.mjs test-xxx.js
|
||||
|
||||
Reference in New Issue
Block a user