-
-
Notifications
You must be signed in to change notification settings - Fork 6.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Introducing TypeScript #3336
Merged
Merged
Introducing TypeScript #3336
Changes from 31 commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
88e17bf
Typescript init
sidharthv96 95dbbb3
tsConversion: DetectType
sidharthv96 c9cd569
tsConversion: errorRenderer
sidharthv96 896154d
tsConversion: logger
sidharthv96 fab9688
tsConversion: flowchartStyles
sidharthv96 d9bace0
Add `trace` logLevel
sidharthv96 238cbd1
tsConversion: styles
sidharthv96 6de66ea
Add `trace` logLevel
sidharthv96 f14f0d9
tsConversion: config & common
sidharthv96 4710f67
fix: sanitization bug
sidharthv96 cd4b1ea
fix: codeScanning vuln
sidharthv96 c68ec54
tsConversion: mermaid main
sidharthv96 a51d8e8
Merge branch 'develop' into sidv/typescript
sidharthv96 d97b380
fix: startOnLoad
sidharthv96 39aaf2f
tsConversion: fix paths, add d.ts to output
sidharthv96 d365dac
tsConversion: mermaidAPI
sidharthv96 c245a2d
tsConversion: rename DiagramAPI
sidharthv96 1549eb2
tsConversion: fix DiagramAPI
sidharthv96 a2469b6
Merge branch 'develop' into sidv/typescript
sidharthv96 4885e7b
fix detectType
sidharthv96 9f49259
fix detectType
sidharthv96 6291e4d
fix detectType
sidharthv96 9a0d5e3
fix: review comments
sidharthv96 0e0802a
Update src/config.ts
knsv 32ba2d5
Remove console.logs
sidharthv96 a8042f6
Merge branch 'sidv/typescript' of https://github.com/mermaid-js/merma…
sidharthv96 1efd5c7
Cleanup
sidharthv96 60651fd
Merge branch 'develop' into sidv/typescript
sidharthv96 84148d4
Remove failing test
sidharthv96 a3dfc4c
Remove `@ts-ignore`s.
sidharthv96 9b319a5
Merge branch 'develop' into sidv/typescript
sidharthv96 8c85c10
Fix TODO Qs
sidharthv96 4619ff2
Merge branch 'develop' into sidv/typescript
sidharthv96 36be811
Revert flowchart change
sidharthv96 4fa0d36
Revert flowchart change
sidharthv96 2272eb6
Fix repo URL
sidharthv96 e46d9c1
Merge branch 'develop' into sidv/typescript
sidharthv96 1ced01c
Typo fix
sidharthv96 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
demos/*.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wonder if this line isn't causing troubles, see #3747