Ecosyste.ms: OpenCollective

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

fuse-box

We are on a mission to change the way javascript developers work
Collective - Host: opensource - https://opencollective.com/fuse-box - Code: https://github.com/fuse-box/fuse-box

docs: Fix a few typos

There are small typos in:
- src/compiler/playground/source_test/react.dom.development.js
- websi...

github.com/fuse-box/fuse-box - 9b929aaec7d2d42b093357b95082deb6dd5fbced authored about 2 years ago by Tim Gates <[email protected]>
Update README.md

github.com/fuse-box/fuse-box - 44fea71fab566dd9d52409a12f6111979d3431cc authored about 3 years ago by nchanged <[email protected]>
chore: 4.0.1-next.8

github.com/fuse-box/fuse-box - f50c827909273e039ea776de95bd49dda9149c77 authored over 3 years ago by nchanged <[email protected]>
fix: watcher when props.root is undefined

Fixes TypeError: Cannot read property 'length' of undefined

github.com/fuse-box/fuse-box - e06f8e2feeedbe641a756cc26e1c2ad89c7e3535 authored over 3 years ago by Valeria <[email protected]>
Merge pull request #2014 from fuse-box/jpike88-patch-3

chore: update typescript-eslint/typescript-estree

github.com/fuse-box/fuse-box - f5604e9463fbc4fa3ce26eab5be55014f54d7849 authored over 3 years ago by nchanged <[email protected]>
Merge branch 'master' into jpike88-patch-3

github.com/fuse-box/fuse-box - 76d478063fcc73ed8dcd3bdc02c8e284ee72d9b9 authored over 3 years ago by Stefan Andres Charsley <[email protected]>
chore: publish 4.0.1-next.7

github.com/fuse-box/fuse-box - 96e171ff53fa8931a5786c36db362a0adc2cb241 authored over 3 years ago by nchanged <[email protected]>
fix: bring tslib forward to include new helpers

This fixed an issue with missing spreadarray helper

github.com/fuse-box/fuse-box - 09657d90829539d4206df6f59ebf9d5053810c6a authored over 3 years ago by Josh Pike <[email protected]>
chore:update typescript-eslint/typescript-estree

github.com/fuse-box/fuse-box - ceead91f838ea9ca1ed4bb3d97feaf752394429e authored over 3 years ago by Josh Pike <[email protected]>
chore: publish 4.0.1-next.6

github.com/fuse-box/fuse-box - 9b993d31956a16998777bf53febd138be643bd7a authored over 3 years ago by nchanged <[email protected]>
fix: remove console log

this isn't needed

github.com/fuse-box/fuse-box - b3cf2458e28ff0a1dd86c2db77611a921769e589 authored over 3 years ago by Josh Pike <[email protected]>
fix: fix test

github.com/fuse-box/fuse-box - a7b10a58bf3539df68590295851d1275ef791a3b authored over 3 years ago by Josh Pike <[email protected]>
fix: switched from node-sass to sass

github.com/fuse-box/fuse-box - b596ccca4965db47c2edff1b9216e6c0d143ef81 authored over 3 years ago by Josh Pike <[email protected]>
fix: watcher root paths weren't being properly configured

fixes #1979

github.com/fuse-box/fuse-box - ec42de0ebb8654e40ce7c7563531cad794ade1fd authored over 3 years ago by Josh Pike <[email protected]>
fix: handle libraries that only have exports property in package.json

github.com/fuse-box/fuse-box - 1f7c66fbf327390d4d5197c5715dcc70221bd7b0 authored over 3 years ago by Josh Pike <[email protected]>
fix: test fix

github.com/fuse-box/fuse-box - f68623538837d5801c11bc56a40fba7820dfac46 authored over 3 years ago by Josh Pike <[email protected]>
fix: test error tweaks

github.com/fuse-box/fuse-box - e52ace5bc127e1b4b5131a8767f7b2dedc1d2fc4 authored over 3 years ago by Josh Pike <[email protected]>
chore: publish 4.0.1-next.5

github.com/fuse-box/fuse-box - 244e4a836ae74125a95e2e848691606a50d5fde6 authored over 3 years ago by nchanged <[email protected]>
feat: add test and bug fixed

