-
Notifications
You must be signed in to change notification settings - Fork 241
Swc 1405 #5978
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
base: main
Are you sure you want to change the base?
Swc 1405 #5978
Conversation
🦋 Changeset detectedLatest commit: 2f925a6 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
📚 Branch Preview Links🔍 First Generation Visual Regression Test ResultsWhen a visual regression test fails (or has previously failed while working on this branch), its results can be found in the following URLs:
Deployed to Azure Blob Storage: If the changes are expected, update the |
| "type": "module", | ||
| "main": "index.js", | ||
| "types": "index.d.ts", | ||
| "scripts": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Expected object keys to be in specified order. 'scripts' should be before 'types'.
reviewdog suggestion error
GitHub comment range and suggestion line range must be same. L23-L23 v.s. L21-L26| }, | ||
| "./utils/*": { | ||
| "types": "./dist/utils/*.d.ts", | ||
| "import": "./dist/utils/*.js" | ||
| }, | ||
| "./stylesheets/*.css": { | ||
| "default": "./stylesheets/*.css" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Expected object keys to be in ascending order. './stylesheets/.css' should be before './utils/'.
| }, | |
| "./utils/*": { | |
| "types": "./dist/utils/*.d.ts", | |
| "import": "./dist/utils/*.js" | |
| }, | |
| "./stylesheets/*.css": { | |
| "default": "./stylesheets/*.css" | |
| }, | |
| "./stylesheets/*.css": { | |
| "default": "./stylesheets/*.css" | |
| }, | |
| "./utils/*": { | |
| "types": "./dist/utils/*.d.ts", | |
| "import": "./dist/utils/*.js" |
| "access": "public" | ||
| } | ||
| }, | ||
| "main": "./dist/index.js", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Expected object keys to be in specified order. 'main' should be before 'publishConfig'.
Description
Motivation and context
Related issue(s)
Screenshots (if appropriate)
Author's checklist
Reviewer's checklist
patch,minor, ormajorfeaturesManual review test cases
Descriptive Test Statement
Descriptive Test Statement
Device review