@babel/generator
Advanced tools
+1
-1
@@ -105,3 +105,3 @@ "use strict"; | ||
| if (char === -1) { | ||
| const indent = repeat > 64 ? this._indentChar.repeat(repeat) : spaceIndents[repeat / 2]; | ||
| const indent = repeat >= 64 ? this._indentChar.repeat(repeat) : spaceIndents[repeat / 2]; | ||
| this._str += indent; | ||
@@ -108,0 +108,0 @@ } else { |
+1
-1
| { | ||
| "name": "@babel/generator", | ||
| "version": "7.29.0", | ||
| "version": "7.29.1", | ||
| "description": "Turns an AST into code.", | ||
@@ -5,0 +5,0 @@ "author": "The Babel Team (https://babel.dev/team)", |
Sorry, the diff of this file is not supported yet
537011
0