Skip to content

Commit 8b30462

Browse files
committed
chore: @putout/bundle: v5.1.4
1 parent a901fb3 commit 8b30462

File tree

5 files changed

+45
-2
lines changed

5 files changed

+45
-2
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2026.01.04, v5.1.4
2+
3+
feature:
4+
- a901fb3 @putout/bundle: putout v41.5.3
5+
16
2026.01.04, v5.1.3
27

38
fix:

bundle/putout.js

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122498,4 +122498,23 @@ const codeframe = ({source, error, highlightCode = true}) => {
122498122498
});
122499122499
};
122500122500

122501+
var exports$1 = /*#__PURE__*/Object.freeze({
122502+
__proto__: null,
122503+
codeframe: codeframe,
122504+
findPlaces: findPlaces$1,
122505+
findPlacesAsync: findPlacesAsync,
122506+
generate: generate,
122507+
operator: operator,
122508+
parse: parse$3,
122509+
print: print$1,
122510+
putoutAsync: putoutAsync,
122511+
template: template$6,
122512+
transform: transform$1,
122513+
transformAsync: transformAsync,
122514+
traverse: traverse3$1,
122515+
types: lib_exports$1
122516+
});
122517+
122518+
Object.assign(putout, exports$1);
122519+
122501122520
export { codeframe, putout as default, findPlaces$1 as findPlaces, findPlacesAsync, generate, operator, parse$3 as parse, print$1 as print, putout, putoutAsync, template$6 as template, transform$1 as transform, transformAsync, traverse3$1 as traverse, lib_exports$1 as types };

bundle/putout.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bundle/putout.slim.js

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122033,4 +122033,23 @@ const codeframe = ({source, error, highlightCode = true}) => {
122033122033
});
122034122034
};
122035122035

122036+
var exports$1 = /*#__PURE__*/Object.freeze({
122037+
__proto__: null,
122038+
codeframe: codeframe,
122039+
findPlaces: findPlaces$1,
122040+
findPlacesAsync: findPlacesAsync,
122041+
generate: generate,
122042+
operator: operator,
122043+
parse: parse$3,
122044+
print: print$1,
122045+
putoutAsync: putoutAsync,
122046+
template: template$6,
122047+
transform: transform$1,
122048+
transformAsync: transformAsync,
122049+
traverse: traverse3$1,
122050+
types: lib_exports$1
122051+
});
122052+
122053+
Object.assign(putout, exports$1);
122054+
122036122055
export { codeframe, putout as default, findPlaces$1 as findPlaces, findPlacesAsync, generate, operator, parse$3 as parse, print$1 as print, putout, putoutAsync, template$6 as template, transform$1 as transform, transformAsync, traverse3$1 as traverse, lib_exports$1 as types };

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@putout/bundle",
3-
"version": "5.1.3",
3+
"version": "5.1.4",
44
"type": "module",
55
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
66
"description": "🐊Putout bundle suitable for Deno and Browsers",

0 commit comments

Comments
 (0)