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. (#10)

* [fix] - Fix resolving element type with multiple member expressions.

* Add test for this.Co...

421818179c6ef13f584f2cff87a9a91804ad6f57 authored about 8 years ago
Update CHANGELOG.md

9a8397f491a28eebd1bf5569274ab484138091eb authored about 8 years ago
1.3.3

0a4f1809ebd528479a0c236f101676bdbc62b95c authored about 8 years ago
[fix] - Add ArrayExpression prop value extractor (#8)

* [fix] - Add ArrayExpression handler to prop value extractors.

* Add empty array test.

0f7b4aa799562f2730875cc3fb4554f1bf22cbdf authored about 8 years ago
1.3.2

d9a9241ed7222ee8a8a9010d67f34841b367e687 authored over 8 years ago
Update CHANGELOG.md

6929b618ef15432a8aa761868600be30ebf1f6dc authored over 8 years ago
[dev] - Use yarn and jest for package management and testing, respectively. Update all devDependencies and integrate.

efff839e8be73e2028837284de51f9f8b37ce7cf authored over 8 years ago
[fix] - Add expression handler for UpdateExpression. (#4)

Fixes #3

a7696a7080350b0585a6e4935d85bc4905ae04b2 authored over 8 years ago
[fix] - Fix JSXElement in expression handler. (#2)

* [fix] - Add JSXElement to expression types to handle recursively extracting prop value.

* [...

e36479c9b096b2c7652256c1ef1062f43d6626ff authored over 8 years ago
1.3.0

a5fba3c246fa02097f73f3b8ff93158984216673 authored over 8 years ago
[docs] - Update CHANGELOG.

d20e4c3afd606a460db19b55fb51a64a8684f8ad authored over 8 years ago
[new] - Add support for `TaggedTemplateExpression`

dc36b695c9961773137619e7ca3130d87c87c7f3 authored over 8 years ago
[fix] - Fix build on failing lint

Lint failed because `lib` dir doesn’t exist when cloning repo, so we
are trying to import from a...

acd1e32f07eec7e47386f67273541627e08849ce authored over 8 years ago
1.2.1

54e010d37fb4f6d4f7a6f785e38a26a477e41855 authored over 8 years ago
[docs] - Update CHANGELOG

e5191fd3e15774e9119c1f5cedc4126dc3e95fc6 authored over 8 years ago
[fix] - Point to `lib` instead of `src` for root exports.

93f19d2fce43197c4806e9081756f742362ec7fa authored over 8 years ago
1.2.0

f50935301b62705c9ee862828e3360f87f1cce0e authored over 8 years ago
[docs] - Update CHANGELOG

a88f6f5dfd41d1550ab230f491bf4bc7214df875 authored over 8 years ago
[new] - Export functions from root.

c81f4c7fda3f76401ad2baa15cbcaea2e496aaef authored over 8 years ago
1.1.1

1345ecf5277b1cc650d3f830ec73034d1f5592fa authored over 8 years ago
[docs] - Update CHANGELOG

bb11fc231c91a7ef6f979ad0b1c0b91fe76403aa authored over 8 years ago
[test] - Add tests to ensure getPropValue throws when it encounters an unknown expression type.

aaec6ae484d48a34c23d895dc384e904f89d00cd authored over 8 years ago
[fix] - Handle expressions in template literal prop value extraction.

0cd7c62d722f5c21802c4ebac55ccf2bf8eae59f authored over 8 years ago
[fix] - Use propName in hasProp fn

8104d4c30540c79c54f58f86d0143afef9873fd0 authored over 8 years ago
1.1.0

36d85f94d3dbacbadd4ac66ae0dc12e8212b0a65 authored over 8 years ago
[docs] - Update documentation

README & CHANGELOG

72eba289fd9f547a0a7d9579f3b5b703b54bf065 authored over 8 years ago
[new] - Add support for namespaced names and getting propNames

Can’t rely on element and prop names always being identifiers…this is
now more to spec with the ...

98f9c5590363d2b42daeb49356e84ab6bc85425b authored over 8 years ago
[docs] - Fix link in README

b70e34264735b6e975ab6cfd2abedda0ce7e01f0 authored over 8 years ago
1.0.1

a72e944c6a7f5a0a3bbad4427d359d353123c691 authored over 8 years ago
[docs] - Update CHANGELOG

ede20daef139c74e492a208e256e4818ebf51ff8 authored over 8 years ago
[fix] - Return actual reserved words instead of string representations of them.

41164ccc9a0ab53e03474b77d605937fc8b3ac5e authored over 8 years ago
[docs] - Fix README

4ba54219993e82c4f69a444766812cce13b367f1 authored over 8 years ago
[docs] - Add badges to README

3dc22238aaabc7605ee5e0c20a0b0a91741a282c authored over 8 years ago
1.0.0

57013b84a382799340553632cc8b0b9892554965 authored over 8 years ago
[docs] - Update README

646aeefe5a0eeff4f16ca6eb448b6b364bf401fe authored over 8 years ago
[new] - Implement and test getPropValue and getLiteralPropValue

47fb4b37a16442a04a0fa146ff3344a20206457b authored over 8 years ago
[rename] - Rename API for more React-like naming

Feel like this is easier to understand for new-comers than the AST
lexicon (attributes vs props)

efa2bc06cae0a15455847b48a5330968c79112bf authored over 8 years ago
[new] - Implement helper functions hasAnyAttribute and hasEveryAttribute

52c849b818efb6799f79a70edae66c33ae3e24ad authored over 8 years ago
[new] - getAttribute implemented

returns the actual attribute object if it exists.

05ef05c1ac4a7e60db88b0050c3251eb537b43c6 authored over 8 years ago
[docs] - Update README badges

36f7d940b18ef5ee1d9c5a0dc09ed0dbcc03281a authored over 8 years ago
[new] - add getNodeType function

returns the type of the jsx element

i.e. `<div />` will return string 'div'

ebc0a96325e46a2d2feea129cb6e23206633fb19 authored over 8 years ago
[test] - Add export tests

a6356c361c19cc823db6cbc5a58320af5dc5796d authored over 8 years ago
[docs] - Initial README commit

ca29656011c03dda54e59659684dc60c8d1e723f authored over 8 years ago
[new] - initial commit.

aed3f66f7e3d18f69e25576abe1830c7ea7ed1b0 authored over 8 years ago