prettier
Refactor: Move JSON range calculation logic to language-json and expose via printer features
#2339
Open

Commits
  • Initial plan
    Copilot committed 246 days ago
  • Refactor: Move JSON range calculation logic to language-json
    Copilot committed 246 days ago
  • Improve range calculation per code review feedback
    Copilot committed 246 days ago
  • Expose JSON range calculation through printer.features.experimental_getRangeNodes
    Copilot committed 246 days ago
  • Remove code duplication by importing from language-json module
    Copilot committed 246 days ago
  • Access JSON range functions via opts.printer.features
    Copilot committed 246 days ago
  • Remove experimental_isSourceElement from printer features
    Copilot committed 246 days ago
  • Remove unnecessary exports from language-json/index.js
    Copilot committed 246 days ago
  • Remove JsonRoot fallback - handled by getRangeNodes feature
    Copilot committed 246 days ago
Loading