@@ -97,6 +97,8 @@ for (let packageManager of SUPPORTED_PACKAGE_MANAGERS) {
9797 ) . toMatchInlineSnapshot ( `
9898 [
9999 "src/index.ts",
100+ "src/lint-test-gts.gts",
101+ "src/lint-test-ts.ts",
100102 "src/template-registry.ts",
101103 "src/components/another-gts.gts",
102104 "src/components/template-import.gts",
@@ -111,6 +113,10 @@ for (let packageManager of SUPPORTED_PACKAGE_MANAGERS) {
111113 [
112114 "dist/index.js",
113115 "dist/index.js.map",
116+ "dist/lint-test-gts.js",
117+ "dist/lint-test-gts.js.map",
118+ "dist/lint-test-ts.js",
119+ "dist/lint-test-ts.js.map",
114120 "dist/template-registry.js",
115121 "dist/template-registry.js.map",
116122 "dist/components/another-gts.js",
@@ -124,6 +130,10 @@ for (let packageManager of SUPPORTED_PACKAGE_MANAGERS) {
124130 "dist/_app_/services/example.js",
125131 "declarations/index.d.ts",
126132 "declarations/index.d.ts.map",
133+ "declarations/lint-test-gts.d.ts",
134+ "declarations/lint-test-gts.d.ts.map",
135+ "declarations/lint-test-ts.d.ts",
136+ "declarations/lint-test-ts.d.ts.map",
127137 "declarations/template-registry.d.ts",
128138 "declarations/template-registry.d.ts.map",
129139 "declarations/components/another-gts.d.ts",
0 commit comments