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:
+15
@@ -0,0 +1,15 @@
|
||||
import ListCache from './_ListCache.js';
|
||||
|
||||
/**
|
||||
* Removes all key-value entries from the stack.
|
||||
*
|
||||
* @private
|
||||
* @name clear
|
||||
* @memberOf Stack
|
||||
*/
|
||||
function stackClear() {
|
||||
this.__data__ = new ListCache;
|
||||
this.size = 0;
|
||||
}
|
||||
|
||||
export default stackClear;
|
||||
Reference in New Issue
Block a user