extract tagged template literals:从javascripttypescript文件中搜索并提取带标签的模板文字 源码
提取标记的模板文字 从javascript / typescript文件中搜索并提取标记的模板文字。 安装 yarn add extract-tagged-template-literals 用法 通过|可以使用多个标签| (正则表达式或分隔符),有效标签: hbs hbs|handlebars hbs|handlebars|dotted.string searchAndExtract ( documentContent : string , tag : string ) : string ; // or the hbs wrapper searchAndExtractHbs ( do
下载地址
用户评论