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

Dev playground with monaco-editor #1

Merged
merged 31 commits into from
Jan 11, 2024
Merged

Dev playground with monaco-editor #1

merged 31 commits into from
Jan 11, 2024

Commits on Dec 5, 2023

  1. playground with typescripts sandbox

    - `pnpm play` will run the playground locally
    - it will be published on github pages automatically too
    gdamjan committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    49d1b26 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

  1. Configuration menu
    Copy the full SHA
    0d9d468 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2023

  1. Configuration menu
    Copy the full SHA
    24f099e View commit details
    Browse the repository at this point in the history
  2. use monaco-editor directly

    the `https://typescript.azureedge.net/cdn/4.0.5/monaco/min/vs` one
    hasn't been updated more than 2 years.
    gdamjan committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    c9267c8 View commit details
    Browse the repository at this point in the history
  3. run esbuild with pnpm

    gdamjan committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    1bfa37c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    94e445b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    18eb26e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b2b7482 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2023

  1. Configuration menu
    Copy the full SHA
    5897300 View commit details
    Browse the repository at this point in the history
  2. autoformat

    gdamjan committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    8fe7f67 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b7ae12f View commit details
    Browse the repository at this point in the history
  4. side-by-side layout

    gdamjan committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    d0ae4d9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4f5b457 View commit details
    Browse the repository at this point in the history
  6. load types in the monaco editor

    now it knows the type of CouchDB
    
    had to change the uri of the model so it looks for files in the virtual
    file:/// path
    gdamjan committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    dc1705e View commit details
    Browse the repository at this point in the history
  7. increase autosave delay to 5s

    gdamjan committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    fd1c3d6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    82d4f82 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c842105 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2023

  1. Configuration menu
    Copy the full SHA
    e93575a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34e6375 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5e80278 View commit details
    Browse the repository at this point in the history
  4. fix example.ts

    gdamjan committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    60da45e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6736bc4 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2024

  1. Configuration menu
    Copy the full SHA
    774a4c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf70851 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    05b74ff View commit details
    Browse the repository at this point in the history
  4. load a single bundled index.d.ts file

    instead of the separate files generated with `tsc`.
    
    also use `@irclogs/api` as the module name everywhere, as is the package
    name
    gdamjan committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    c29c2f1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    db801ca View commit details
    Browse the repository at this point in the history
  6. update README files

    gdamjan committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    0713705 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4e23f08 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. Configuration menu
    Copy the full SHA
    8e02de3 View commit details
    Browse the repository at this point in the history
  2. Update playground/index.html

    gdamjan authored Jan 11, 2024
    Configuration menu
    Copy the full SHA
    85942f2 View commit details
    Browse the repository at this point in the history