@rollup/wasm-node 4.29.1 → 4.30.0-1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,14 +1,14 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.29.1
4
- Sat, 21 Dec 2024 07:15:31 GMT - commit 5d3777803404c67ce14c62b8b05d6e26e46856f5
3
+ Rollup.js v4.30.0-1
4
+ Mon, 30 Dec 2024 06:51:45 GMT - commit 41ab39a6e4a5181e9be21e816dd6f11c57e1c52a
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
8
8
  Released under the MIT License.
9
9
  */
10
10
  import { parse, parseAsync } from '../../native.js';
11
- import { resolve, basename, extname, dirname } from 'node:path';
11
+ import { resolve, dirname, basename, extname } from 'node:path';
12
12
 
13
13
  // This file is generated by scripts/generate-node-types.js.
14
14
  // Do not edit this file directly.
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.29.1
4
- Sat, 21 Dec 2024 07:15:31 GMT - commit 5d3777803404c67ce14c62b8b05d6e26e46856f5
3
+ Rollup.js v4.30.0-1
4
+ Mon, 30 Dec 2024 06:51:45 GMT - commit 41ab39a6e4a5181e9be21e816dd6f11c57e1c52a
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -11,8 +11,8 @@ import { getAugmentedNamespace, fseventsImporter, getDefaultExportFromCjs, creat
11
11
  import path from 'node:path';
12
12
  import process$1 from 'node:process';
13
13
  import require$$0$1 from 'path';
14
- import require$$0$2 from 'fs';
15
14
  import require$$2 from 'util';
15
+ import require$$0$2 from 'fs';
16
16
  import require$$1 from 'stream';
17
17
  import require$$2$1 from 'os';
18
18
  import require$$0$3 from 'events';
@@ -5236,9 +5236,9 @@ function requireToRegexRange () {
5236
5236
  };
5237
5237
 
5238
5238
  function collatePatterns(neg, pos, options) {
5239
- let onlyNegative = filterPatterns(neg, pos, '-', false);
5240
- let onlyPositive = filterPatterns(pos, neg, '', false);
5241
- let intersected = filterPatterns(neg, pos, '-?', true);
5239
+ let onlyNegative = filterPatterns(neg, pos, '-', false) || [];
5240
+ let onlyPositive = filterPatterns(pos, neg, '', false) || [];
5241
+ let intersected = filterPatterns(neg, pos, '-?', true) || [];
5242
5242
  let subpatterns = onlyNegative.concat(intersected).concat(onlyPositive);
5243
5243
  return subpatterns.join('|');
5244
5244
  }
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.29.1
4
- Sat, 21 Dec 2024 07:15:31 GMT - commit 5d3777803404c67ce14c62b8b05d6e26e46856f5
3
+ Rollup.js v4.30.0-1
4
+ Mon, 30 Dec 2024 06:51:45 GMT - commit 41ab39a6e4a5181e9be21e816dd6f11c57e1c52a
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.29.1
4
- Sat, 21 Dec 2024 07:15:31 GMT - commit 5d3777803404c67ce14c62b8b05d6e26e46856f5
3
+ Rollup.js v4.30.0-1
4
+ Mon, 30 Dec 2024 06:51:45 GMT - commit 41ab39a6e4a5181e9be21e816dd6f11c57e1c52a
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
package/dist/parseAst.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.29.1
4
- Sat, 21 Dec 2024 07:15:31 GMT - commit 5d3777803404c67ce14c62b8b05d6e26e46856f5
3
+ Rollup.js v4.30.0-1
4
+ Mon, 30 Dec 2024 06:51:45 GMT - commit 41ab39a6e4a5181e9be21e816dd6f11c57e1c52a
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
package/dist/rollup.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.29.1
4
- Sat, 21 Dec 2024 07:15:31 GMT - commit 5d3777803404c67ce14c62b8b05d6e26e46856f5
3
+ Rollup.js v4.30.0-1
4
+ Mon, 30 Dec 2024 06:51:45 GMT - commit 41ab39a6e4a5181e9be21e816dd6f11c57e1c52a
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.29.1
4
- Sat, 21 Dec 2024 07:15:31 GMT - commit 5d3777803404c67ce14c62b8b05d6e26e46856f5
3
+ Rollup.js v4.30.0-1
4
+ Mon, 30 Dec 2024 06:51:45 GMT - commit 41ab39a6e4a5181e9be21e816dd6f11c57e1c52a
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.29.1
4
- Sat, 21 Dec 2024 07:15:31 GMT - commit 5d3777803404c67ce14c62b8b05d6e26e46856f5
3
+ Rollup.js v4.30.0-1
4
+ Mon, 30 Dec 2024 06:51:45 GMT - commit 41ab39a6e4a5181e9be21e816dd6f11c57e1c52a
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -11,8 +11,8 @@
11
11
 
12
12
  const rollup = require('./rollup.js');
13
13
  const require$$0$1 = require('path');
14
- const require$$0$2 = require('fs');
15
14
  const require$$2 = require('util');
15
+ const require$$0$2 = require('fs');
16
16
  const require$$1 = require('stream');
17
17
  const require$$2$1 = require('os');
18
18
  const fseventsImporter = require('./fsevents-importer.js');
@@ -5231,9 +5231,9 @@ function requireToRegexRange () {
5231
5231
  };
5232
5232
 
5233
5233
  function collatePatterns(neg, pos, options) {
5234
- let onlyNegative = filterPatterns(neg, pos, '-', false);
5235
- let onlyPositive = filterPatterns(pos, neg, '', false);
5236
- let intersected = filterPatterns(neg, pos, '-?', true);
5234
+ let onlyNegative = filterPatterns(neg, pos, '-', false) || [];
5235
+ let onlyPositive = filterPatterns(pos, neg, '', false) || [];
5236
+ let intersected = filterPatterns(neg, pos, '-?', true) || [];
5237
5237
  let subpatterns = onlyNegative.concat(intersected).concat(onlyPositive);
5238
5238
  return subpatterns.join('|');
5239
5239
  }
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.29.1
4
- Sat, 21 Dec 2024 07:15:31 GMT - commit 5d3777803404c67ce14c62b8b05d6e26e46856f5
3
+ Rollup.js v4.30.0-1
4
+ Mon, 30 Dec 2024 06:51:45 GMT - commit 41ab39a6e4a5181e9be21e816dd6f11c57e1c52a
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.29.1
4
- Sat, 21 Dec 2024 07:15:31 GMT - commit 5d3777803404c67ce14c62b8b05d6e26e46856f5
3
+ Rollup.js v4.30.0-1
4
+ Mon, 30 Dec 2024 06:51:45 GMT - commit 41ab39a6e4a5181e9be21e816dd6f11c57e1c52a
5
5
 
6
6
  https://github.com/rollup/rollup
7
7