-
Notifications
You must be signed in to change notification settings - Fork 486
Support for enumeration types #373
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
Labels
Comments
Currently behavior is to fail lint:
|
Upstream: eslint/doctrine#156 |
Support landed upstream; this should be unblocked now -- or perhaps even just work? |
arv
added a commit
to arv/documentation
that referenced
this issue
Sep 3, 2016
This updates Doctrine to 1.3 to pick up its support for literal types (doctrine still does not support boolean literals types). Towards documentationjs#373
arv
added a commit
to arv/documentation
that referenced
this issue
Sep 3, 2016
This updates Doctrine to 1.3 to pick up its support for literal types (doctrine still does not support boolean literals types). Towards documentationjs#373
Merged
arv
added a commit
to arv/documentation
that referenced
this issue
Sep 3, 2016
This updates Doctrine to 1.3 to pick up its support for literal types (doctrine still does not support boolean literals types). Towards documentationjs#373
tmcw
pushed a commit
that referenced
this issue
Sep 4, 2016
This updates Doctrine to 1.3 to pick up its support for literal types (doctrine still does not support boolean literals types). Towards #373
rhendric
pushed a commit
to rhendric/documentation
that referenced
this issue
Sep 15, 2022
* Add PureScript 0.14 migration guide * Add more bifunctor newtypes ported to functors * Fix small typo in `fromLeft'` example * Fix typo: use diff syntax highlighter * Apply suggestions from code review Co-authored-by: Cyril <[email protected]> * Apply suggestions from code review Co-authored-by: Cyril <[email protected]> * Update ecosystem/purescript-0.14-migration-guide.md Co-authored-by: Harry Garrood <[email protected]> * 0.13.x: `a` in `Proxy a` defaults to kind, `Type` * Note module naming convention for Generic * Clarify 'this' to mean Proxy type * Address PR feedback * Rename ecosystem/purescript-0.14-migration-guide.md to ecosystem/migration-guides/0.14-Migration-Guide.md * Rename ecosystem/migration-guides/0.14-Migration-Guide.md to migration-guides/0.14-Migration-Guide.md * Don't mention the deprecated TypeInType Haskell extension * Fix link to the roles documentation * Add missing import in examples * Apply suggestions from code review Co-authored-by: Harry Garrood <[email protected]> * Update 0.14-Migration-Guide.md * Update 0.14-Migration-Guide.md Co-authored-by: JordanMartinez <[email protected]> Co-authored-by: Cyril <[email protected]> Co-authored-by: Harry Garrood <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
References:
This is necessary for #18 to document such things as the valid values for
@kind
.The text was updated successfully, but these errors were encountered: