Package: jsutils 0.3.0
jsutils: 'JavaScript' Utilities for 'R'
A collection of popular/useful JavaScript utilities, including the terser minifier, sass compiler, typescript transpiler, and more.
Authors:
jsutils_0.3.0.tar.gz
jsutils_0.3.0.zip(r-4.7)jsutils_0.3.0.zip(r-4.6)jsutils_0.3.0.zip(r-4.5)
jsutils_0.3.0.tgz(r-4.6-any)jsutils_0.3.0.tgz(r-4.5-any)
jsutils_0.3.0.tar.gz(r-4.7-any)jsutils_0.3.0.tar.gz(r-4.6-any)
jsutils_0.3.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
jsutils/json (API)
NEWS
| # Install 'jsutils' in R: |
| install.packages('jsutils', repos = c('https://andrjohns.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/andrjohns/jsutils/issues
Pkgdown/docs site:https://andrjohns.github.io
Last updated from:30042a5fe1. Checks:4 ERROR, 5 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | ERROR | 102 | ||
| source / vignettes | OK | 154 | ||
| linux-release-x86_64 | ERROR | 108 | ||
| macos-release-arm64 | ERROR | 122 | ||
| macos-oldrel-arm64 | ERROR | 89 | ||
| windows-devel | OK | 74 | ||
| windows-release | OK | 85 | ||
| windows-oldrel | OK | 65 | ||
| wasm-release | OK | 90 |
Exports:esprima_parseesprima_tokenizejs_versionssasstersertypescript
Dependencies:QuickJSR
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Parse or Tokenize JavaScript code using Esprima | esprima esprima_parse esprima_tokenize |
| Get versions of bundled JavaScript libraries | js_versions |
| Compile SASS/SCSS to CSS using the sass.js library | sass |
| Minify JavaScript code using Terser | terser |
| Transpile TypeScript code to JavaScript | typescript |
