
Babel
-
- Sign up for GitHub or sign in to edit this page
- Created by Sebastian McKenzie, James Kyle, Henry Zhu, Logan Smyth, Daniel Tschinder
- Released September 28, 2014
Here are 5,488 public repositories matching this topic...
Too wide (and falsy) segregation of GraphQL Types and Resolvers
The first example of this is new ObjectType
in src/data/queries/index.js
importing fields.
Fields should be taken in context of parent type, not as standalone information.
This can ensure some users that custom types cannot have own field resolvers which is false.
In fact, much of fields which can have own resolvers
Document `t.try()`
#1947 landed a new t.try()
assertion. It's experimental, one of the reasons for which is that we don't have documentation yet.
We need to document the assertion, how to use it and what the edge cases are.
Apologies for how bare this issue is — happy to elaborate more if you're looking to contribute this
📚 Study guide and introduction to the modern front end stack.
-
Updated
Oct 16, 2019 - 74 commits
- JavaScript
Super-fast javascript to javascript compiler written in rust
-
Updated
Oct 16, 2019 - 384 commits
- Rust
Currently most (if not all) components' event handlers have the following typing: ((...args: any[]) => any);
. This should be fixed and modified to the appropriate handler typing for each event.
TODO: List all components concerned and fix progressively.
- ...
It would be nice if there was documentation on how to use this with server side rendering.
Such that:
- Server sends the prerendered compontent
- Client receives the prerendered component and makes it interactive for the user
Use full ES2015+ features to develop Node.js applications, Support TypeScript.
-
Updated
Oct 16, 2019 - 3 commits
- JavaScript
:book: documentation for modern JavaScript
-
Updated
Oct 16, 2019 - 1 commits
- JavaScript
This issue is a:
- Bug report
- Feature request
- Question / support request
- Other
The Testing Section of the documentation seems lacking. More specifically, the Example Test section does not provide an appropriate example test, since it doesn't even de
I've used Poi in the past to for Vue projects, but just recently decided to try it out with react. The current documentation is almost completely devoid of any hints as to how to get started. I ended up using an older version of Poi to get up and running.
I think if this project wants to keep up with the other framework specific tools it needs to atleast document what's changed since v9~
I k
🎒 Backpack is a minimalistic build system for Node.js projects.
-
Updated
Oct 15, 2019 - 159 commits
- JavaScript
Validate the entire tree of options passed to preset.
Maybe, each plugin can export a list of options that only babili preset understands and we can validate them only when using the preset and not when using the plugin separately.
module.exports = function plugin() {};
module.exports.options = PropTypes.object({
n: PropTypes.number
});
Or, this can be implemented in bab
📦 Configure webpack using functional feature blocks.
-
Updated
Oct 14, 2019 - 575 commits
- JavaScript
legacyDecorators
parser option should be documented.
A web tool to explore the ASTs generated by various parsers.
-
Updated
Oct 16, 2019 - 739 commits
- JavaScript
Code for TylerMcGinnis.com's "React" course
-
Updated
Oct 16, 2019 - 1 commits
It would be nice to see all the SQL queries sent to the server printed to standard Docker output (in development mode only).
More info:
Create an isomorphic React app in less than 5 minutes
-
Updated
Oct 11, 2019 - 157 commits
- JavaScript
Custom module resolver plugin for Babel
-
Updated
Oct 15, 2019 - 204 commits
- JavaScript
Learn about babel
- Organization
- babel
- Website
- babeljs.io
If the flow plugin runs before the class properties one (or if the class properties plugin isn't used), we remove uninitialize class fields:
currently becomes
while it should be
If someone still wants the old behavior, they can either use flow comments (as [offically recommended](https://github.c