github.com/fuse-box/fuse-box - 048c9daa8aaca91cbd156c886b2c2dbc58ec29c5 authored over 3 years ago by zeniroy <[email protected]>
fix: css module order bug

github.com/fuse-box/fuse-box - 5d3b07061a6d2dc84c9a038a3a19a8e714822df2 authored over 3 years ago by zeniroy <[email protected]>
fix: when no cache, module id changed on rebuild

github.com/fuse-box/fuse-box - 29f4b2327e68b5633805b278fa4e99a12bfd7b51 authored over 3 years ago by zeniroy <[email protected]>
fix: current id added and id parsing bug fixed

github.com/fuse-box/fuse-box - 22e1d112274f631ec8f6b5e3f245eabca3ea24e5 authored over 3 years ago by zeniroy <[email protected]>
feat: plugin reactrefresh

github.com/fuse-box/fuse-box - ebde90ae71000eb254e83fed8fd120838bc4856b authored over 3 years ago by zeniroy <[email protected]>
fix: wrong label

github.com/fuse-box/fuse-box - 94b187b6b2b2b7ac8a8baaf0b5b2df521795ac0e authored over 3 years ago by zeniroy <[email protected]>
feat: add doc

github.com/fuse-box/fuse-box - f6739242812cd54f8a21d4be86a631c3dfd4787b authored over 3 years ago by zeniroy <[email protected]>
feat: add var scope test

github.com/fuse-box/fuse-box - fb975b8d636db10f90102ddbaf1c4354e5be79ae authored over 3 years ago by zeniroy <[email protected]>
fix: var scope calculation

github.com/fuse-box/fuse-box - 9813c86330d916b30ae1600c5163d9409d87006e authored over 3 years ago by zeniroy <[email protected]>
fix: replace processEnv to env when no processEnv

github.com/fuse-box/fuse-box - 41dfd9070a305308e3692387939a9acb4ff6986d authored over 3 years ago by zeniroy <[email protected]>
fix: wait for first bundle completed

github.com/fuse-box/fuse-box - f2d21e6009752cde37803cae276f63cfa0a4605c authored over 3 years ago by zeniroy <[email protected]>
fix: empty reactionStack bug

github.com/fuse-box/fuse-box - f92fd6cfc1a40bcc60dc5b6eb3f9793c99611360 authored over 3 years ago by zeniroy <[email protected]>
fix: before_webindex_write applied for consolidate

github.com/fuse-box/fuse-box - c3b4d84a209d8892ba7106662ed46831e4597b00 authored over 3 years ago by zeniroy <[email protected]>
Correct config.hmr type

github.com/fuse-box/fuse-box - 84158f043e021a1ccaa9f0b4158e595f7aed714e authored over 3 years ago by Chris <[email protected]>
Update output.md

Correct property is 'distRoot'

github.com/fuse-box/fuse-box - 02cb4241d64c4809c44b90744844dc1c84d89c7b authored almost 4 years ago by Chris <[email protected]>
chore: publish 4.0.1-next.4

github.com/fuse-box/fuse-box - 2e0cb991f1f280c9058ce6920aa977061a781ca1 authored almost 4 years ago by nchanged <[email protected]>
fix: TSExportAssignment #1990

github.com/fuse-box/fuse-box - 41c54b17f61668173f34a8a9a90d83222a047312 authored almost 4 years ago by nchanged <[email protected]>
chore: publish 4.0.1-next.2

github.com/fuse-box/fuse-box - 6d581c7c1bca04120a5c4497dc542ab2ed686e5a authored almost 4 years ago by nchanged <[email protected]>
fix sparky src.dest chain #1986 and #1985

github.com/fuse-box/fuse-box - 6ad49e9ac93791719893684bfeb1a6c6ef65f2d1 authored almost 4 years ago by Zaitsev <[email protected]>
fix: optional chaining

github.com/fuse-box/fuse-box - 0f8a263a2b9dae37a9c5a482b75a07ba0651497a authored almost 4 years ago by Stefan Andres Charsley <[email protected]>
chore: publish 4.0.1-next.1

github.com/fuse-box/fuse-box - 3c04a72bdd544c5537402e6f49ad167c98a82232 authored almost 4 years ago by Unknown <[email protected]>
chore: update package resolutions

