Skip to content

Commit

Permalink
forVite
Browse files Browse the repository at this point in the history
  • Loading branch information
kochizufan committed Feb 23, 2024
1 parent 944f697 commit 44f5626
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion es5/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion es5/index.js.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion lib/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/index.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions lib/triangleTest.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export default function triangleTest(): number;
4 changes: 4 additions & 0 deletions lib/triangleTest.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions lib/triangleTest.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1916,4 +1916,4 @@ function calcSearchKeys(tri: Tri): string[] {
}

// @ts-ignore
global.Tin = Tin;
//global.Tin = Tin;

0 comments on commit 44f5626

Please sign in to comment.