mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-17 16:25:24 +00:00
* introduce typescript files generation using ast + tmpl * feat valid ts with scraping * feat remove old logic + tsdocs for all modules * fix ikev and related bugs * typescript docs for js modules * lint,build + ldap realm fix * go mod tidy * fix named imports ast parsing * fix ast code generation errors * complete support for ts files generation * support go global/const in ts docs * updated template * feat: typescript using go code generation * nuke jsdoc generator * update generated ts dir structure * fix multifile ts gen issue * fix panic in ts code gen * fix test * update docs of js libs * feat: add doc+example for every js class,function,method * fix missing quotes in ikev example --------- Co-authored-by: Sandeep Singh <sandeep@projectdiscovery.io>
34 lines
844 B
Plaintext
34 lines
844 B
Plaintext
.idea
|
|
.vscode
|
|
.devcontainer
|
|
vendor
|
|
dist
|
|
integration_tests/nuclei
|
|
integration_tests/.cache
|
|
integration_tests/integration-test
|
|
cmd/nuclei/main
|
|
cmd/nuclei/nuclei
|
|
cmd/integration-test/nuclei
|
|
cmd/functional-test/nuclei_dev
|
|
cmd/functional-test/nuclei_main
|
|
cmd/functional-test/functional-test
|
|
cmd/docgen/docgen
|
|
pkg/protocols/common/helpers/deserialization/testdata/Deserialize.class
|
|
pkg/protocols/common/helpers/deserialization/testdata/ValueObject.class
|
|
pkg/protocols/common/helpers/deserialization/testdata/ValueObject2.ser
|
|
*.exe
|
|
.gitignore
|
|
pkg/js/devtools/bindgen/cmd/bindgen/bindgen
|
|
pkg/js/devtools/jsdocgen/jsdocgen
|
|
pkg/js/devtools/tsgen/tsgen
|
|
pkg/js/devtools/tsgen/cmd/tsgen/tsgen
|
|
*.DS_Store
|
|
pkg/protocols/headless/engine/.cache
|
|
/nuclei
|
|
/bindgen
|
|
/jsdocgen
|
|
/tsgen
|
|
/scrapefuncs
|
|
/integration_tests/.cache/
|
|
/integration_tests/.nuclei-config/
|
|
/*.yaml |