Skip to content
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

Convert intent.js to TypeScript #185

Merged
merged 37 commits into from
Aug 10, 2020
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
ebf579d
Convert intent.js to TypeScript
Aug 3, 2020
277693b
Fix some linting issues
Aug 3, 2020
a953c5c
Don't always include visServers
Aug 3, 2020
fd1dff0
Refactor/fix ._joinGuard; use public explicitly and don't use arrow f…
Aug 4, 2020
3db2a95
Fix some ESLint warnings
Aug 4, 2020
9fe8d05
Fix more ESLint warnings
Aug 4, 2020
142d306
Don't use any
Aug 4, 2020
ff12e31
Silence ESLint errors in event-queue
Aug 3, 2020
4637c0b
linting
Aug 6, 2020
9443dde
Add newsfile
Aug 6, 2020
a2eba17
Merge remote-tracking branch 'origin/develop' into j94/typescript-intent
Aug 7, 2020
68dbcc8
Merge remote-tracking branch 'origin/develop' into j94/typescript-intent
Aug 7, 2020
2bc5f42
Remove Bluebird from intent.ts
Aug 7, 2020
fa52213
Change export of intent in index.ts
Aug 7, 2020
14ae101
Merge remote-tracking branch 'origin/develop' into j94/typescript-intent
Aug 7, 2020
cf80380
Add newsfile
Aug 7, 2020
979cf9d
Revert "Add newsfile"
Aug 7, 2020
099868b
Merge remote-tracking branch 'origin/develop' into j94/typescript-intent
Aug 7, 2020
17c3906
Fix export of Intent
Aug 7, 2020
6d7f70c
Merge remote-tracking branch 'origin/develop' into j94/typescript-intent
Aug 7, 2020
acaa0c6
Fix import in bridge.js
Aug 7, 2020
356cb20
Ingore changes to opts; await promise in _joinGuard
Aug 7, 2020
e10ef13
Clone opts.backingStore
Aug 7, 2020
ebe8128
Bump matrix-js-sdk to 8.0.1
Half-Shot Aug 10, 2020
3280097
changelog
Half-Shot Aug 10, 2020
01e0aa1
Fix intent parts, make client any again
Half-Shot Aug 10, 2020
66a37bd
Request factory should not be generic, but newRequest should
Half-Shot Aug 10, 2020
06d59ef
expose StateLookupEvent, make some parameters optional
Half-Shot Aug 10, 2020
596e0ea
Fix exports, publish declarations
Half-Shot Aug 10, 2020
e027f07
Validate event before insertion
Half-Shot Aug 10, 2020
12354a6
Don't assume the type of eventContent
Aug 10, 2020
9a756f3
Prefer Record over Object
Aug 10, 2020
84a322e
Merge pull request #196 from matrix-org/hs/typing-fixes
Aug 10, 2020
0567414
Merge remote-tracking branch 'origin/develop' into j94/typescript-intent
Aug 10, 2020
5739e65
Fix ESLint errors
Aug 10, 2020
deb2f38
Test for type and state_key being strings, not being truthy
Aug 10, 2020
198bf89
Refactor the syntax of state-lookup tests to use async/await
Aug 10, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading