Skip to content

chore(deps-dev): Bump @babel/traverse from 7.20.12 to 7.24.7 #44

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
merged 1 commit into from
Jun 26, 2024
Merged
Changes from all commits
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
326 changes: 169 additions & 157 deletions package-lock.json

Unchanged files with check annotations Beta

constructor(withUserDataHeader: boolean = false) {
super();
// TODO: Refactor this. Bad practice to extend basic types

Check warning on line 16 in src/libs/Segment.ts

GitHub Actions / test (14.x)

Unexpected 'todo' comment: 'TODO: Refactor this. Bad practice to...'

Check warning on line 16 in src/libs/Segment.ts

GitHub Actions / test (16.x)

Unexpected 'todo' comment: 'TODO: Refactor this. Bad practice to...'

Check warning on line 16 in src/libs/Segment.ts

GitHub Actions / test (18.x)

Unexpected 'todo' comment: 'TODO: Refactor this. Bad practice to...'

Check warning on line 16 in src/libs/Segment.ts

GitHub Actions / test (19.x)

Unexpected 'todo' comment: 'TODO: Refactor this. Bad practice to...'
Object.setPrototypeOf(this, Object.create(Segment.prototype));
this.hasTwilioReservedBits = withUserDataHeader;
this.hasUserDataHeader = withUserDataHeader;