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

Support jsx import source (#5) #6

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Commits on Apr 17, 2024

  1. Support jsx import source (#5)

    * feat: Jsx import source
    
    * feat: Enable emit options to respect jsx
    
    * chore: Fix e2e tests
    
    * chore: fmt
    
    * chore: Integration tests
    
    * chore: Remove old comment
    
    * chore(deps): bump whoami from 1.4.1 to 1.5.1 (supabase#310)
    
    Bumps [whoami](https://github.com/ardaku/whoami) from 1.4.1 to 1.5.1.
    - [Changelog](https://github.com/ardaku/whoami/blob/v1/CHANGELOG.md)
    - [Commits](ardaku/whoami@v1.4.1...v1.5.1)
    
    ---
    updated-dependencies:
    - dependency-name: whoami
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * chore(deps): bump h2 from 0.3.24 to 0.3.26 (supabase#311)
    
    Bumps [h2](https://github.com/hyperium/h2) from 0.3.24 to 0.3.26.
    - [Release notes](https://github.com/hyperium/h2/releases)
    - [Changelog](https://github.com/hyperium/h2/blob/v0.3.26/CHANGELOG.md)
    - [Commits](hyperium/h2@v0.3.24...v0.3.26)
    
    ---
    updated-dependencies:
    - dependency-name: h2
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * chore(deps-dev): bump vite from 5.1.6 to 5.1.7 in /k6 (supabase#312)
    
    Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.1.6 to 5.1.7.
    - [Release notes](https://github.com/vitejs/vite/releases)
    - [Changelog](https://github.com/vitejs/vite/blob/v5.1.7/packages/vite/CHANGELOG.md)
    - [Commits](https://github.com/vitejs/vite/commits/v5.1.7/packages/vite)
    
    ---
    updated-dependencies:
    - dependency-name: vite
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * fix: report accumulated cpu time correctly (supabase#313)
    
    * stamp: enforce cpu time limit in evaluation stage
    
    * stamp: always use the last accumulated cpu time
    
    * stamp: adjusting wall clock limit routine
    
    * stamp: polishing
    
    * chore: add an integration test for the run computationally intensive function on top level
    
    * chore: adjust dev container base image as `dev-1-bookworm` (supabase#315)
    
    * fix: unbundle command to better download function source code (supabase#314)
    
    * fix: Fix unbundle command to better download function source code
    
    * fix: Fix tests and typo
    
    * chore: Remove test folders
    
    * chore: Fix typo
    
    * chore: Enable default and CLI options
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: andreespirela <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: 냥냐챠 <[email protected]>
    Co-authored-by: andreespirela <[email protected]>
    5 people committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    4eaf5e5 View commit details
    Browse the repository at this point in the history
  2. make fresh-project executable

    Signed-off-by: Marcos Candeia <[email protected]>
    mcandeia committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    cd607f6 View commit details
    Browse the repository at this point in the history