/
githubmirror
/
taro
Обзор
Документация
Войти
/
githubmirror
/
taro
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/taro-platform-harmony-cpp/src/runtime/apis/base/debug.ts
5 строк
320 B
ZakaryCode
fix(harmony): emit ets api
08 апр 2025, 06:45
08 апр 2025, 06:45
3e573ae
Код
Авторство
О чём код?
import { temporarilyNotSupport } from '../utils' export const setEnableDebug = /* @__PURE__ */ temporarilyNotSupport('setEnableDebug') export const getRealtimeLogManager = /* @__PURE__ */ temporarilyNotSupport('getRealtimeLogManager') export const getLogManager = /* @__PURE__ */ temporarilyNotSupport('getLogManager')