rollup 4.1.5 → 4.1.6

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.
package/dist/bin/rollup CHANGED
@@ -1,8 +1,8 @@
1
1
  #!/usr/bin/env node
2
2
  /*
3
3
  @license
4
- Rollup.js v4.1.5
5
- Sat, 28 Oct 2023 09:22:49 GMT - commit 1cbb382b0dd3ab70541671c105f96eff283904ec
4
+ Rollup.js v4.1.6
5
+ Tue, 31 Oct 2023 05:44:37 GMT - commit 5901e545697b36326110d89ed02964fdaffd9f6f
6
6
 
7
7
  https://github.com/rollup/rollup
8
8
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.1.5
4
- Sat, 28 Oct 2023 09:22:49 GMT - commit 1cbb382b0dd3ab70541671c105f96eff283904ec
3
+ Rollup.js v4.1.6
4
+ Tue, 31 Oct 2023 05:44:37 GMT - commit 5901e545697b36326110d89ed02964fdaffd9f6f
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.1.5
4
- Sat, 28 Oct 2023 09:22:49 GMT - commit 1cbb382b0dd3ab70541671c105f96eff283904ec
3
+ Rollup.js v4.1.6
4
+ Tue, 31 Oct 2023 05:44:37 GMT - commit 5901e545697b36326110d89ed02964fdaffd9f6f
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
package/dist/es/rollup.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.1.5
4
- Sat, 28 Oct 2023 09:22:49 GMT - commit 1cbb382b0dd3ab70541671c105f96eff283904ec
3
+ Rollup.js v4.1.6
4
+ Tue, 31 Oct 2023 05:44:37 GMT - commit 5901e545697b36326110d89ed02964fdaffd9f6f
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.1.5
4
- Sat, 28 Oct 2023 09:22:49 GMT - commit 1cbb382b0dd3ab70541671c105f96eff283904ec
3
+ Rollup.js v4.1.6
4
+ Tue, 31 Oct 2023 05:44:37 GMT - commit 5901e545697b36326110d89ed02964fdaffd9f6f
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -16,7 +16,7 @@ import { xxhashBase64Url } from '../../native.js';
16
16
  import { lstat, realpath, readdir, readFile, mkdir, writeFile } from 'node:fs/promises';
17
17
  import * as tty from 'tty';
18
18
 
19
- var version = "4.1.5";
19
+ var version = "4.1.6";
20
20
 
21
21
  const comma = ','.charCodeAt(0);
22
22
  const semicolon = ';'.charCodeAt(0);
@@ -7310,7 +7310,7 @@ function findFirstLineBreakOutsideComment(code) {
7310
7310
  charCodeAfterSlash = code.charCodeAt(start + 1);
7311
7311
  if (charCodeAfterSlash === 47 /*"/"*/)
7312
7312
  return [start, lineBreakPos + 1];
