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

fix(types): update to TS 5.3.3 and fix types #2419

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
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
Prev Previous commit
Next Next commit
fix(lint): fix erroneous linting
  • Loading branch information
DanielMcAssey committed Dec 18, 2023

Verified

This commit was signed with the committer’s verified signature.
natlibfi-psams Pekko Sams
commit 5562a779fd51e39dbae012e4ab1e8ccccbd8048f
1 change: 0 additions & 1 deletion modules/RTC/TraceablePeerConnection.js
Original file line number Diff line number Diff line change
@@ -9,7 +9,6 @@ import RTCEvents from '../../service/RTC/RTCEvents';
import * as SignalingEvents from '../../service/RTC/SignalingEvents';
import { getSourceIndexFromSourceName } from '../../service/RTC/SignalingLayer';
import { VideoType } from '../../service/RTC/VideoType';

import browser from '../browser';
import FeatureFlags from '../flags/FeatureFlags';
import LocalSdpMunger from '../sdp/LocalSdpMunger';
1 change: 1 addition & 0 deletions modules/e2ee/Worker.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable no-redeclare */
/* global TransformStream */
/* eslint-disable no-bitwise */

1 change: 1 addition & 0 deletions modules/litemode/LiteModeContext.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable no-redeclare */
/* global TransformStream */
import { getLogger } from '@jitsi/logger';