3dmol / 3Dmol.js

WebGL accelerated JavaScript molecular graphics library
https://3dmol.org/
Other
794 stars 194 forks source link

Add strict equality to TS files(src/*) #753

Closed prajwalkulkarni closed 8 months ago

prajwalkulkarni commented 8 months ago

:dizzy: Changelog

:star: Adds strict equality operator (!== and ===) to TS files (only in src/*)

dkoes commented 8 months ago

Please don't bother submitting pull requests until they are passing all the tests.

prajwalkulkarni commented 8 months ago

My bad, I didn't notice it. I was unable to run the tests locally due to some issue, I'm closing this PR and will open another one once all tests are passing.