合规国际互联网加速 OSASE为企业客户提供高速稳定SD-WAN国际加速解决方案。 广告
希望通过 babel 能够自动在 console.log 等 api 中插入文件名和行列号的参数,方便定位到代码。 源代码 ``` const sourceCode = ` console.log(1); function func() { console.info(2); } export default class Clazz { say() { console.debug(3); } render() { return {console.error(4)} } } ` ```