github.com/fuse-box/fuse-box - 2f4f7aaa223d545edb1c72e8b0827ca01851aeb0 authored almost 4 years ago by Patrick Michalina <[email protected]>
fix: upgrade all dependencies

github.com/fuse-box/fuse-box - 2904f4d195e2d353a716e069ad4a669388099198 authored almost 4 years ago by Patrick Michalina <[email protected]>
chore: fix readme installation

github.com/fuse-box/fuse-box - b9c7d5224eb9bc17c1ed47db01463771b452c392 authored almost 4 years ago by Vegar Ringdal <[email protected]>
chore: remove empty installation page from docs

github.com/fuse-box/fuse-box - f33f45f877e814c3dac6f6761cb321728224b0e0 authored almost 4 years ago by Vegar Ringdal <[email protected]>
chore: publish 4.0.0

github.com/fuse-box/fuse-box - 9dcc5a6c3e39017d2b134dace6ac2b9449675f83 authored about 4 years ago by nchanged <[email protected]>
chore: update footer links to docs and replace gitter with slack

github.com/fuse-box/fuse-box - 81e89509d9dd2387d4aa691ba215ce6aa1158557 authored about 4 years ago by Vegar Ringdal <[email protected]>
chore: remove old "docs" folder- these are added under website

github.com/fuse-box/fuse-box - 73552ba7b3c1cd5e57a5d591cd23ec77fe57e66b authored about 4 years ago by Vegar Ringdal <[email protected]>
chore: remove old "old_docs" folder

github.com/fuse-box/fuse-box - 6d70c8df4acc0527c1d24f25aa572fea71419f6d authored about 4 years ago by Vegar Ringdal <[email protected]>
chore: add v 4.0.0 to doc website

github.com/fuse-box/fuse-box - fb00f4dab912306c02958f95d9235b6b241c6512 authored about 4 years ago by Vegar Ringdal <[email protected]>
chore: remove .md extension in links

github.com/fuse-box/fuse-box - 1bc9a8c046845b410e9ba04498cefd3ef02d0d78 authored about 4 years ago by Vegar Ringdal <[email protected]>
chore: add folder I need for it to work...

github.com/fuse-box/fuse-box - 89989b794022d9950e4f597691e3920cec2d1252 authored about 4 years ago by Vegar Ringdal <[email protected]>
chore: rename to gitkeep

github.com/fuse-box/fuse-box - 62a031d433b192803073c24cbb38ab25bd3155b0 authored about 4 years ago by Vegar Ringdal <[email protected]>
chore: change node version in circleCI

github.com/fuse-box/fuse-box - e0fbd897fed13dd921a6454b2bf2b644f7aa5da6 authored about 4 years ago by Vegar Ringdal <[email protected]>
fix: type issues

github.com/fuse-box/fuse-box - 89cfc9b937ec976f298ed49f63a381504db3f01b authored about 4 years ago by Vegar Ringdal <[email protected]>
chore: update all dep

github.com/fuse-box/fuse-box - 0c14846959e2aadbdd34050e9b77192102b5721d authored about 4 years ago by Vegar Ringdal <[email protected]>
chore: force husky 4.3.3, should not throw error

github.com/fuse-box/fuse-box - 360f8d88770286b6e6113e00156f92b881fb9ef8 authored about 4 years ago by Vegar Ringdal <[email protected]>
chore: set back husky to newest version

github.com/fuse-box/fuse-box - 07ec4030b0648892f8864fbb937b1e0286249928 authored about 4 years ago by Vegar Ringdal <[email protected]>
chore: try node v. buster

github.com/fuse-box/fuse-box - c46aad3a6138b596431fb02b8504f4c2a984b08a authored about 4 years ago by Vegar Ringdal <[email protected]>
chore: remove package-lock file and to gitignore

github.com/fuse-box/fuse-box - 093dbfc58f21ec404a66619737d98ae1707b5d56 authored about 4 years ago by Vegar Ringdal <[email protected]>
chore: set back circleCI node version

github.com/fuse-box/fuse-box - df631a3845dbcf5429fb67996f8bb8784fd89157 authored about 4 years ago by Vegar Ringdal <[email protected]>
chore: try node 14 in circleci

github.com/fuse-box/fuse-box - cc822dca5e95df2f2ec252144b4aa4f00a075d86 authored about 4 years ago by Vegar Ringdal <[email protected]>
chore: publish 4.0.0-next.447

