Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在一个开源项目上工作,我试图找到一种在 javascript 标头中添加注释的方法,例如“自动生成的文件,不要修改等”。; 但当然,我不想将这些注释放在打字稿文件中,只在 JS 中。有没有办法做到这一点?也许通过某种 tsc 后编译脚本,它存在吗?
也许通过某种 tsc 后编译脚本,它是否存在
您可以使用https://www.npmjs.org/package/grunt-text-replace