代碼檢測工具

2020-02-12 17:58 更新

使用文檔

Introduction

針對字節(jié)系 APP, 輸出各宿主不支持的的組件與 API


官方源 NPM 包

https://www.npmjs.com/package/tma-code-audit


Usage

命令行調(diào)用

全局安裝或局部

npm i tma-code-audit -g
tmaaudit ./path/to/src

函數(shù)調(diào)用

const audit = require("tma-code-audit");
const result = audit("/path/to/code"); // return a promise

result.then(console.log);
/*
{
  requestPayment: [ 1128, 35 ], // 1128是抖音,35是lite
  '$ad': [ 1128, 35 ]
}
*/

Notes:

  • 13 是今日頭條
  • 1128 是抖音
  • 35 是 lite
以上內(nèi)容是否對您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號
微信公眾號

編程獅公眾號