We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c42a081 + e2d360f commit d9b0a89Copy full SHA for d9b0a89
package.json
@@ -41,8 +41,8 @@
41
"@babel/types": "^7.28.0",
42
"javascript-natural-sort": "^0.7.1",
43
"lodash-es": "^4.17.21",
44
- "parse-imports-exports": "^0.2.4",
45
- "minimatch": "^9.0.0"
+ "minimatch": "^9.0.0",
+ "parse-imports-exports": "^0.2.4"
46
},
47
"devDependencies": {
48
"@babel/core": "^7.26.7",
tests/Ember/__snapshots__/ppsi.spec.mjs.snap
@@ -124,7 +124,9 @@ import sameLevelRelativePath from "./sameLevelRelativePath";
124
// I am top level comment in this file.
125
126
interface FooSignature {
127
- Args: { bar: string };
+ Args: {
128
+ bar: string;
129
+ };
130
}
131
132
const what = <template>Used as an expression</template>;
0 commit comments