mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-14 06:43:25 +08:00
997c23befa
* develop: Remove unnecessary tests Remove optional chaining refactor: Use `||` instead of `??` core: Adapt changes from 3f7bafb2d7 Update cypress/helpers/util.js chore: Add deprecation notices, improve types chore: Cleanup gitGraph tests Update README.md refactor: Move setWrap to individual diagrams as necessary. refactor: Remove directives from grammar refactor: Update DBs to remove directive handling refactor: Move directive processing before parsing I refactored the code to improve its time complexity by removing unnecessary code and optimizing the existing code.