mirror of
https://github.com/ChinaSiro/claude-code-sourcemap.git
synced 2026-07-09 09:17:44 +08:00
init: restore source from @anthropic-ai/claude-code@2.1.88 sourcemap
This commit is contained in:
+14
@@ -0,0 +1,14 @@
|
||||
import baseSetToString from './_baseSetToString.js';
|
||||
import shortOut from './_shortOut.js';
|
||||
|
||||
/**
|
||||
* Sets the `toString` method of `func` to return `string`.
|
||||
*
|
||||
* @private
|
||||
* @param {Function} func The function to modify.
|
||||
* @param {Function} string The `toString` result.
|
||||
* @returns {Function} Returns `func`.
|
||||
*/
|
||||
var setToString = shortOut(baseSetToString);
|
||||
|
||||
export default setToString;
|
||||
Reference in New Issue
Block a user