Skip to content

Commit

Permalink
+
Browse files Browse the repository at this point in the history
  • Loading branch information
lifeart committed Feb 3, 2024
1 parent 946b2c1 commit 66aa550
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pnpm-lock.yaml

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

3 changes: 3 additions & 0 deletions src/ember-compat/ember__template-compilation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ export function precompileTemplate(
'filepath': 'index.js',
plugins: [parserBabel, estree],
}).then((result) => {
if (final.includes('euiTab') && !final.includes('euiTabs--expand')) {
console.log(result);
}
// @ts-expect-error
globalThis.compiledTemplate.set(scopeId, result);
}).catch((e) => {
Expand Down

0 comments on commit 66aa550

Please sign in to comment.