Skip to content

Commit 9aaaa40

Browse files
authored
Introduce RDKit.js (#61)
* Add rdkit dependency * Add empty array validation * Rename variable Small fix * Add typings for obsidian and smiles-drawer * File rename for chemCore base class * Adapt loading dataview with new typings * Config jest * Refactor theme provider * Debounce on settings live preview when scaling * Update SettingTab.ts * Adapt to default slider label * Integrate RDKit-js and refactor
1 parent 599af59 commit 9aaaa40

36 files changed

+12189
-2695
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,6 @@ data.json
2323

2424
# previous builds
2525
.versions
26+
27+
# plugin asset
28+
rdkit/

jest.config.js

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
module.exports = {
2+
preset: "ts-jest",
3+
testEnvironment: "node",
4+
transform: {
5+
"^.+\\.ts$": "esbuild-jest",
6+
},
7+
};

0 commit comments

Comments
 (0)