ts-util-core 2.0.0 → 2.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
<a href="#live-demo">Live Demo</a> • 
|
|
13
13
|
<a href="#modules">Modules</a> • 
|
|
14
14
|
<a href="#api-reference">API Reference</a> • 
|
|
15
|
-
<a href="docs/good-design-pattern-implementation-after.md">Design Patterns</a>
|
|
15
|
+
<a href="https://github.com/MattAtAIEra/TS-Util/blob/main/docs/good-design-pattern-implementation-after.md">Design Patterns</a>
|
|
16
16
|
</p>
|
|
17
17
|
|
|
18
18
|
---
|
|
@@ -38,7 +38,7 @@ Every frontend project eventually hits the same problem: ten engineers (or ten A
|
|
|
38
38
|
|
|
39
39
|
> **Wrapping isn't about writing less code — it's about making ten people, or ten Agents, produce output that looks like it came from one.**
|
|
40
40
|
|
|
41
|
-
📖 Read the full article in [six languages](docs/why-wrap-ajax-and-view.md) (繁體中文 · English · 日本語 · 한국어 · Español · Deutsch)
|
|
41
|
+
📖 Read the full article in [six languages](https://github.com/MattAtAIEra/TS-Util/blob/main/docs/why-wrap-ajax-and-view.md) (繁體中文 · English · 日本語 · 한국어 · Español · Deutsch)
|
|
42
42
|
|
|
43
43
|
---
|
|
44
44
|
|
|
@@ -401,8 +401,8 @@ This library is a teaching-friendly codebase. Every module implements a named Go
|
|
|
401
401
|
| **Decorator** | `constraint="..."` attributes | Composable behavior via HTML |
|
|
402
402
|
|
|
403
403
|
Deep-dive documentation:
|
|
404
|
-
- **[Before (jQuery)](docs/good-design-pattern-implementation-before.md)** — patterns in the original codebase
|
|
405
|
-
- **[After (TypeScript)](docs/good-design-pattern-implementation-after.md)** — how TypeScript makes them safer
|
|
404
|
+
- **[Before (jQuery)](https://github.com/MattAtAIEra/TS-Util/blob/main/docs/good-design-pattern-implementation-before.md)** — patterns in the original codebase
|
|
405
|
+
- **[After (TypeScript)](https://github.com/MattAtAIEra/TS-Util/blob/main/docs/good-design-pattern-implementation-after.md)** — how TypeScript makes them safer
|
|
406
406
|
|
|
407
407
|
---
|
|
408
408
|
|