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 cdb6a59 commit 8bf4b80
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/ember-compat/ember__template-compilation.ts
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 8bf4b80

Please sign in to comment.