Skip to content

Commit

Permalink
Reduce diff from origin/stable
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed May 7, 2024
1 parent c93b19c commit 09dbe55
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 30 deletions.
28 changes: 3 additions & 25 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions tests/scenarios/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"@embroider/test-support": "workspace:*",
"@embroider/webpack": "workspace:*",
"@types/qunit": "^2.11.1",
"decorator-transforms": "^1.0.1",
"ember-auto-import": "^2.6.3",
"fastboot": "^4.1.1",
"fs-extra": "^10.0.0",
Expand Down Expand Up @@ -68,7 +67,6 @@
"ember-cli-beta": "npm:ember-cli@beta",
"ember-cli-fastboot": "^4.1.1",
"ember-cli-latest": "npm:ember-cli@latest",
"ember-cli-babel-8": "npm:ember-cli-babel@^8.2.0",
"ember-composable-helpers": "^4.4.1",
"ember-data": "~3.28.0",
"ember-data-4.4": "npm:ember-data@~4.4.0",
Expand Down
4 changes: 2 additions & 2 deletions tests/scenarios/v2-addon-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ appScenarios
'example-component.css': '/* not empty */ h1 { color: red }',
},
'import-from-npm.js': `
export default async function() {
export default async function() {
let { message } = await import('third-party');
return message()
return message()
}
`,
});
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/v2-addon-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"type": "addon",
"version": 2,
"app-js": {},
"main": "addon-main.cjs"
"main": "addon-main.js"
},
"exports": {
"./*": "./*"
Expand Down

0 comments on commit 09dbe55

Please sign in to comment.