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 f9ff56c + 1cd8d76 commit 992e578Copy full SHA for 992e578
packages/ember-repl/src/services/known-modules.ts
@@ -75,6 +75,8 @@ const emberCompilationModules = {
75
// passthrough, we are not doing dead-code-elimination
76
macroCondition: (x: boolean) => x,
77
// I *could* actually implement this
78
+ appEmberSatisfies: () => true,
79
+ // I *could* actually implement this
80
dependencySatisfies: () => true,
81
isDevelopingApp: () => true,
82
// Trying to use warp-drive in a REPL environment may be impossible, since they
0 commit comments