@guihz/trading-vue-editor-tes 0.0.94 → 0.0.95

Sign up to get free protection for your applications and to get access to all the features.
Files changed (27) hide show
  1. package/lib/assets/parserTccWorker-Atmd3LRI.js +207 -0
  2. package/lib/assets/{scriptsRunWorker-DG7nL2a4.js → scriptsRunWorker-CgIm6yWg.js} +24 -24
  3. package/lib/components/editor/parseScript/buildInFuncNamespace/errorListener.d.ts +1 -1
  4. package/lib/components/editor/parseScript/buildInFuncNamespace/index.d.ts +2 -1
  5. package/lib/components/editor/parseScript/buildInFuncNamespace/input.d.ts +1 -0
  6. package/lib/components/editor/parseScript/buildInFuncNamespace/syminfo.d.ts +9 -0
  7. package/lib/components/editor/parseScript/buildInVarNamespace/Dividends.d.ts +8 -0
  8. package/lib/components/editor/parseScript/buildInVarNamespace/chart.d.ts +16 -0
  9. package/lib/components/editor/parseScript/buildInVarNamespace/earnings.d.ts +9 -0
  10. package/lib/components/editor/parseScript/buildInVarNamespace/index.d.ts +4 -0
  11. package/lib/components/editor/parseScript/buildInVarNamespace/syminfo.d.ts +42 -0
  12. package/lib/components/editor/parseScript/constants.d.ts +9 -0
  13. package/lib/components/editor/parseScript/enum.d.ts +8 -4
  14. package/lib/components/editor/parseScript/parseToJs.d.ts +2 -0
  15. package/lib/components/editor/parseScript/parseToLibJs.d.ts +2 -0
  16. package/lib/components/editor/parseScript/visitorParser.d.ts +16 -0
  17. package/lib/components/editor/tokenizer/config.d.ts +2 -1
  18. package/lib/components/editor/type/index.d.ts +4 -0
  19. package/lib/components/editor/utils/completions.d.ts +6 -1
  20. package/lib/components/editor/utils/parse.d.ts +3 -0
  21. package/lib/components/editor/utils/parserTcc.d.ts +4 -0
  22. package/lib/components/editor/utils/parserTccWorker.d.ts +4 -0
  23. package/lib/tccParser/tccScriptParserVisitor.d.ts +14 -0
  24. package/lib/trading-vue-editor.js +2884 -2563
  25. package/lib/trading-vue-editor.umd.cjs +40 -36
  26. package/package.json +1 -1
  27. package/lib/assets/parserTccWorker-BOpzDxKa.js +0 -207
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@guihz/trading-vue-editor-tes",
3
- "version": "0.0.94",
3
+ "version": "0.0.95",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "lib"