Search Articles — Sudonull

Search Results

From other projects

SOON Blockchain Explained: Faster Crypto Transactions

https://ymaho.com/soon-blockchain-explained-faster-crypto-transactions

Learn how SOON's SVM Rollup architecture speeds up crypto transactions. Understand modular blockchains in simple terms. See why it matters for your wallet.

How Lighter Enables Fast, Secure DeFi Trading

https://ymaho.com/how-lighter-enables-fast-secure-defi-trading

Learn how Lighter combines offchain speed with onchain security using zk rollups—no jargon, just clear explanations.

From the web

Rollup

https://rollupjs.org/

Vite pre-configures Rollup for you with sensible defaults and powerful plugins while giving you an insanely fast development server. Released under the MIT License.

Introduction | Rollup

https://rollupjs.org/guide/en/

To make sure your ES modules are immediately usable by tools that work with CommonJS such as Node.js and webpack, you can use Rollup to compile to UMD or CommonJS format, and then point to …

rollup - npm

https://www.npmjs.com/package/rollup

Rollup is a module bundler for JavaScript which compiles small pieces of code into something larger and more complex, such as a library or application. It uses the standardized ES module format for code, …

GitHub - rollup/rollup: Next-generation ES module bundler

https://github.com/rollup/rollup

Rollup is a module bundler for JavaScript which compiles small pieces of code into something larger and more complex, such as a library or application. It uses the standardized ES module format for code, …

Releases · rollup/rollup - GitHub

https://github.com/rollup/rollup/releases

Next-generation ES module bundler. Contribute to rollup/rollup development by creating an account on GitHub.

ROLL UP Definition & Meaning - Merriam-Webster

https://www.merriam-webster.com/dictionary/roll%20up

3 days ago · The meaning of ROLL UP is to increase or acquire by successive accumulations : accumulate. How to use roll up in a sentence.

Tutorial | Rollup

https://rollupjs.org/tutorial/

Before we begin, you'll need to have Node.js installed so that you can use NPM. You'll also need to know how to access the command line on your machine. The easiest way to use Rollup is via the …

Configuration Options | Rollup

https://rollupjs.org/configuration-options/

Allows Rollup to process JSX syntax to either preserve or transform it depending on the jsx.mode. If set to false, an error will be thrown if JSX syntax is encountered.

Running Rollup in a Browser

https://rollupjs.org/browser/

Rollup allows you to provide an in-memory file system implementation that needs to implement at least a certain sub-set of the NodeJS fs API, cf. the fs option.

JavaScript API | Rollup

https://rollupjs.org/javascript-api/

Rollup provides a JavaScript API which is usable from Node.js. You will rarely need to use this, and should probably be using the command line API unless you are extending Rollup itself or using it for …

Trending Now