Skip to contents

This function returns the versions of the bundled JavaScript libraries used in the package.

Usage

js_versions()

Value

A named list with the versions of Esprima, sass.js, Terser, and TypeScript.

Examples

js_versions()
#> $esprima
#> [1] "4.0.1"
#> 
#> $sass
#> [1] "1.93.3"
#> 
#> $terser
#> [1] "5.44.0"
#> 
#> $typescript
#> [1] "5.9.3"
#>