@hpcc-js/observablehq-compiler 1.4.0 → 3.2.0

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 (64) hide show
  1. package/bin/ojscc.mjs +13 -19
  2. package/dist/index.css +2 -1
  3. package/dist/index.css.map +7 -0
  4. package/dist/index.js +24 -7999
  5. package/dist/index.js.map +7 -1
  6. package/package.json +42 -52
  7. package/src/__package__.ts +2 -2
  8. package/src/compiler.ts +34 -22
  9. package/src/cst.ts +27 -23
  10. package/src/index.ts +4 -3
  11. package/src/observable-shim.ts +2 -0
  12. package/src/parse.ts +136 -0
  13. package/src/types.ts +180 -0
  14. package/src/util.ts +6 -3
  15. package/src/writer.ts +9 -6
  16. package/types/compiler.d.ts +7 -8
  17. package/types/cst.d.ts +0 -1
  18. package/types/index.d.ts +4 -4
  19. package/types/observable-shim.d.ts +2 -0
  20. package/types/parse.d.ts +26 -0
  21. package/types/types.d.ts +165 -0
  22. package/types/util.d.ts +2 -3
  23. package/types/writer.d.ts +2 -3
  24. package/dist/index.esm.css +0 -1
  25. package/dist/index.esm.js +0 -7999
  26. package/dist/index.esm.js.map +0 -1
  27. package/dist/index.esm.min.js +0 -4
  28. package/dist/index.esm.min.js.map +0 -1
  29. package/dist/index.min.js +0 -4
  30. package/dist/index.min.js.map +0 -1
  31. package/src/__tests__/File Attachments.ts +0 -895
  32. package/src/__tests__/Introduction to Imports.ts +0 -749
  33. package/src/__tests__/Observable TimeChart.ts +0 -772
  34. package/src/__tests__/index.ts +0 -13
  35. package/src/__tests__/m1.mjs +0 -3
  36. package/src/__tests__/node.ts +0 -199
  37. package/types/__package__.d.ts +0 -4
  38. package/types/__package__.d.ts.map +0 -1
  39. package/types/__tests__/File Attachments.d.ts +0 -110
  40. package/types/__tests__/File Attachments.d.ts.map +0 -1
  41. package/types/__tests__/Introduction to Imports.d.ts +0 -120
  42. package/types/__tests__/Introduction to Imports.d.ts.map +0 -1
  43. package/types/__tests__/Observable TimeChart.d.ts +0 -111
  44. package/types/__tests__/Observable TimeChart.d.ts.map +0 -1
  45. package/types/__tests__/index.d.ts +0 -2
  46. package/types/__tests__/index.d.ts.map +0 -1
  47. package/types/__tests__/node.d.ts +0 -2
  48. package/types/__tests__/node.d.ts.map +0 -1
  49. package/types/compiler.d.ts.map +0 -1
  50. package/types/cst.d.ts.map +0 -1
  51. package/types/index.d.ts.map +0 -1
  52. package/types/util.d.ts.map +0 -1
  53. package/types/writer.d.ts.map +0 -1
  54. package/types-3.4/__package__.d.ts +0 -4
  55. package/types-3.4/__tests__/File Attachments.d.ts +0 -110
  56. package/types-3.4/__tests__/Introduction to Imports.d.ts +0 -120
  57. package/types-3.4/__tests__/Observable TimeChart.d.ts +0 -111
  58. package/types-3.4/__tests__/index.d.ts +0 -2
  59. package/types-3.4/__tests__/node.d.ts +0 -2
  60. package/types-3.4/compiler.d.ts +0 -112
  61. package/types-3.4/cst.d.ts +0 -42
  62. package/types-3.4/index.d.ts +0 -5
  63. package/types-3.4/util.d.ts +0 -30
  64. package/types-3.4/writer.d.ts +0 -19

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.