From aa80353e169f4bf771a8057d0fba1d215e40ad67 Mon Sep 17 00:00:00 2001 From: zmw Date: Thu, 12 Jun 2025 00:02:01 +0800 Subject: [PATCH] Rmove node api header Issue: https://gitee.com/openharmony/arkcompiler_ets_frontend/issues/ICEHP5 Description: Rmove node api header Signed-off-by: zmw --- ets2panda/bindings/package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ets2panda/bindings/package.json b/ets2panda/bindings/package.json index 92d680af8d..61b96b42af 100644 --- a/ets2panda/bindings/package.json +++ b/ets2panda/bindings/package.json @@ -7,8 +7,7 @@ "@types/node": "^18.0.0", "prettier": "latest", "rimraf": "^6.0.1", - "typescript": "4.9.5", - "node-api-headers": "^1.4.0" + "typescript": "4.9.5" }, "main": "dist/index.js", "scripts": { -- Gitee