R/versions.R
js_versions.Rd
This function returns the versions of the bundled JavaScript libraries used in the package.
js_versions()
A named list with the versions of Esprima, sass.js, Terser, and TypeScript.
js_versions() #> $esprima #> [1] "4.0.1" #> #> $sass #> [1] "1.97.0" #> #> $terser #> [1] "5.44.1" #> #> $typescript #> [1] "5.9.3" #>