Skip to content

Commit 69c1f0f

Browse files
committed
change a lot of things so that i can generate d.ts files
1 parent e179fdd commit 69c1f0f

File tree

75 files changed

+124
-100
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+124
-100
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ data.json
2323

2424
obsidian.css
2525
index.d.ts
26+
JsEngine.d.ts
2627

2728
!exampleVault/.obsidian
2829

.prettierignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ exampleVault
55
main.js
66
Publish.js
77
/docs
8-
index.d.ts
8+
index.d.ts
9+
Engine.d.ts

docs.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
import TypeDoc from 'typedoc';
1+
const TypeDoc = require('typedoc');
22

33
async function main() {
44
const app = await TypeDoc.Application.bootstrapWithPlugins({
5-
entryPoints: ['src/api/*'],
5+
entryPoints: ['jsEngine/api/*'],
66
entryPointStrategy: 'expand',
77
});
88

docs/assets/search.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/classes/API.API.html

Lines changed: 11 additions & 9 deletions
Large diffs are not rendered by default.

docs/classes/InstanceId.InstanceId.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

docs/classes/Internal.InternalAPI.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

docs/classes/LibAPI.LibAPI.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

docs/classes/MarkdownAPI.MarkdownAPI.html

Lines changed: 15 additions & 15 deletions
Large diffs are not rendered by default.

docs/classes/MessageAPI.MessageAPI.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)