Skip to content

Commit

Permalink
Remove all types and config for generating types
Browse files Browse the repository at this point in the history
  • Loading branch information
9inpachi committed Sep 1, 2022
1 parent a437568 commit c430800
Show file tree
Hide file tree
Showing 76 changed files with 11 additions and 7,872 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,3 @@ package-lock.json
httpcontrol.C
httpserver.C
Go4ExampleSimple
!tsconfig.json

2 changes: 0 additions & 2 deletions modules/d3.d.mts

This file was deleted.

2 changes: 0 additions & 2 deletions modules/gui/dat.gui.d.mts

This file was deleted.

2 changes: 0 additions & 2 deletions modules/three.d.mts

This file was deleted.

47 changes: 11 additions & 36 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,38 +10,15 @@
"main": "./build/jsroot.js",
"module": "./modules/main.mjs",
"exports": {
".": {
"types": "./types/main.d.mts",
"import": "./modules/main.mjs"
},
"./draw": {
"types": "./types/draw.d.mts",
"import": "./modules/draw.mjs"
},
"./io": {
"types": "./types/io.d.mts",
"import": "./modules/io.mjs"
},
"./tree": {
"types": "./types/tree.d.mts",
"import": "./modules/tree.mjs"
},
"./colors": {
"types": "./types/base/colors.d.mts",
"import": "./modules/base/colors.mjs"
},
"./hierarchy": {
"types": "./types/gui/HierarchyPainter.d.mts",
"import": "./modules/gui/HierarchyPainter.mjs"
},
"./latex": {
"types": "./types/base/latex.d.mts",
"import": "./modules/base/latex.mjs"
},
"./geom": {
"types": "./types/geom/TGeoPainter.d.mts",
"import": "./modules/geom/TGeoPainter.mjs"
}
".": "./modules/main.mjs",
"./core": "./modules/core.mjs",
"./draw": "./modules/draw.mjs",
"./io": "./modules/io.mjs",
"./tree": "./modules/tree.mjs",
"./colors": "./modules/base/colors.mjs",
"./hierarchy": "./modules/gui/HierarchyPainter.mjs",
"./latex": "./modules/base/latex.mjs",
"./geom": "./modules/geom/TGeoPainter.mjs"
},
"contributors": [
{
Expand Down Expand Up @@ -88,13 +65,11 @@
"rollup-plugin-ascii": "0.0",
"rollup-plugin-ignore": "1.0.10",
"rollup-plugin-modify": "^3.0.0",
"rollup-plugin-terser": "7",
"typescript": "^4.8.2"
"rollup-plugin-terser": "7"
},
"scripts": {
"build": "rollup -c build/rollup.config.js",
"doc": "jsdoc -c docs/jsdoc.json -R docs/main.md && jsdoc -c docs/jsdoc.json -p -d docs/jsdocfull -R docs/main.md",
"types": "tsc"
"doc": "jsdoc -c docs/jsdoc.json -R docs/main.md && jsdoc -c docs/jsdoc.json -p -d docs/jsdocfull -R docs/main.md"
},
"keywords": [
"ROOT",
Expand Down
9 changes: 0 additions & 9 deletions tsconfig.json

This file was deleted.

142 changes: 0 additions & 142 deletions types/base/BasePainter.d.mts

This file was deleted.

42 changes: 0 additions & 42 deletions types/base/FontHandler.d.mts

This file was deleted.

Loading

0 comments on commit c430800

Please sign in to comment.