Package: js 1.2.1
js: Tools for Working with JavaScript in R
A set of utilities for working with JavaScript syntax in R. Includes tools to parse, tokenize, compile, validate, reformat, optimize and analyze JavaScript code.
Authors:
js_1.2.1.tar.gz
js_1.2.1.zip(r-4.6)js_1.2.1.zip(r-4.5)js_1.2.1.zip(r-4.4)
js_1.2.1.tgz(r-4.5-any)
js_1.2.1.tar.gz(r-4.6-any)js_1.2.1.tar.gz(r-4.5-any)
js_1.2.1.tgz(r-4.5-emscripten)
js.pdf |js.html✨
js/json (API)
NEWS
| # Install 'js' in R: |
| install.packages('js', repos = c('https://jeroen.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/jeroen/js/issues
Last updated from:d48c4a3e0b. Checks:9 OK. Indexed: yes.
| Target | Result | Total time | Artifact |
|---|---|---|---|
| linux-devel-x86_64 | OK | 114 | |
| source / vignettes | OK | 162 | |
| linux-release-x86_64 | OK | 109 | |
| macos-release-arm64 | OK | 82 | |
| macos-oldrel-arm64 | OK | 108 | |
| windows-devel | OK | 63 | |
| windows-release | OK | 65 | |
| windows-oldrel | OK | 81 | |
| wasm-release | OK | 105 |
Exports:coffee_compileesprima_parseesprima_tokenizejs_evaljs_typeofjs_validate_scriptjshintuglify_filesuglify_optimizeuglify_reformat
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Coffee Script | coffee coffee_compile |
| JavaScrip Syntax Tree | esprima esprima_parse esprima_tokenize |
| Evaluate JavaScript | js_eval |
| Get the type of a JavaScript object | js_typeof |
| Validate JavaScript | js_validate_script |
| Static analysis tool for JavaScript | jshint |
| Compress and Reformat JavaScript Code | uglify uglify_files uglify_optimize uglify_reformat |
