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

doc(types): Document Assumptions API #9746

Merged
merged 2 commits into from
Nov 19, 2024
Merged

doc(types): Document Assumptions API #9746

merged 2 commits into from
Nov 19, 2024

Conversation

kdy1
Copy link
Member

@kdy1 kdy1 commented Nov 19, 2024

@kdy1 kdy1 added this to the Planned milestone Nov 19, 2024
@kdy1 kdy1 self-assigned this Nov 19, 2024
@kdy1 kdy1 requested a review from a team as a code owner November 19, 2024 10:22
Copy link

changeset-bot bot commented Nov 19, 2024

⚠️ No Changeset found

Latest commit: fe3e3ad

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@kdy1 kdy1 merged commit cd4321c into swc-project:main Nov 19, 2024
18 checks passed
@kdy1 kdy1 deleted the issue-9743 branch November 19, 2024 10:22
Copy link

codspeed-hq bot commented Nov 19, 2024

CodSpeed Performance Report

Merging #9746 will not alter performance

Comparing kdy1:issue-9743 (fe3e3ad) with main (35b0ca0)

Summary

✅ 194 untouched benchmarks

@zombieJ
Copy link

zombieJ commented Nov 21, 2024

Seems break since this change:

fatal - Error: Cannot use import statement outside a module
  import { Assumptions } from "./assumptions";
  ^^^^^^
  
  SyntaxError: Cannot use import statement outside a module
      at internalCompileFunction (node:internal/vm:76:[18])
      at wrapSafe (node:internal/modules/cjs/loader:1283:20)
      at Module._compile (node:internal/modules/cjs/loader:1328:27)
      at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)

@kdy1 kdy1 modified the milestones: Planned, 1.9.3 Nov 22, 2024
@swc-project swc-project locked as resolved and limited conversation to collaborators Dec 22, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Disable define/set issue transform for targets with native class properties support
2 participants