Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/preactjs/babel-plugin-transform-hook-names

Add custom hook names for devtools
https://github.com/preactjs/babel-plugin-transform-hook-names

Update screenshots

23329be1b58c93cb4faa214bdb955860f177fc3c authored over 3 years ago by Marvin Hagemeister <[email protected]>
1.0.2

9a78e1949dd5e82f0bb0026d3ea33073adf390f0 authored almost 4 years ago by Marvin Hagemeister <[email protected]>
Add note about babel version requirement to README

dacc450fbd95c28b2643af40a3988355acf6d8d7 authored almost 4 years ago by Marvin Hagemeister <[email protected]>
Merge pull request #5 from preactjs/detect-transpiled

Fix empty hook name if ArrayPattern is transpiled

895965bcac45e99e95b0be688cb73ca72c3aeafb authored almost 4 years ago by Marvin Hagemeister <[email protected]>
Fix empty hook name if ArrayPattern is transpiled

This occurs when the ArrayPattern node is transpiled.

``` js
var _useState = useState(0),
foo...

ff7783abeb19663ba2753be7bd1777a6d1227a60 authored almost 4 years ago by Marvin Hagemeister <[email protected]>
Merge pull request #4 from preactjs/gh-actions

Enable GH Actions CI

58943ea7a6281eb2b408bf3c352225fea988bab1 authored almost 4 years ago by Marvin Hagemeister <[email protected]>
Enable GH Actions CI

f732621cfe7fff6ce8af80f41d82ec525716a8bf authored almost 4 years ago by Marvin Hagemeister <[email protected]>
Merge pull request #3 from preactjs/skip-fn

Fix plugins ignoring wrapped function call

d472f5f36a8e2ce281985706d5efebb97418ba8c authored almost 4 years ago by Marvin Hagemeister <[email protected]>
Fix plugins ignoring wrapped function call

b6d4e46ec584e7afd456374e95a070e9751f4421 authored almost 4 years ago by Marvin Hagemeister <[email protected]>
Merge pull request #2 from cmlenz/annotate-usememo

Add useMemo support.

889d84252f4a912e339af28384cb2ee041a8059f authored almost 4 years ago by Marvin Hagemeister <[email protected]>
Add useMemo support.

Add the `useMemo` to the set of hooks annotated with their name for display in devtools.

5c1c9826f6281991a7d6cf76d7b3524dc22f81ed authored almost 4 years ago by Christopher Lenz <[email protected]>
1.0.1

87df700ba43b4bb7ed5f99443624860b6809dc2f authored almost 4 years ago by Marvin Hagemeister <[email protected]>
Fix source declared as ESM instead of CJS

d0c20061308ee08f9373dba70c15ea5c0e48ce9e authored almost 4 years ago by Marvin Hagemeister <[email protected]>
Add repository link to package.json

fbf28bf3506147abb87fa06a82fc5974e02ddf29 authored almost 4 years ago by Marvin Hagemeister <[email protected]>
Only include necessary files in npm package

2c13056bdc1228dc1fd8b6fc27c106c355e0669a authored almost 4 years ago by Marvin Hagemeister <[email protected]>
Add prepublishOnly script

26658e711a53c71bc07566d24242ddbbb781d5b5 authored almost 4 years ago by Marvin Hagemeister <[email protected]>
Add babel plugin

690085c677c19661c725037968667af74d6997fd authored almost 4 years ago by Marvin Hagemeister <[email protected]>
Bootstrap repo

c6fc56adb9932f47d7638b83538399cca3547939 authored almost 4 years ago by Marvin Hagemeister <[email protected]>