github.com/fuse-box/fuse-box - a83e1d66940316333c529b5e20c94f590eefc046 authored about 4 years ago by Unknown <[email protected]>
fix: NotNullExpression and optional chain #1965

closes #1965

github.com/fuse-box/fuse-box - 2333276a989d8b2e48fbe47da687ebd82f7d7127 authored about 4 years ago by Unknown <[email protected]>
fix: type errors

github.com/fuse-box/fuse-box - 50c58c3731599bbb386723d50c3b497aa0e310f7 authored about 4 years ago by Vegar Ringdal <[email protected]>
chore: update postcss parts

github.com/fuse-box/fuse-box - 5dc473c0ac9a9cd57865197c7e74c3343de94666 authored about 4 years ago by Vegar Ringdal <[email protected]>
fix: type errors

github.com/fuse-box/fuse-box - fb5a071c27593f481744dcaffd16c8ad68ede4e2 authored about 4 years ago by Vegar Ringdal <[email protected]>
docs: Fix simple typo, dependending -> depending

There is a small typo in old_docs/getting-started/installation.md, website/versioned_docs/versio...

github.com/fuse-box/fuse-box - b23b198fbff09e5b85042e2083a2747946416b7b authored about 4 years ago by tgates <[email protected]>
fix wrong test of element exist in array

hello
splitFileNames is an array so splitFileNames[fileName] will always respond with undefined...

github.com/fuse-box/fuse-box - 2f60dee62e645fcec83eacc472553631c96bcf49 authored about 4 years ago by Kend0r <[email protected]>
chore: publish 4.0.0-next.446

github.com/fuse-box/fuse-box - 0c30c7b1131de2ba8b3289892c199d50539fcc5a authored about 4 years ago by Unknown <[email protected]>
fix: subVendorBundles for all packages types

github.com/fuse-box/fuse-box - 4d050e6cc2a254b86079ba507d0aa1ce1194f9cd authored about 4 years ago by Alex Vizcaino <[email protected]>
fix: create vendor mapping bundles

github.com/fuse-box/fuse-box - d5a0d4db964450ea7d3d07e4a2b0db5680f7df70 authored about 4 years ago by Alex Vizcaino <[email protected]>
fix: deletes unneeded import

github.com/fuse-box/fuse-box - f7013e097691724ae36362551f0c5292a232de46 authored about 4 years ago by Alex Vizcaino <[email protected]>
fix: solves issue with testing due to new implementation

github.com/fuse-box/fuse-box - e75c51ad7749f56f4e449d3570b16b842b7f8170 authored about 4 years ago by Alex Vizcaino <[email protected]>
test: prepare testing for mapped bundles

github.com/fuse-box/fuse-box - 887a33f61f6a9e84ff621b5d1176f0cdc379d04e authored about 4 years ago by Alex Vizcaino <[email protected]>
chore: publish 4.0.0-next.445

github.com/fuse-box/fuse-box - f5e9c0967713c78a194fd98a50bbf2bc6d50a5f0 authored about 4 years ago by Unknown <[email protected]>
Fixes circular reference detection

Changes code to detect circular references along a given branch instead of looking for other ref...

github.com/fuse-box/fuse-box - e17576fd28771a7f2727a8a71d9bb3928cb14b32 authored about 4 years ago by RevanProdigalKnight <[email protected]>
fix: apply macros before checking for special words

github.com/fuse-box/fuse-box - f1ca267ed1611a895764613930397328f77c6675 authored about 4 years ago by astarostin <[email protected]>
code splition broken for electron production build

github.com/fuse-box/fuse-box - edfbec02f222d9d9df30354a7e109c52b963e424 authored about 4 years ago by Vlad Zaitsev <[email protected]>
feat(sparky): Add RegExp support for task names

https://github.com/fuse-box/fuse-box/issues/1949

github.com/fuse-box/fuse-box - fe10bf4693cef1a9d0c5faaec1b63b8578bf2a57 authored over 4 years ago by FreehuntX <[email protected]>
fix: ThisExpression and optional chaining

github.com/fuse-box/fuse-box - 9470272537c67691801e48f8bdcf6ad1d920e6fa authored over 4 years ago by Unknown <[email protected]>
chore: publish 4.0.0-next.444

