Skip to content

Commit 3a2c41f

Browse files
authored
feat(): fix unary, math, and conditional operatiors + test updates (#277)
* move `NullishShortCircuit` to its own file, and clean up some lint rules * fully working unit tests with fixed evaluation for unary/binary/math operators + cleanup
1 parent 50f102a commit 3a2c41f

6 files changed

Lines changed: 363 additions & 679 deletions

File tree

.vscode/settings.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"eslint.format.enable": true,
3+
"editor.codeActionsOnSave": {
4+
"source.organizeImports": "always",
5+
"source.fixAll.eslint": "always",
6+
"source.fixAll.tslint": "always",
7+
"source.fixAll.ts": "always",
8+
},
9+
"files.insertFinalNewline": true
10+
}

bun.lockb

-7.81 KB
Binary file not shown.

0 commit comments

Comments
 (0)