Skip to content

Commit 7cb9df1

Browse files
committed
Expose private modules
1 parent dca4c00 commit 7cb9df1

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

addon/rollup.config.mjs

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,14 @@ export default {
3030
// present in @ember/addon-blueprint
3131
//
3232
// We can delete these entries when we update the blueprint
33-
'-internal/is-promise',
34-
'-internal/debug-info-helpers',
35-
'-internal/test-metadata',
36-
'-internal/warnings',
37-
'-internal/deprecations',
33+
'-internal/debug-info.js',
34+
'-internal/debug-info-helpers.js',
35+
'-internal/deprecations.js',
36+
'-internal/is-promise.js',
37+
'-internal/test-metadata.js',
38+
'-internal/warnings.js',
39+
'dom/-logging.js',
40+
'settled.js',
3841
]),
3942

4043
// Follow the V2 Addon rules about dependencies. Your code can import from

0 commit comments

Comments
 (0)