phoenix icon indicating copy to clipboard operation
phoenix copied to clipboard

docs: refine API docs for files in JSUtils dir

Open devvaannsh opened this issue 4 months ago • 1 comments

In file ScopeManager.js, the parameter definition has been updated like this:

<---- Removed ----> * @param {from: {line:number, ch: number}, to: {line:number, ch: number}}

<---- Added ----> * @param {{line:number, ch: number}} changeList {from: {line:number, ch: number}, to: {line:number, ch:number}}

This change was made because Docusaurus is unable to parse nested objects as parameter types.

devvaannsh avatar Oct 26 '24 19:10 devvaannsh