-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wip #9261
wip #9261
Conversation
@@ -31,6 +31,11 @@ | |||
"default": "./addon/*.js" | |||
} | |||
}, | |||
"typesVersions": { | |||
"*": { | |||
"*": ["./unstable-preview-types/index.d.ts"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I noticed that these weren't built, so this won't work
@@ -55,13 +57,13 @@ export class Request extends Component { | |||
|
|||
<template> | |||
{{#if this.reqState.isLoading}} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
named args must always come after positional args
@@ -23,6 +23,8 @@ export class Throw extends Component { | |||
<template></template> | |||
} | |||
|
|||
const and = (x: unknown, y: unknown) => x && y; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
and wasn't defined or imported
See also: emberjs/rfcs#816
thanks for poking around! got the branch working and applied the suggestions on gts usage there |
Description
Notes for the release