MCPcopy 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
31export async function compileJs() {
32 await compileTypeScript();
33 copyBindings();
34}
35
36export async function compileBindings() {
37 await compileJs();

Callers 2

prepareAndBuildPackageFunction · 0.90
compileBindingsFunction · 0.85

Calls 2

compileTypeScriptFunction · 0.85
copyBindingsFunction · 0.85

Tested by

no test coverage detected