- Remove deprecated getChangeScoreForString() and getClosestMatchForString() methods - Improve type safety with correct return types (string | null) - Add comprehensive documentation with performance guide, error handling, and real-world examples - Include browser compatibility info, troubleshooting, and API reference sections - Modernize developer experience with current best practices
22 lines
183 B
Plaintext
22 lines
183 B
Plaintext
.nogit/
|
|
|
|
# artifacts
|
|
coverage/
|
|
public/
|
|
|
|
# installs
|
|
node_modules/
|
|
|
|
# caches
|
|
.yarn/
|
|
.cache/
|
|
.rpt2_cache
|
|
|
|
# builds
|
|
dist/
|
|
dist_*/
|
|
|
|
#------# custom
|
|
**/.claude/settings.local.json
|
|
.serena/
|