You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Improve benchmark setup
The main improvement is cloning from your local `.git` directory rather
than the remote.
There are also some minor ergonomic improvements to the output.
* Fix lint error
* Fix typescript errors in js files
* Silence a bunch of lint warnings
Copy file name to clipboardexpand all lines: packages/@glimmer/manager/lib/public/component.ts
+2
Original file line number
Diff line number
Diff line change
@@ -126,6 +126,7 @@ export class CustomComponentManager<O extends Owner, ComponentInstance>
126
126
thrownewError(
127
127
`Custom component managers must have a \`capabilities\` property that is the result of calling the \`capabilities('3.13')\` (imported via \`import { capabilities } from '@ember/component';\`). Received: \`${JSON.stringify(
`Custom helper managers must have a \`capabilities\` property that is the result of calling the \`capabilities('3.23')\` (imported via \`import { capabilities } from '@ember/helper';\`). Received: \`${JSON.stringify(
Copy file name to clipboardexpand all lines: packages/@glimmer/manager/lib/public/modifier.ts
+1
Original file line number
Diff line number
Diff line change
@@ -85,6 +85,7 @@ export class CustomModifierManager<O extends Owner, ModifierInstance>
85
85
thrownewError(
86
86
`Custom modifier managers must have a \`capabilities\` property that is the result of calling the \`capabilities('3.22')\` (imported via \`import { capabilities } from '@ember/modifier';\`). Received: \`${JSON.stringify(
0 commit comments