套件:rollup(3.29.5-1)
rollup 的相關連結
Debian 的資源:
下載原始碼套件 node-rollup:
維護小組:
- Debian Javascript Maintainers (QA 頁面, 郵件存檔)
- Sruthi Chandran (QA 頁面)
- Pirate Praveen (QA 頁面)
- Bastien Roucariès (QA 頁面)
外部的資源:
- 主頁 [rollupjs.org]
相似套件:
ES6 module bundler for JavaScript
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, instead of previous idiosyncratic solutions such as CommonJS and AMD.
ES modules let you freely and seamlessly combine the most useful individual functions from your favorite libraries. Rollup can optimize ES modules for faster native loading in modern browsers, or output a legacy module format allowing ES module workflows today.
node-chokidar is required to use the --watch option
其他與 rollup 有關的套件
|
|
|
|
-
- dep: nodejs
- evented I/O for V8 javascript - runtime executable
-
- sug: node-chokidar
- wrapper around watch / watchFile / fsevents