github.com/fuse-box/fuse-box - 1b15c23b9aceb086a3c3b7e48a72f28f8417fe72 authored over 4 years ago by Unknown <[email protected]>
chore: publish 4.0.0-next.441

github.com/fuse-box/fuse-box - bbb07c2575dfa563dd62272450b97fd9ade18eb6 authored over 4 years ago by Unknown <[email protected]>
fix: wip optional chaining

github.com/fuse-box/fuse-box - 3d89ae38ef9d9710dd2e1ec1b699aeab9724bbb1 authored over 4 years ago by Unknown <[email protected]>
chore: publish 4.0.0-next.442

github.com/fuse-box/fuse-box - c775611cebcc21912760e2d422f41a003d00fc24 authored over 4 years ago by Unknown <[email protected]>
ci: fixed node version

github.com/fuse-box/fuse-box - 92b468af5a9bb71bc955040672e593b21467ffd5 authored over 4 years ago by Unknown <[email protected]>
fix: scope tracker

fixes #1942 and #1945

github.com/fuse-box/fuse-box - b4d8c9a891366fa2bd339ad97724e6a48c3323e9 authored over 4 years ago by Unknown <[email protected]>
chore: publish 4.0.0-next.440

github.com/fuse-box/fuse-box - afd355bf6a96d3691a9f2a7c56cde5e806d97e03 authored over 4 years ago by nchanged <[email protected]>
chore: publish 4.0.0-next.443

github.com/fuse-box/fuse-box - 8c2f31cdb5cc4b2670ca03a170b86d823ff4ea97 authored over 4 years ago by Unknown <[email protected]>
fix: IndexSignature

github.com/fuse-box/fuse-box - 980f0750d979a5c93688626d883db86db9fb844e authored over 4 years ago by nchanged <[email protected]>
fix: make typechecker happy

github.com/fuse-box/fuse-box - 72062bada874c169215faea35b11b4d1f7145138 authored over 4 years ago by Unknown <[email protected]>
chore: upgrade typescript-estree

fixes #1946

github.com/fuse-box/fuse-box - 26fb6f4fd7230d54a111873704dbe7c42b94b2ee authored over 4 years ago by Unknown <[email protected]>
fix: update typescript-estree to resolve newer TS syntax AST issues (#1947)

github.com/fuse-box/fuse-box - 9542a9cbdac11109e4da5a0aaf5dfcceada8dd28 authored over 4 years ago by Josh Pike <[email protected]>
fix: incorrect url warning (#1943)

* fix: check if node.getExpression is exists

* fix: do not resolve css resource that represen...

github.com/fuse-box/fuse-box - d0ed0db7e0875b9b8bc622fa863c1d2bf562aa1a authored over 4 years ago by Andrey Starostin <[email protected]>
fix: make compiler happy

github.com/fuse-box/fuse-box - 31c1141d95b6260c84feef21ff6f2f93937cc258 authored over 4 years ago by Unknown <[email protected]>
chore: publish 4.0.0-next.439

github.com/fuse-box/fuse-box - 71259c2582056545770f8b84376c535166c6f6ff authored over 4 years ago by Unknown <[email protected]>
fix(compiler): html entities to unicode hex

fixes: #1928

github.com/fuse-box/fuse-box - 24b89fa85b38f44dffff98f933fce215c8d33687 authored over 4 years ago by Unknown <[email protected]>
fix: assignment pattern inside scope

fixes #1925

github.com/fuse-box/fuse-box - a6e310be62fb59791e445d2601710c9684d4b72f authored over 4 years ago by Unknown <[email protected]>
chore: publish 4.0.0-next.437

github.com/fuse-box/fuse-box - d51883acc1bc5b4e3c5121d334652e63c78557b0 authored over 4 years ago by Unknown <[email protected]>
fix: Object assignment left and right cases

github.com/fuse-box/fuse-box - a6133720d53b9627c8a9a7c6709d468008942358 authored over 4 years ago by Unknown <[email protected]>
chore: publish 4.0.0-next.438

github.com/fuse-box/fuse-box - f9b4165c447f0405fb93828e96bf26eecf7e0131 authored over 4 years ago by Unknown <[email protected]>