Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ compileJs
Function
compileJs
catboost/node-package/build_scripts/build.ts:31–34 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
29
}
30
31
export
async
function
compileJs() {
32
await
compileTypeScript();
33
copyBindings();
34
}
35
36
export
async
function
compileBindings() {
37
await
compileJs();
Callers
2
prepareAndBuildPackage
Function · 0.90
compileBindings
Function · 0.85
Calls
2
compileTypeScript
Function · 0.85
copyBindings
Function · 0.85
Tested by
no test coverage detected