Skip to content

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
baileympearson committed May 28, 2024
1 parent daf9f7b commit 322b613
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,11 @@ jobs:
- language: javascript-typescript
build-mode: none
identifier: 'source'
paths:
- './src'
- './lib'
# - language: javascript-typescript
# build-mode: none
# identifier: 'bundled'
# root: './lib'
root: './src ./lib'
- language: javascript-typescript
build-mode: none
identifier: 'bundled'
root: './lib'
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down
3 changes: 3 additions & 0 deletions src/long.ts
Original file line number Diff line number Diff line change
Expand Up @@ -677,6 +677,9 @@ export class Long extends BSONValue {
res = Long.UZERO;
}

// @ts-expect-error asdf
let long = Long(0, 4);

// Repeat the following until the remainder is less than other: find a
// floating-point that approximates remainder / other *from below*, add this
// into the result, and subtract it from the remainder. It is critical that
Expand Down

0 comments on commit 322b613

Please sign in to comment.