@rollup/wasm-node
Advanced tools
Comparing version 4.32.0 to 4.33.0-0
/* | ||
@license | ||
Rollup.js v4.32.0 | ||
Fri, 24 Jan 2025 08:27:05 GMT - commit 2538304efdc05ecb7c52e6376d5777565139f075 | ||
Rollup.js v4.33.0-0 | ||
Tue, 28 Jan 2025 08:29:38 GMT - commit f854e1988542d09f9691923eddd80888e92240d3 | ||
@@ -6,0 +6,0 @@ https://github.com/rollup/rollup |
/* | ||
@license | ||
Rollup.js v4.32.0 | ||
Fri, 24 Jan 2025 08:27:05 GMT - commit 2538304efdc05ecb7c52e6376d5777565139f075 | ||
Rollup.js v4.33.0-0 | ||
Tue, 28 Jan 2025 08:29:38 GMT - commit f854e1988542d09f9691923eddd80888e92240d3 | ||
@@ -6,0 +6,0 @@ https://github.com/rollup/rollup |
/* | ||
@license | ||
Rollup.js v4.32.0 | ||
Fri, 24 Jan 2025 08:27:05 GMT - commit 2538304efdc05ecb7c52e6376d5777565139f075 | ||
Rollup.js v4.33.0-0 | ||
Tue, 28 Jan 2025 08:29:38 GMT - commit f854e1988542d09f9691923eddd80888e92240d3 | ||
@@ -6,0 +6,0 @@ https://github.com/rollup/rollup |
/* | ||
@license | ||
Rollup.js v4.32.0 | ||
Fri, 24 Jan 2025 08:27:05 GMT - commit 2538304efdc05ecb7c52e6376d5777565139f075 | ||
Rollup.js v4.33.0-0 | ||
Tue, 28 Jan 2025 08:29:38 GMT - commit f854e1988542d09f9691923eddd80888e92240d3 | ||
@@ -6,0 +6,0 @@ https://github.com/rollup/rollup |
/* | ||
@license | ||
Rollup.js v4.32.0 | ||
Fri, 24 Jan 2025 08:27:05 GMT - commit 2538304efdc05ecb7c52e6376d5777565139f075 | ||
Rollup.js v4.33.0-0 | ||
Tue, 28 Jan 2025 08:29:38 GMT - commit f854e1988542d09f9691923eddd80888e92240d3 | ||
@@ -6,0 +6,0 @@ https://github.com/rollup/rollup |
/* | ||
@license | ||
Rollup.js v4.32.0 | ||
Fri, 24 Jan 2025 08:27:05 GMT - commit 2538304efdc05ecb7c52e6376d5777565139f075 | ||
Rollup.js v4.33.0-0 | ||
Tue, 28 Jan 2025 08:29:38 GMT - commit f854e1988542d09f9691923eddd80888e92240d3 | ||
@@ -6,0 +6,0 @@ https://github.com/rollup/rollup |
/* | ||
@license | ||
Rollup.js v4.32.0 | ||
Fri, 24 Jan 2025 08:27:05 GMT - commit 2538304efdc05ecb7c52e6376d5777565139f075 | ||
Rollup.js v4.33.0-0 | ||
Tue, 28 Jan 2025 08:29:38 GMT - commit f854e1988542d09f9691923eddd80888e92240d3 | ||
@@ -6,0 +6,0 @@ https://github.com/rollup/rollup |
/* | ||
@license | ||
Rollup.js v4.32.0 | ||
Fri, 24 Jan 2025 08:27:05 GMT - commit 2538304efdc05ecb7c52e6376d5777565139f075 | ||
Rollup.js v4.33.0-0 | ||
Tue, 28 Jan 2025 08:29:38 GMT - commit f854e1988542d09f9691923eddd80888e92240d3 | ||
@@ -6,0 +6,0 @@ https://github.com/rollup/rollup |
/* | ||
@license | ||
Rollup.js v4.32.0 | ||
Fri, 24 Jan 2025 08:27:05 GMT - commit 2538304efdc05ecb7c52e6376d5777565139f075 | ||
Rollup.js v4.33.0-0 | ||
Tue, 28 Jan 2025 08:29:38 GMT - commit f854e1988542d09f9691923eddd80888e92240d3 | ||
@@ -6,0 +6,0 @@ https://github.com/rollup/rollup |
/* | ||
@license | ||
Rollup.js v4.32.0 | ||
Fri, 24 Jan 2025 08:27:05 GMT - commit 2538304efdc05ecb7c52e6376d5777565139f075 | ||
Rollup.js v4.33.0-0 | ||
Tue, 28 Jan 2025 08:29:38 GMT - commit f854e1988542d09f9691923eddd80888e92240d3 | ||
@@ -24,4 +24,4 @@ https://github.com/rollup/rollup | ||
require('path'); | ||
require('util'); | ||
require('fs'); | ||
require('util'); | ||
require('stream'); | ||
@@ -369,19 +369,3 @@ require('os'); | ||
*/ | ||
onExit, | ||
/** | ||
* Load the listeners. Likely you never need to call this, unless | ||
* doing a rather deep integration with signal-exit functionality. | ||
* Mostly exposed for the benefit of testing. | ||
* | ||
* @internal | ||
*/ | ||
load, | ||
/** | ||
* Unload the listeners. Likely you never need to call this, unless | ||
* doing a rather deep integration with signal-exit functionality. | ||
* Mostly exposed for the benefit of testing. | ||
* | ||
* @internal | ||
*/ | ||
unload, } = signalExitWrap(processOk(process$1) ? new SignalExit(process$1) : new SignalExitFallback()); | ||
onExit} = signalExitWrap(processOk(process$1) ? new SignalExit(process$1) : new SignalExitFallback()); | ||
@@ -388,0 +372,0 @@ const CLEAR_SCREEN = '\u001Bc'; |
/* | ||
@license | ||
Rollup.js v4.32.0 | ||
Fri, 24 Jan 2025 08:27:05 GMT - commit 2538304efdc05ecb7c52e6376d5777565139f075 | ||
Rollup.js v4.33.0-0 | ||
Tue, 28 Jan 2025 08:29:38 GMT - commit f854e1988542d09f9691923eddd80888e92240d3 | ||
@@ -24,4 +24,4 @@ https://github.com/rollup/rollup | ||
require('node:fs/promises'); | ||
require('util'); | ||
require('fs'); | ||
require('util'); | ||
require('stream'); | ||
@@ -28,0 +28,0 @@ require('os'); |
{ | ||
"name": "@rollup/wasm-node", | ||
"version": "4.32.0", | ||
"version": "4.33.0-0", | ||
"description": "Next-generation ES module bundler with Node wasm", | ||
@@ -5,0 +5,0 @@ "main": "dist/rollup.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
4202837
67312
1