Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generate Examples -- Continued #2272

Draft
wants to merge 86 commits into
base: main
Choose a base branch
from

Commits on Oct 3, 2024

  1. chore: Bring cursorless-dev#940 to current monorepo structure

    wip: Delete workspace.json for cherry-pick
    - git cherry pick 070c870
    - Delete cursorless-nx/workspace.json
    Add the package and initial working
    
    There is an issue here that the jest parser requires no file name extension in imports, but ts-node requires `.js` extension. Probably will need to change this to build then generate rather than ts-node (or spend ages messing with the configs)
    
    [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    All working with tests
    
    Need to update to be in the new NX repo format and correctly handle the newer formats for test fixtures which have changed since this was written
    SimeonC authored and trillium committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    ea67cee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a95325 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1696347 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    17e2f25 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    97018a7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0c8e529 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b91a714 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6735b66 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    30c76ae View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e085c97 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3186cd5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    bd4542d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f094326 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    31aa6c4 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    32b94d2 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    0a69934 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    a9756d7 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    a087c05 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    490132d View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    254c0ed View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    844cfbc View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    d1351d2 View commit details
    Browse the repository at this point in the history
  23. wip: Add test-case-component path referecnce

    Attempting to resolve import error:
      Server Error
      Error: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: undefined. You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.
    trillium committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    add16dc View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    dc8353e View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    86dfafe View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    8250440 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    b32c325 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    a7354f0 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    544b118 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    131a968 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    dc28562 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    34a31c0 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    0314ee1 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    b576e8d View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    033b425 View commit details
    Browse the repository at this point in the history
  36. wip: Update test-case-componet to import shiki

    - uses type: any for now
    trillium committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    0592fbd View commit details
    Browse the repository at this point in the history
  37. fixup: lib redo

    trillium committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    dd29896 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    0443266 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    e0a3421 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    188a964 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    8182a39 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    fc7adda View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    da45050 View commit details
    Browse the repository at this point in the history
  44. feat: Create css vars theme

    - Add javascript and typescript languages for now
    - Update var names as per Shiki docs
    trillium committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    c13b49d View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    fd4b90f View commit details
    Browse the repository at this point in the history
  46. chore: Switch from IThemedToken to ThemedToken

    as per upgrade to Shiki v1
    trillium committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    c4a50a5 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    8bdd926 View commit details
    Browse the repository at this point in the history
  48. feat: Update component sheet to import yaml files

    - Add additional test files
    trillium committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    2da9553 View commit details
    Browse the repository at this point in the history
  49. feat: Create ShikiComponent

    -Displays before/after states
    -wip: During state needs work
    trillium committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    074b68c View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    cfe7643 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    28d8a65 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    5dbb371 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    0cc5b31 View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    61148ec View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    88fb074 View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    abf5fd9 View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    3aa0228 View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    80748fe View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    fef0b61 View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    8dd1bf7 View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    5152eef View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    ccde788 View commit details
    Browse the repository at this point in the history
  63. Configuration menu
    Copy the full SHA
    257687b View commit details
    Browse the repository at this point in the history
  64. Configuration menu
    Copy the full SHA
    75bc289 View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    80d5f0e View commit details
    Browse the repository at this point in the history
  66. Configuration menu
    Copy the full SHA
    5a2c5f5 View commit details
    Browse the repository at this point in the history
  67. Configuration menu
    Copy the full SHA
    6122848 View commit details
    Browse the repository at this point in the history
  68. Select incoming in merge conflict in pnpm-lock.yaml

    fix: Resolve warning on lockfile
    "Ignoring broken lockfile at /Users/trilliumsmith/code/cursorless-dev/cursorless: Lockfile /Users/trilliumsmith/code/cursorless-dev/cursorless/pnpm-lock.yaml not compatible with current pnpm"
    trillium committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    72ca49a View commit details
    Browse the repository at this point in the history
  69. Configuration menu
    Copy the full SHA
    99e0248 View commit details
    Browse the repository at this point in the history
  70. Configuration menu
    Copy the full SHA
    d3b8da5 View commit details
    Browse the repository at this point in the history
  71. Configuration menu
    Copy the full SHA
    76cadc6 View commit details
    Browse the repository at this point in the history
  72. Configuration menu
    Copy the full SHA
    25422b7 View commit details
    Browse the repository at this point in the history
  73. Configuration menu
    Copy the full SHA
    15362a0 View commit details
    Browse the repository at this point in the history
  74. Configuration menu
    Copy the full SHA
    431348f View commit details
    Browse the repository at this point in the history
  75. Configuration menu
    Copy the full SHA
    214257f View commit details
    Browse the repository at this point in the history
  76. Configuration menu
    Copy the full SHA
    1e48301 View commit details
    Browse the repository at this point in the history
  77. Configuration menu
    Copy the full SHA
    956c022 View commit details
    Browse the repository at this point in the history
  78. Configuration menu
    Copy the full SHA
    3b305cc View commit details
    Browse the repository at this point in the history
  79. Configuration menu
    Copy the full SHA
    8481dce View commit details
    Browse the repository at this point in the history
  80. Configuration menu
    Copy the full SHA
    ff1672d View commit details
    Browse the repository at this point in the history
  81. Configuration menu
    Copy the full SHA
    dfc432b View commit details
    Browse the repository at this point in the history
  82. Configuration menu
    Copy the full SHA
    4f610f4 View commit details
    Browse the repository at this point in the history
  83. Configuration menu
    Copy the full SHA
    f9592bb View commit details
    Browse the repository at this point in the history
  84. Configuration menu
    Copy the full SHA
    767baea View commit details
    Browse the repository at this point in the history
  85. Configuration menu
    Copy the full SHA
    8bd0d65 View commit details
    Browse the repository at this point in the history
  86. Configuration menu
    Copy the full SHA
    4bdf662 View commit details
    Browse the repository at this point in the history