-
-
Notifications
You must be signed in to change notification settings - Fork 596
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
Typescript #2044
Open
swittk
wants to merge
36
commits into
parse-community:alpha
Choose a base branch
from
swittk:typescript
base: alpha
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Typescript #2044
Changes from 29 commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
c33579c
Fixes pinning of objects that are not ParseObjects into LocalDataStore
swittk f02589c
added failing test for nested Parse.File (need to shim a more realist…
swittk 94ca52d
eslint unusedvars
swittk 8ad9d51
Merge branch 'alpha' into alpha
mtrezza 42d3944
wrap with jest.fn
swittk f27d043
Merge branch 'alpha' into alpha
mtrezza 4ea18e6
isEnabled checks
swittk fce7f31
removed error message
swittk 934e5dc
Merge branch 'parse-community:alpha' into alpha
swittk 7003c94
changed according to suggestions
swittk ec57dab
Merge branch 'parse-community:alpha' into alpha
swittk 8211212
Merge branch 'alpha' into alpha
swittk ee0d595
Merge branch 'alpha' into alpha
mtrezza d50b896
Merge branch 'alpha' into alpha
mtrezza dc9e705
merge
swittk 352c0ac
bunch of ts
swittk 1ab6249
more
swittk 7188bff
moar types
swittk 1b3ba9d
even more typings
swittk 9839439
more simple files
swittk b2c27dd
comments
swittk ee8adf3
added ts files to checks and fixed fixable strict compiler warnings
swittk a0d2683
more, localdatastore
swittk 3ca292c
added facebook types
swittk 0334a07
added facebook types
swittk d1b2dde
ok but failing tests
swittk 4604451
reverted changes to tests, try another approach
swittk 606061f
slightly better typings and test correction
swittk b7a6b27
almost all passes now just need those ParseObject definitions loaded …
swittk 4273ade
fixed more failing tests.. almost there.
swittk 5d55147
all tests passing now
swittk 7edbce7
Merge remote-tracking branch 'upstream/alpha' into typescript
dplewis 7fef8b7
revert unit tests
dplewis 1fb6900
clean up
dplewis 823935d
pin package
dplewis 3b8e4dd
convert all files to ts
dplewis 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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.
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.
What's the purpose of this dep?
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.
There's the file
FacebookUtils.ts
where theFB
global is used.