Files
ai-course/node_modules/.cache/babel-loader/ffe27f9fdd3a88cf00c8c7f0b4609aa566a882afe191103f7221cc31619b576c.json

1 line
915 B
JSON
Raw Normal View History

{"ast":null,"code":"import { isMotionValue } from 'motion-dom';\nfunction isWillChangeMotionValue(value) {\n return Boolean(isMotionValue(value) && value.add);\n}\nexport { isWillChangeMotionValue };","map":{"version":3,"names":["isMotionValue","isWillChangeMotionValue","value","Boolean","add"],"sources":["/Users/apple/Documents/cursor/Web课件/AI课/education_web_多Agent协作系统/node_modules/framer-motion/dist/es/value/use-will-change/is.mjs"],"sourcesContent":["import { isMotionValue } from 'motion-dom';\n\nfunction isWillChangeMotionValue(value) {\n return Boolean(isMotionValue(value) && value.add);\n}\n\nexport { isWillChangeMotionValue };\n"],"mappings":"AAAA,SAASA,aAAa,QAAQ,YAAY;AAE1C,SAASC,uBAAuBA,CAACC,KAAK,EAAE;EACpC,OAAOC,OAAO,CAACH,aAAa,CAACE,KAAK,CAAC,IAAIA,KAAK,CAACE,GAAG,CAAC;AACrD;AAEA,SAASH,uBAAuB","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}