Skip to content
This repository was archived by the owner on Nov 23, 2025. It is now read-only.

Latest commit

 

History

History
44 lines (28 loc) · 1.33 KB

File metadata and controls

44 lines (28 loc) · 1.33 KB

⚠️ DEPRECATION NOTICE

This package (@cooklang/cooklang-ts) is deprecated and no longer maintained.

Migrate to @cooklang/cooklang

Please migrate to the new official package: @cooklang/cooklang

Why?

The new @cooklang/cooklang package offers:

  • Better performance - Native-speed parsing via WebAssembly
  • Consistent behavior - Shares implementation with the official Rust parser
  • Active maintenance - Regular updates and bug fixes
  • Future-proof - All new features will be added here

Quick Start

# Uninstall old package
npm uninstall @cooklang/cooklang-ts

# Install new package
npm install @cooklang/cooklang

Migration Guide

See the complete Migration Guide for detailed instructions on updating your code.

Timeline

  • Now: This package is deprecated
  • Future releases: No new features or bug fixes will be released
  • Support: Critical security issues only

Questions?

Thank you for using Cooklang!