Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
pub mod failed_to_analyse {
pub mod ecmascript {
pub const DYNAMIC_IMPORT: &str = "TP1001";
pub const REQUIRE: &str = "TP1002";
pub const REQUIRE_RESOLVE: &str = "TP1003";
pub const FS_METHOD: &str = "TP1004";
pub const CHILD_PROCESS_SPAWN: &str = "TP1005";
pub const PATH_METHOD: &str = "TP1006";
pub const REQUIRE_CONTEXT: &str = "TP1007";
pub const NODE_PRE_GYP_FIND: &str = "TP1100";
pub const NODE_GYP_BUILD: &str = "TP1101";
pub const NODE_BINDINGS: &str = "TP1102";
pub const NODE_EXPRESS: &str = "TP1103";
pub const NODE_RESOLVE_FROM: &str = "TP1104";
pub const NODE_PROTOBUF_LOADER: &str = "TP1105";
pub const AMD_DEFINE: &str = "TP1200";
pub const NEW_URL_IMPORT_META: &str = "TP1201";
pub const FREE_VAR_REFERENCE: &str = "TP1202";
pub const NEW_WORKER: &str = "TP1203";
}
}