Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build hdf-converters with Rollup for html-mapper #6004

Open
wants to merge 32 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
5bf602f
setup hdf-converters to use rollup for refactoring of html export
kemley76 Jul 16, 2024
68b494d
add rollup typescript package
kemley76 Jul 17, 2024
72c1768
ensure hdf-converters is rebuilt before running frontend
kemley76 Jul 17, 2024
19ea07f
point package json to actual generated types
kemley76 Jul 17, 2024
3f5b943
fix unknown file type errors in hdf-converters jest tests
kemley76 Jul 17, 2024
4e72734
remove unused dev dependency
kemley76 Jul 17, 2024
414cada
add accidently gitignored tailwind file
kemley76 Jul 17, 2024
fd42bab
move rollup dev deps into normal deps
kemley76 Jul 18, 2024
2855915
transform html export tempalte files for frontend tests
kemley76 Jul 18, 2024
0acdb73
build hdf-converters before frontend test
kemley76 Jul 18, 2024
a84cf1a
move rollup dev deps to deps
kemley76 Jul 18, 2024
a961cf5
build hdf-converters before building frontend
kemley76 Jul 18, 2024
635e936
include tsx as non-dev dependency
kemley76 Jul 18, 2024
ffa6c21
modify dependencies and build order
kemley76 Jul 18, 2024
cdc68af
build lerna with include dependencies
kemley76 Jul 19, 2024
8714213
build hdf-converters before frontend
kemley76 Jul 22, 2024
779de05
added implicit dependency relationship between frontend and hdf-conve…
kemley76 Jul 25, 2024
93ffcbf
Merge branch 'master' into rollup-html-mapper
kemley76 Jul 25, 2024
f07ee17
setup nx for prebuild, build, and test for frontend
kemley76 Jul 25, 2024
c86852c
build tailwind before hdf-converters tests
kemley76 Jul 26, 2024
7274fd5
Merge branch 'master' into rollup-html-mapper
kemley76 Jul 26, 2024
410c5fa
build hdf-converters before frontend tests
kemley76 Jul 26, 2024
c68f7df
move tsx back to dev dependencies
kemley76 Jul 26, 2024
73e2e8d
Merge branch 'master' into rollup-html-mapper
kemley76 Jul 29, 2024
2037b69
remove redeclaration of resolveJsonModule: true
kemley76 Jul 29, 2024
9658559
rename rollup.config.cjs to rollup.config.js
kemley76 Jul 29, 2024
cdabb7d
add comments for what the html template files are
kemley76 Jul 29, 2024
826dd13
migrate from lerna to nx completely
kemley76 Jul 30, 2024
8796c90
ensure each package minus the frontend doesnt need nx
kemley76 Jul 30, 2024
70d4ba8
install nx before trying to use nx in frontend test action
kemley76 Jul 30, 2024
22b9627
Merge branch 'master' into rollup-html-mapper
kemley76 Jul 30, 2024
90eff2c
Merge branch 'master' into rollup-html-mapper
kemley76 Aug 16, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add rollup typescript package
Signed-off-by: Kaden Emley <[email protected]>
  • Loading branch information
kemley76 committed Jul 17, 2024
commit 68b494d0665dd7045ba15a903d000a4d70c3aeb1
1 change: 1 addition & 0 deletions libs/hdf-converters/package.json
Original file line number Diff line number Diff line change
@@ -75,6 +75,7 @@
"rollup": "^4.18.1",
"rollup-plugin-string": "^3.0.0",
"rollup-plugin-ts": "^3.4.5",
"rollup-plugin-typescript2": "^0.36.0",
"ts-jest": "^29.1.0",
"tsx": "^4.7.1",
"typedoc": "^0.26.2"