File tree Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 61
61
rust /perspective-python /perspective_python- * .data
62
62
.pytest-cache /
63
63
docs /static /python
64
-
64
+ docs /static /node
65
+ docs /static /browser
66
+ docs /static /viewer
Original file line number Diff line number Diff line change 37
37
"scripts" : {
38
38
"build" : " node ./build.js" ,
39
39
"clean" : " rimraf dist && rimraf build && rimraf src/ts/ts-rs" ,
40
- "docs" : " cargo doc "
40
+ "docs" : " npx typedoc --tsconfig tsconfig.browser.json --out ../../docs/static/browser && npx typedoc --tsconfig tsconfig.node.json --out ../../docs/static/node "
41
41
},
42
42
"publishConfig" : {
43
43
"access" : " public"
50
50
"devDependencies" : {
51
51
"@finos/perspective-cpp" : " workspace:^" ,
52
52
"@finos/perspective-esbuild-plugin" : " workspace:^" ,
53
- "@finos/perspective-test" : " workspace:^" ,
54
53
"@finos/perspective-metadata" : " workspace:^" ,
54
+ "@finos/perspective-test" : " workspace:^" ,
55
55
"@types/stoppable" : " ^1.1.0" ,
56
56
"@types/ws" : " ^8.18.1" ,
57
57
"apache-arrow" : " 18.1.0" ,
58
58
"cpy" : " ^9.0.1" ,
59
59
"lodash" : " ^4.17.21" ,
60
60
"moment" : " ^2.30.1" ,
61
+ "typedoc" : " ^0.28.7" ,
61
62
"underscore" : " ^1.13.6" ,
62
63
"zx" : " 8.1.9"
63
64
}
Original file line number Diff line number Diff line change 30
30
"scripts" : {
31
31
"build" : " node ./build.js" ,
32
32
"clean" : " rimraf dist && rimraf build" ,
33
- "test:run:rust" : " rustup run nightly wasm-pack test --chrome --headless"
33
+ "test:run:rust" : " rustup run nightly wasm-pack test --chrome --headless" ,
34
+ "docs" : " npx typedoc --tsconfig tsconfig.json --out ../../docs/static/viewer"
34
35
},
35
36
"publishConfig" : {
36
37
"access" : " public"
44
45
"@finos/perspective-test" : " workspace:^" ,
45
46
"@finos/perspective-metadata" : " workspace:^" ,
46
47
"@prospective.co/procss" : " 0.1.16" ,
48
+ "@types/react" : " ^17.0.2" ,
47
49
"cpy" : " ^9.0.1" ,
48
50
"prettier" : " ^2.8.8" ,
49
- "@types/react " : " ^17.0.2 " ,
51
+ "typedoc " : " ^0.28.7 " ,
50
52
"zx" : " 8.1.9"
51
53
}
52
54
}
You can’t perform that action at this time.
0 commit comments