mirror of
https://github.com/ChinaSiro/claude-code-sourcemap.git
synced 2026-07-13 11:07:14 +08:00
init: restore source from @anthropic-ai/claude-code@2.1.88 sourcemap
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
import getNative from './_getNative.js';
|
||||
|
||||
var defineProperty = (function() {
|
||||
try {
|
||||
var func = getNative(Object, 'defineProperty');
|
||||
func({}, '', {});
|
||||
return func;
|
||||
} catch (e) {}
|
||||
}());
|
||||
|
||||
export default defineProperty;
|
||||
Reference in New Issue
Block a user