Skip to content

refactor: align rollipop module table formatting#37

Merged
leegeunhyeok merged 1 commit into
mainfrom
rollipop-format-indent
Jun 25, 2026
Merged

refactor: align rollipop module table formatting#37
leegeunhyeok merged 1 commit into
mainfrom
rollipop-format-indent

Conversation

@leegeunhyeok

Copy link
Copy Markdown
Member

just indent

// AS-IS
(function () {
var __rollipop_modules__ = __rollipop_require__.m = {
1: function() {},
2: function() {},
3: function() {}
};
})();

// TO-BE
(function () {
  var __rollipop_modules__ = __rollipop_require__.m = {
    1: function() {},
    2: function() {},
    3: function() {}
  };
})();

@leegeunhyeok leegeunhyeok merged commit e42ca9c into main Jun 25, 2026
47 of 48 checks passed
@leegeunhyeok leegeunhyeok deleted the rollipop-format-indent branch June 25, 2026 12:21
@rollipop-bot rollipop-bot Bot mentioned this pull request Jun 25, 2026
leegeunhyeok added a commit that referenced this pull request Jun 25, 2026
## [1.0.19] - 2026-06-25

### 🚀 Features

- use rollipop runtime for react refresh wrapper by `@leegeunhyeok`
- remove `globalIdentifiers` option by `@leegeunhyeok`

### 🐛 Bug Fixes

- lazy barrel optimization in `rollipop` format (#35) by `@leegeunhyeok`

### 🚜 Refactor

- align rollipop module table formatting (#37) by `@leegeunhyeok`
- align rollipop refresh wrapper (#36) by `@leegeunhyeok`

### ⚙️ Miscellaneous Tasks

- sync upstream rolldown v1.1.3 by `@leegeunhyeok`

Co-authored-by: leegeunhyeok <26512984+leegeunhyeok@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant