Skip to content

Commit

Permalink
delete index files
Browse files Browse the repository at this point in the history
  • Loading branch information
saharan committed Jun 7, 2024
1 parent 68c1ba6 commit 966093f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 83 deletions.
36 changes: 0 additions & 36 deletions bin/js_modules/index.d.ts

This file was deleted.

43 changes: 0 additions & 43 deletions bin/js_modules/index.js

This file was deleted.

8 changes: 4 additions & 4 deletions build-js-ts.hxml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@
-D hxtsdgen_types_ts
-js bin/js_modules/OimoPhysics.js
-D js-es=6
-D js_unflatten
-D js_classic
-D js-unflatten
-D js-classic
-D shallow-expose

#
#
#
# After build you will need to edit generated JS file:
# Remove all lines before `var oimo = oimo || {};`
# - But just keep `HxOverrides` class!
# Replace last two lines `export.ts.Export.main();
# - Except the `HxOverrides` class!
# Replace the last two lines `export.ts.Export.main();
# var Export = $hx_exports["Export"];`
# with next: `export {oimo};`
# Remove Export class from OimoPhysics.d.ts
Expand Down

0 comments on commit 966093f

Please sign in to comment.