7313
- start = code.indexOf('*/', start + 3) + 2;
7313
+ start = code.indexOf('*/', start + 2) + 2;
7314
7314
  if (start > lineBreakPos) {
7315
7315
  lineBreakPos = code.indexOf('\n', start);
7316
7316
  }
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.1.5
4
- Sat, 28 Oct 2023 09:22:49 GMT - commit 1cbb382b0dd3ab70541671c105f96eff283904ec
3
+ Rollup.js v4.1.6
4
+ Tue, 31 Oct 2023 05:44:37 GMT - commit 5901e545697b36326110d89ed02964fdaffd9f6f
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.1.5
4
- Sat, 28 Oct 2023 09:22:49 GMT - commit 1cbb382b0dd3ab70541671c105f96eff283904ec
3
+ Rollup.js v4.1.6
4
+ Tue, 31 Oct 2023 05:44:37 GMT - commit 5901e545697b36326110d89ed02964fdaffd9f6f
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.1.5
4
- Sat, 28 Oct 2023 09:22:49 GMT - commit 1cbb382b0dd3ab70541671c105f96eff283904ec
3
+ Rollup.js v4.1.6
4
+ Tue, 31 Oct 2023 05:44:37 GMT - commit 5901e545697b36326110d89ed02964fdaffd9f6f
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.1.5
4
- Sat, 28 Oct 2023 09:22:49 GMT - commit 1cbb382b0dd3ab70541671c105f96eff283904ec
3
+ Rollup.js v4.1.6
4
+ Tue, 31 Oct 2023 05:44:37 GMT - commit 5901e545697b36326110d89ed02964fdaffd9f6f
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.1.5
4
- Sat, 28 Oct 2023 09:22:49 GMT - commit 1cbb382b0dd3ab70541671c105f96eff283904ec
3
+ Rollup.js v4.1.6
4
+ Tue, 31 Oct 2023 05:44:37 GMT - commit 5901e545697b36326110d89ed02964fdaffd9f6f
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.1.5
4
- Sat, 28 Oct 2023 09:22:49 GMT - commit 1cbb382b0dd3ab70541671c105f96eff283904ec
3
+ Rollup.js v4.1.6
4
+ Tue, 31 Oct 2023 05:44:37 GMT - commit 5901e545697b36326110d89ed02964fdaffd9f6f
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.1.5
4
- Sat, 28 Oct 2023 09:22:49 GMT - commit 1cbb382b0dd3ab70541671c105f96eff283904ec
3
+ Rollup.js v4.1.6
4
+ Tue, 31 Oct 2023 05:44:37 GMT - commit 5901e545697b36326110d89ed02964fdaffd9f6f
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.1.5
4
- Sat, 28 Oct 2023 09:22:49 GMT - commit 1cbb382b0dd3ab70541671c105f96eff283904ec
3
+ Rollup.js v4.1.6
4
+ Tue, 31 Oct 2023 05:44:37 GMT - commit 5901e545697b36326110d89ed02964fdaffd9f6f
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.1.5
4
- Sat, 28 Oct 2023 09:22:49 GMT - commit 1cbb382b0dd3ab70541671c105f96eff283904ec
3
+ Rollup.js v4.1.6
4
+ Tue, 31 Oct 2023 05:44:37 GMT - commit 5901e545697b36326110d89ed02964fdaffd9f6f
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.1.5
4
- Sat, 28 Oct 2023 09:22:49 GMT - commit 1cbb382b0dd3ab70541671c105f96eff283904ec
3
+ Rollup.js v4.1.6
4
+ Tue, 31 Oct 2023 05:44:37 GMT - commit 5901e545697b36326110d89ed02964fdaffd9f6f
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.1.5
4
- Sat, 28 Oct 2023 09:22:49 GMT - commit 1cbb382b0dd3ab70541671c105f96eff283904ec
3
+ Rollup.js v4.1.6
4
+ Tue, 31 Oct 2023 05:44:37 GMT - commit 5901e545697b36326110d89ed02964fdaffd9f6f
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -31,7 +31,7 @@ function _interopNamespaceDefault(e) {
31
31
 
32
32
  const tty__namespace = /*#__PURE__*/_interopNamespaceDefault(tty);
33
33
 
34
- var version = "4.1.5";
34
+ var version = "4.1.6";
35
35
 
36
36
  function ensureArray$1(items) {
37
37
  if (Array.isArray(items)) {
@@ -8744,7 +8744,7 @@ function findFirstLineBreakOutsideComment(code) {
8744
8744
  charCodeAfterSlash = code.charCodeAt(start + 1);
8745
8745
  if (charCodeAfterSlash === 47 /*"/"*/)
8746
8746
  return [start, lineBreakPos + 1];
8747
- start = code.indexOf('*/', start + 3) + 2;
8747
+ start = code.indexOf('*/', start + 2) + 2;
8748
8748
  if (start > lineBreakPos) {
8749
8749
  lineBreakPos = code.indexOf('\n', start);
8750
8750
  }
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.1.5
4
- Sat, 28 Oct 2023 09:22:49 GMT - commit 1cbb382b0dd3ab70541671c105f96eff283904ec
3
+ Rollup.js v4.1.6
4
+ Tue, 31 Oct 2023 05:44:37 GMT - commit 5901e545697b36326110d89ed02964fdaffd9f6f
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.1.5
4
- Sat, 28 Oct 2023 09:22:49 GMT - commit 1cbb382b0dd3ab70541671c105f96eff283904ec
3
+ Rollup.js v4.1.6
4
+ Tue, 31 Oct 2023 05:44:37 GMT - commit 5901e545697b36326110d89ed02964fdaffd9f6f
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.1.5
4
- Sat, 28 Oct 2023 09:22:49 GMT - commit 1cbb382b0dd3ab70541671c105f96eff283904ec
3
+ Rollup.js v4.1.6
4
+ Tue, 31 Oct 2023 05:44:37 GMT - commit 5901e545697b36326110d89ed02964fdaffd9f6f
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rollup",
3
- "version": "4.1.5",
3
+ "version": "4.1.6",
4
4
  "description": "Next-generation ES module bundler",
5
5
  "main": "dist/rollup.js",
6
6
  "module": "dist/es/rollup.js",
@@ -100,18 +100,18 @@
100
100
  "homepage": "https://rollupjs.org/",
101
101
  "optionalDependencies": {
102
102
  "fsevents": "~2.3.2",
103
- "@rollup/rollup-darwin-arm64": "4.1.5",
104
- "@rollup/rollup-android-arm64": "4.1.5",
105
- "@rollup/rollup-win32-arm64-msvc": "4.1.5",
106
- "@rollup/rollup-linux-arm64-gnu": "4.1.5",
107
- "@rollup/rollup-linux-arm64-musl": "4.1.5",
108
- "@rollup/rollup-android-arm-eabi": "4.1.5",
109
- "@rollup/rollup-linux-arm-gnueabihf": "4.1.5",
110
- "@rollup/rollup-win32-ia32-msvc": "4.1.5",
111
- "@rollup/rollup-darwin-x64": "4.1.5",
112
- "@rollup/rollup-win32-x64-msvc": "4.1.5",
113
- "@rollup/rollup-linux-x64-gnu": "4.1.5",
114
- "@rollup/rollup-linux-x64-musl": "4.1.5"
103
+ "@rollup/rollup-darwin-arm64": "4.1.6",
104
+ "@rollup/rollup-android-arm64": "4.1.6",
105
+ "@rollup/rollup-win32-arm64-msvc": "4.1.6",
106
+ "@rollup/rollup-linux-arm64-gnu": "4.1.6",
107
+ "@rollup/rollup-linux-arm64-musl": "4.1.6",
108
+ "@rollup/rollup-android-arm-eabi": "4.1.6",
109
+ "@rollup/rollup-linux-arm-gnueabihf": "4.1.6",
110
+ "@rollup/rollup-win32-ia32-msvc": "4.1.6",
111
+ "@rollup/rollup-darwin-x64": "4.1.6",
112
+ "@rollup/rollup-win32-x64-msvc": "4.1.6",
113
+ "@rollup/rollup-linux-x64-gnu": "4.1.6",
114
+ "@rollup/rollup-linux-x64-musl": "4.1.6"
115
115
  },
116
116
  "devDependenciesComments": {
117
117
  "@rollup/plugin-typescript": "It appears that 11.1.3 breaks sourcemaps"