-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
merge delsec to test branch. feat: import client side modules from np…
…m, build them with esbuilder, allowing for better updating and CI
- Loading branch information
Showing
25 changed files
with
187 additions
and
951 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
import 'bootstrap/dist/css/bootstrap.min.css' | ||
import { Modal } from 'bootstrap' | ||
export const lib_bootstrap ={ | ||
'Modal': Modal | ||
} | ||
|
||
export { Graphviz } from '@hpcc-js/wasm/graphviz' | ||
export * as lib_d3graphviz from 'd3-graphviz' | ||
export * as lib_d3 from 'd3' | ||
|
||
export * as lib_SaveSvgAsPng from 'save-svg-as-png' | ||
export * as lib_TabOverride from 'taboverride' | ||
export * as lib_Sortable from 'sortablejs' | ||
export * as lib_Feather from 'feather-icons' | ||
|
||
export const lib_DotParser = { | ||
'parse': require( 'dotparser' ) | ||
} |
Oops, something went wrong.