@lcap/nasl 3.9.1-beta.7 → 3.9.2-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (85) hide show
  1. package/out/enums/KEYWORDS.d.ts.map +1 -1
  2. package/out/enums/KEYWORDS.js +1 -0
  3. package/out/enums/KEYWORDS.js.map +1 -1
  4. package/out/generator/annotation/incremental.d.ts.map +1 -1
  5. package/out/generator/annotation/incremental.js +8 -6
  6. package/out/generator/annotation/incremental.js.map +1 -1
  7. package/out/generator/genBundleFiles.d.ts.map +1 -1
  8. package/out/generator/genBundleFiles.js +36 -16
  9. package/out/generator/genBundleFiles.js.map +1 -1
  10. package/out/generator/release-body/body.d.ts +56 -1
  11. package/out/generator/release-body/body.d.ts.map +1 -1
  12. package/out/generator/release-body/body.js +76 -64
  13. package/out/generator/release-body/body.js.map +1 -1
  14. package/out/generator/release-body/data.d.ts +56 -1
  15. package/out/generator/release-body/data.d.ts.map +1 -1
  16. package/out/generator/release-body/data.js +13 -5
  17. package/out/generator/release-body/data.js.map +1 -1
  18. package/out/generator/release-body/utils.d.ts +8 -3
  19. package/out/generator/release-body/utils.d.ts.map +1 -1
  20. package/out/generator/release-body/utils.js +87 -22
  21. package/out/generator/release-body/utils.js.map +1 -1
  22. package/out/generator/ui-library-declaration/format.d.ts.map +1 -1
  23. package/out/generator/ui-library-declaration/format.js +3 -6
  24. package/out/generator/ui-library-declaration/format.js.map +1 -1
  25. package/out/natural/genNaturalTS.d.ts +1 -2
  26. package/out/natural/genNaturalTS.d.ts.map +1 -1
  27. package/out/natural/genNaturalTS.js +11 -16
  28. package/out/natural/genNaturalTS.js.map +1 -1
  29. package/out/natural/getContext/index.d.ts +11 -11
  30. package/out/natural/getContext/index.d.ts.map +1 -1
  31. package/out/natural/getContext/index.js +9 -8
  32. package/out/natural/getContext/index.js.map +1 -1
  33. package/out/natural/getContext/naslStdlibMap.d.ts.map +1 -1
  34. package/out/natural/getContext/naslStdlibMap.js +2 -0
  35. package/out/natural/getContext/naslStdlibMap.js.map +1 -1
  36. package/out/natural/index.d.ts +1 -0
  37. package/out/natural/index.d.ts.map +1 -1
  38. package/out/natural/index.js +1 -0
  39. package/out/natural/index.js.map +1 -1
  40. package/out/natural/transformTS2UI.d.ts.map +1 -1
  41. package/out/natural/transformTS2UI.js +8 -4
  42. package/out/natural/transformTS2UI.js.map +1 -1
  43. package/out/natural/transformTSCode.d.ts.map +1 -1
  44. package/out/natural/transformTSCode.js +11 -5
  45. package/out/natural/transformTSCode.js.map +1 -1
  46. package/out/natural/transforms/transform2LogicItem.d.ts.map +1 -1
  47. package/out/natural/transforms/transform2LogicItem.js +74 -15
  48. package/out/natural/transforms/transform2LogicItem.js.map +1 -1
  49. package/out/server/OQL/oql-cache.d.ts.map +1 -1
  50. package/out/server/OQL/oql-cache.js +3 -2
  51. package/out/server/OQL/oql-cache.js.map +1 -1
  52. package/out/server/index.d.ts +1 -1
  53. package/out/server/index.js +1 -1
  54. package/out/server/naslServer.d.ts +20 -13
  55. package/out/server/naslServer.d.ts.map +1 -1
  56. package/out/server/naslServer.js +131 -70
  57. package/out/server/naslServer.js.map +1 -1
  58. package/out/server/translator.d.ts.map +1 -1
  59. package/out/server/translator.js +4 -0
  60. package/out/server/translator.js.map +1 -1
  61. package/out/templator/block2nasl/jsx2nasl/transform-tsx2nasl.d.ts.map +1 -1
  62. package/out/templator/block2nasl/jsx2nasl/transform-tsx2nasl.js +3 -0
  63. package/out/templator/block2nasl/jsx2nasl/transform-tsx2nasl.js.map +1 -1
  64. package/out/templator/genCreateBlock.d.ts +2 -2
  65. package/out/templator/genCreateBlock.d.ts.map +1 -1
  66. package/out/templator/genCreateBlock.js +5 -5
  67. package/out/templator/genCreateBlock.js.map +1 -1
  68. package/out/templator/genCurdMultipleKeyBlock.d.ts +1 -1
  69. package/out/templator/genCurdMultipleKeyBlock.d.ts.map +1 -1
  70. package/out/templator/genCurdMultipleKeyBlock.js +102 -100
  71. package/out/templator/genCurdMultipleKeyBlock.js.map +1 -1
  72. package/out/templator/genEnumSelectBlock.d.ts +1 -1
  73. package/out/templator/genEnumSelectBlock.d.ts.map +1 -1
  74. package/out/templator/genEnumSelectBlock.js +2 -2
  75. package/out/templator/genEnumSelectBlock.js.map +1 -1
  76. package/out/utils/language-cache/nasl.d.ts.map +1 -1
  77. package/out/utils/language-cache/nasl.js +14 -5
  78. package/out/utils/language-cache/nasl.js.map +1 -1
  79. package/package.json +11 -11
  80. package/sandbox-natural/stdlib/nasl.core.d.ts +48 -12
  81. package/sandbox-natural/stdlib/nasl.coreApp.d.ts +99 -0
  82. package/sandbox-natural/stdlib/nasl.ui.d.ts +6 -26
  83. package/sandbox-natural/stdlib/nasl.util.d.ts +84 -63
  84. package/ts-worker/bundle.js +9 -9
  85. package/ts-worker/lib/tsserver.js +2 -0

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.