UNPKG

@typescript-eslint/eslint-plugin

Version:
7 lines 295 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getWrappedCode = getWrappedCode; function getWrappedCode(text, nodePrecedence, parentPrecedence) { return nodePrecedence > parentPrecedence ? text : `(${text})`; } //# sourceMappingURL=getWrappedCode.js.map