Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/jsx-eslint/jsx-ast-utils
AST utility module for statically analyzing JSX
https://github.com/jsx-eslint/jsx-ast-utils
* [fix] - Fix resolving element type with multiple member expressions.
* Add test for this.Co...
421818179c6ef13f584f2cff87a9a91804ad6f57 authored about 8 years ago9a8397f491a28eebd1bf5569274ab484138091eb authored about 8 years ago
0a4f1809ebd528479a0c236f101676bdbc62b95c authored about 8 years ago
* [fix] - Add ArrayExpression handler to prop value extractors.
* Add empty array test.
0f7b4aa799562f2730875cc3fb4554f1bf22cbdf authored about 8 years agod9a9241ed7222ee8a8a9010d67f34841b367e687 authored over 8 years ago
6929b618ef15432a8aa761868600be30ebf1f6dc authored over 8 years ago
efff839e8be73e2028837284de51f9f8b37ce7cf authored over 8 years ago
Fixes #3
a7696a7080350b0585a6e4935d85bc4905ae04b2 authored over 8 years ago* [fix] - Add JSXElement to expression types to handle recursively extracting prop value.
* [...
e36479c9b096b2c7652256c1ef1062f43d6626ff authored over 8 years agoa5fba3c246fa02097f73f3b8ff93158984216673 authored over 8 years ago
d20e4c3afd606a460db19b55fb51a64a8684f8ad authored over 8 years ago
dc36b695c9961773137619e7ca3130d87c87c7f3 authored over 8 years ago
Lint failed because `lib` dir doesn’t exist when cloning repo, so we
are trying to import from a...
54e010d37fb4f6d4f7a6f785e38a26a477e41855 authored over 8 years ago
e5191fd3e15774e9119c1f5cedc4126dc3e95fc6 authored over 8 years ago
93f19d2fce43197c4806e9081756f742362ec7fa authored over 8 years ago
f50935301b62705c9ee862828e3360f87f1cce0e authored over 8 years ago
a88f6f5dfd41d1550ab230f491bf4bc7214df875 authored over 8 years ago
c81f4c7fda3f76401ad2baa15cbcaea2e496aaef authored over 8 years ago
1345ecf5277b1cc650d3f830ec73034d1f5592fa authored over 8 years ago
bb11fc231c91a7ef6f979ad0b1c0b91fe76403aa authored over 8 years ago
aaec6ae484d48a34c23d895dc384e904f89d00cd authored over 8 years ago
0cd7c62d722f5c21802c4ebac55ccf2bf8eae59f authored over 8 years ago
8104d4c30540c79c54f58f86d0143afef9873fd0 authored over 8 years ago
36d85f94d3dbacbadd4ac66ae0dc12e8212b0a65 authored over 8 years ago
README & CHANGELOG
72eba289fd9f547a0a7d9579f3b5b703b54bf065 authored over 8 years ago
Can’t rely on element and prop names always being identifiers…this is
now more to spec with the ...
b70e34264735b6e975ab6cfd2abedda0ce7e01f0 authored over 8 years ago
a72e944c6a7f5a0a3bbad4427d359d353123c691 authored over 8 years ago
ede20daef139c74e492a208e256e4818ebf51ff8 authored over 8 years ago
41164ccc9a0ab53e03474b77d605937fc8b3ac5e authored over 8 years ago
4ba54219993e82c4f69a444766812cce13b367f1 authored over 8 years ago
3dc22238aaabc7605ee5e0c20a0b0a91741a282c authored over 8 years ago
57013b84a382799340553632cc8b0b9892554965 authored over 8 years ago
646aeefe5a0eeff4f16ca6eb448b6b364bf401fe authored over 8 years ago
47fb4b37a16442a04a0fa146ff3344a20206457b authored over 8 years ago
Feel like this is easier to understand for new-comers than the AST
lexicon (attributes vs props)
52c849b818efb6799f79a70edae66c33ae3e24ad authored over 8 years ago
returns the actual attribute object if it exists.
05ef05c1ac4a7e60db88b0050c3251eb537b43c6 authored over 8 years ago36f7d940b18ef5ee1d9c5a0dc09ed0dbcc03281a authored over 8 years ago
returns the type of the jsx element
i.e. `<div />` will return string 'div'
ebc0a96325e46a2d2feea129cb6e23206633fb19 authored over 8 years agoa6356c361c19cc823db6cbc5a58320af5dc5796d authored over 8 years ago
ca29656011c03dda54e59659684dc60c8d1e723f authored over 8 years ago
aed3f66f7e3d18f69e25576abe1830c7ea7ed1b0 authored over 8 years ago