Skip to content

Commit 997acf3

Browse files
style: format code with Prettier
This commit fixes the style issues introduced in f0828e2 according to the output from Prettier. Details: #7
1 parent f0828e2 commit 997acf3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,15 @@
1111
### Minor Changes
1212

1313
- a899336: ### ✨ Enhancements
14+
1415
- Replaced `textExtensions` with `customLoaders` for fine-grained extension-to-loader mapping.
1516
- Introduced `name` option for overriding the plugin name (useful for debugging or deduplication).
1617
- Added support for multiple query-based loaders: `?text`, `?base64`, `?dataurl`, `?file`, `?binary`.
1718
- Improved fallback logic for resolving files: now tries extensions or `index.[ext]` for folders.
1819
- Regex-based `onLoad` filtering boosts performance (leveraging Go-native ESBuild internals).
1920

2021
### 🛠 Internal Refactors
22+
2123
- Code refactored for better readability and maintainability.
2224
- Error messages are now clearer and more actionable.
2325
- Switched to consistent plugin naming (`"esbuild-raw-plugin"` instead of randomized suffix).

0 commit comments

Comments
 (0)