A collection of check, comparison and cast functions.
Browser-friendly inheritance fully compatible with standard node.js inherits()
unist utility to visit nodes
Node.js's util module for all engines
hast utility to transform from a `parse5` AST
mdast utility to parse markdown
estree (and esast) utility to serialize to JavaScript
hast utility to transform to estree (JavaScript AST) JSX
[](https://www.npmjs.com/package/@aws-sdk/util-user-agent-browser) [](https://www.n
estree (and esast) utility to parse from JavaScript
OpenTelemetry SDK resources
hast utility to reparse a tree
_NOTE: This is specifically tailored for Firebase JS SDK usage, if you are not a member of the Firebase team, please avoid using this package_
Resource util used by other @google-cloud/opentelemetry* packages
Utilities for working with Blob objects in the browser
Polyfill/shim for util.promisify in node versions < v8
Utilities for the snapdragon parser/compiler.
hast utility to transform to preact, react, solid, svelte, vue, etc
The `util.is*` functions introduced in Node v0.12.
Utilities to help with endpoint resolution
Transform HAST to Babel AST (JSX)
hast utility to serialize to HTML
unist utility to find a node after another node
esast utility to transform from estree
Grapht is a server-side graphing library built on PhantomJS and utilizing D3.js. Grapht provides a CLI for simple Bash scripting. It also profides a light-weight Ruby API to make service-level integration simple.
Pack of koa-js and koa-utils
CSS and JS utility toolbox for Rails
Utility that allows you to use various JS compilers to compress and uglify your JavaScript code.
+js-rails-routes+ is a utility for generating JavaScript equivalents to the +<route>_path+ functions provided by {Ruby on Rails}[https://github.com/rails/rails]. This allows you to do very similar things in your {+ejs+}[https://rubygems.org/gems/ejs/] JavaScript templates as you would in your +erb+ ruby templates. You can move html rendering to the client and keep it looking very similar to how it would look on the server. For example, if you have a model +Item+ and a simple route to list all the items, a link to that items page (using an explicit +a+ anchor tag instead of the Rails +link_to+) would look the same in either an +erb+ file or an +ejs+ file: <a href="<%= items_path() %>">List all Items</a> This gem was originally developed as part of the {MVCoffee}[http://mvcoffee.org] suite of tools, and integrates strongly with the {mvcoffee.js}[https://github.com/kirkbowers/mvcoffee] CoffeeScript MVC framework.
### Features ### * Allows you to utilize scenejs without having to clutter up your assets with tons of js files for self hosters. * Seamlessly allows you to create and utilize plugins you've made and placed in your vendor/assets/javascripts/scenejs_plugins directory * Preserves the directory structure of scenejs plugins, you can keep your custom made plugins in a place where scenejs can find them.
haml_to_js is a ruby library and command line that converts haml to javascript. Why an other haml to js converter (see similar utilities) ? It is a extension of [haml_to_star](https://github.com/sdrdis/haml_to_star) which purpose is to convert haml into any language. This converter is intended for front usage. It simplifies debugging (the generated code is readable, a variable hold haml line number so you can know exactly where the problem is).
Diff and patch tables
== Rails 3.1 javascript - Util asset pack == Sets up a window.Util object which includes * Spinner, with methods to set spinner next to element or hide the spinner * AjaxForm, to ajax enable simple forms * jQuery ajaxError global handler, exception data during development and friendly message in production == Usage spinner (js version) window.Util.spinner.nextTo('#my_button'); window.Util.spinner.nextTo('#my_button', 3, 4); // selector, top offset, left offset window.Util.spinner.hide(); ajax form (coffee script version) jQuery -> new window.Util.AjaxForm '#my_form', -> log "my_form submit success callback" == Install Update the Gemfile in your rails project, add the following line gem 'javascript_util_asset_pack' Run the generator rails generate javascript_util_asset_pack does the following: * Copy spinner.gif to /app/assets/images * Update application.html.erb adding javascript create window.Rails.env variable * Update application.html.erb adding image_tag for spinner.gif * Update application.js adding util_pack == WARNING * 0.0.10 and 0.0.11 are bad versions, use 0.0.12 or above == Coming Soon * configuration object * text in ajaxError overrides * spinner id override == Resources * spinner.gif generated using http://www.ajaxload.info == License The Unlicense (aka: public domain) http://unlicense.org == Ruby Gems * https://rubygems.org/gems/javascript_util_asset_pack
Diff and patch tables