-
Notifications
You must be signed in to change notification settings - Fork 981
Migrating remaining JS modules to Typescript (part 1) #2543
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
Merged
smallsaucepan
merged 22 commits into
Turfjs:master
from
smallsaucepan:typescript-conversion-1
Nov 28, 2023
Merged
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
4057efb
Converting turf-ellipse to typescript.
smallsaucepan 0aa0ba3
Converting turf-flip to typescript.
smallsaucepan 8a6b3c0
Forgot to remove redundant turf-flip index.d.ts
smallsaucepan 5065c14
Converting turf-flatten to typescript.
smallsaucepan c582eb0
Converting turf-explode to typescript.
smallsaucepan 2ada574
Converting turf-envelope to typescript.
smallsaucepan 53f8495
Converting turf-dissolve to Typescript. Missed a couple of changes to…
smallsaucepan 8ed7bc3
Converting turf-rewind to Typescript.
smallsaucepan 27826c6
Converting turf-tag to Typescript.
smallsaucepan 0b7ac3a
Converting turf-sample to Typescript. Forgot to delete d.ts from turf…
smallsaucepan a988eb2
Converting turf-point-on-feature to Typescript.
smallsaucepan 83c9877
Converting turf-points-within-polygon to Typescript. One type test is…
smallsaucepan e4c991b
Converting turf-polygon-smooth to Typescript.
smallsaucepan 0752cb6
Revisiting turf-points-within-polygon as it needs to be able to accep…
smallsaucepan e44b26b
Converting turf-polygon-tangents to Typescript. Few oddities uncovere…
smallsaucepan 4458c9c
Converting turf-sector to Typescript. Forgot to remove d.ts from turf…
smallsaucepan 9234a47
Converting turf-shortest-path to Typescript. Adding type test step in…
smallsaucepan 34b5fef
Converting turf-simplify to Typescript.
smallsaucepan 228aed1
Converting turf-difference to Typescript.
smallsaucepan 12f7452
Removing rollup from freshly converted typescript modules. Lots of mi…
smallsaucepan 18f5a6e
Removing minDistance param from turf-shortest-path per this convo htt…
smallsaucepan 1e85bee
Incorporating review feedback, including: subbing ?? for || in option…
smallsaucepan 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 hidden or 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 was deleted.
Oops, something went wrong.
This file contains hidden or 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 hidden or 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 hidden or 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,7 @@ | ||
{ | ||
"extends": "../../tsconfig.shared.json", | ||
"compilerOptions": { | ||
"outDir": "dist/js" | ||
}, | ||
"files": ["index.ts"] | ||
} |
This file contains hidden or 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 was deleted.
Oops, something went wrong.
This file contains hidden or 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 hidden or 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 hidden or 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,7 @@ | ||
{ | ||
"extends": "../../tsconfig.shared.json", | ||
"compilerOptions": { | ||
"outDir": "dist/js" | ||
}, | ||
"files": ["index.ts"] | ||
} |
This file contains hidden or 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 was deleted.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.