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

refactor: wip

github.com/fuse-box/fuse-box - 4cc47cfbff9abe8a717d6a4d52dbfd06acee9390 authored almost 6 years ago
refactor: loader, webindex, config

and much more...

github.com/fuse-box/fuse-box - 9e3dce47170c92579d0fe732228a21e082c7918f authored almost 6 years ago
refactor: webindex

github.com/fuse-box/fuse-box - 502021ef667e0f2310868a5ac6e0a42ff944bd61 authored almost 6 years ago
chore: fix tests

github.com/fuse-box/fuse-box - 4e975cbd1765e298729ac06c12edd0883f13adbb authored almost 6 years ago
fix: __filename and __dirname injected when needed

fixes #1093

github.com/fuse-box/fuse-box - cab625cbf34d026b8b25c2185e077fe51b1c007b authored almost 6 years ago
refactor: fix bugs, and added plugins

* typescript plugin
* js dev plugin
* bundle collection
* output writer

github.com/fuse-box/fuse-box - 5ac94f8f591ef3c0193b7e34b03af681c4e259ae authored almost 6 years ago
refactor: logging wip

github.com/fuse-box/fuse-box - 45d31464282e38ea48899104ce9fe7b1eeadceda authored almost 6 years ago
refactor: spinner

github.com/fuse-box/fuse-box - ed4aee32757bc6b9dbcd9253545b56bdce99f73e authored almost 6 years ago
refactor: clean up

github.com/fuse-box/fuse-box - 18fc9f3636f41565bb51824fe251c5fc23142dde authored almost 6 years ago
feat(logging): Integrate with context

Add logger to the context

github.com/fuse-box/fuse-box - 89379cd15f6820bb79e41bd5a9c153dcffab9f0f authored almost 6 years ago
feat(logging): Added log methods & levels

Added methods for logging and different levels

github.com/fuse-box/fuse-box - 9d994f7a9578014853a29d7841eeda8f3d45c740 authored almost 6 years ago
feat(logging): remove strange file and restore Context

Remove strange file and restore Context

github.com/fuse-box/fuse-box - e6d7ba2e8f8c8495b06cb60c625567b480103fd7 authored almost 6 years ago
feat(logging): Added log methods & levels

Added methods for logging and different levels

github.com/fuse-box/fuse-box - c71286759e02d7f214e13fe8a6cb0b9331420636 authored almost 6 years ago
feat(logging): Added spinner

Added a cli spinner

github.com/fuse-box/fuse-box - 51603c48954376b4c8f09e87038f019708e02783 authored almost 6 years ago
feat(logging): Added chroma for console styling

Added colors & styles for console output

github.com/fuse-box/fuse-box - 19aa3d9bc7147f72359f052b90961b2ae0a3906c authored almost 6 years ago
feat(logging): rebase with upstream/v4

rebase with upstream/v4

github.com/fuse-box/fuse-box - 38ddca31c843e65fd9028c01450e3324751b18e3 authored almost 6 years ago
feat: faster transpileModule initial implementation

github.com/fuse-box/fuse-box - e27f1435a92685bf9ee2dbffc710fec22aa74779 authored almost 6 years ago
feat: new typescript plugin

github.com/fuse-box/fuse-box - 1274bd4fb6dc1f5bfa6dc29e9678c0da54ed5705 authored almost 6 years ago
refactor: fix config reference

github.com/fuse-box/fuse-box - 243452085f6232c1f05076cc9c565d29a9dd4e62 authored almost 6 years ago
refactor: tsconfig

github.com/fuse-box/fuse-box - fe21817af6b01228ae6bd92e2f4a37bf25319a17 authored almost 6 years ago
refactor: Context paths

github.com/fuse-box/fuse-box - d1864444203642abb0ac62bea44637a76978353c authored almost 6 years ago
refactor: tests

github.com/fuse-box/fuse-box - 5ddaf5ccd47e1fd67bd29ec14c3ca51ce2058b39 authored almost 6 years ago
refactor: transpiling

github.com/fuse-box/fuse-box - 701919d90f5657bac62889ee4350aa3d31c36c93 authored almost 6 years ago
refactor: assemble + tests

github.com/fuse-box/fuse-box - 8f11b4a39693d9c1ad9e155b27fccf1847ee623b authored almost 6 years ago
feat: new interceptor and more tests

github.com/fuse-box/fuse-box - ca7060b17a54af2a6e3ebca97dc78bbc334ff5a5 authored almost 6 years ago
chore: travis

github.com/fuse-box/fuse-box - b1caf7c7371d40ce6fe9d94196ddddb8965619a9 authored almost 6 years ago
refactor: formatting

github.com/fuse-box/fuse-box - 700471ca63b7fbb4c41a50c1f371d318b8038f2b authored almost 6 years ago
refactor: new structure + added coverage

github.com/fuse-box/fuse-box - f30064afe56162bef9201c08f215c54bfcd4a807 authored almost 6 years ago
refactor: moved modules around

github.com/fuse-box/fuse-box - f73b7a639233060b70af27ecf82845ec67fb31b5 authored almost 6 years ago
feat: Assemble module

github.com/fuse-box/fuse-box - fced7dc0046d37924e54c8e9b6f42dc9d81e49c4 authored almost 6 years ago
test: fix typescript config checks for moduleResolution

github.com/fuse-box/fuse-box - 3a4a0675eff9350c2451512a97333cc928a6bc0e authored almost 6 years ago
fix: ensure require statement is FuseBox path on paths aliasing

github.com/fuse-box/fuse-box - 919a284822676f9cf4c8c5b0315f7ed7a0a64e65 authored almost 6 years ago
fix: simplify raw compiler options

github.com/fuse-box/fuse-box - 87ce38be9f3d3b10bb048e5d598314ee23c71fca authored almost 6 years ago
feat: new moduleResolver

github.com/fuse-box/fuse-box - cec3d3e1a197e7ce5b86dc104e177dd6e78e353e authored almost 6 years ago
feat: fastTransform implementation

github.com/fuse-box/fuse-box - be9a0901afb8a3825b7ca56569e8c5a23d61f93b authored almost 6 years ago
chore: benchmark tsParser

github.com/fuse-box/fuse-box - d87fcfaecdeb6e2c61d32e8c9dca68c8fd51bbf0 authored almost 6 years ago
test: tsParser imports analysis test

github.com/fuse-box/fuse-box - 1187bae474b6cd1897150c4fc6b75ca88a5a91fa authored almost 6 years ago
feat: add tsParser

github.com/fuse-box/fuse-box - 0a194f29c198bf6433f77acb46055f05ad83cc41 authored almost 6 years ago
chore: move tests to appropriate folders

github.com/fuse-box/fuse-box - 99e68690716e9f3580c0e32a02b02437b654e3e7 authored almost 6 years ago
feat: fast analysis

github.com/fuse-box/fuse-box - 7dd9bd4ffa150fb5c2919a2aeed752549dfb284b authored almost 6 years ago
chore: added logging dumb interface

github.com/fuse-box/fuse-box - bbc1da65f7dc3e181522139fd31c26bad6b4ee61 authored almost 6 years ago
chore: update fs-extra dependency

github.com/fuse-box/fuse-box - a7966f8f0ce1a6a425444d9d3f8d24389c742114 authored almost 6 years ago
chore: update fs-extra dependency

github.com/fuse-box/fuse-box - b3024cf52bfb12a11089b8ecae15e474b52364cd authored almost 6 years ago
test: fast analysis mock test

github.com/fuse-box/fuse-box - 6de7c6aec787499c59a6017d05fa4c384391ff6b authored almost 6 years ago
test: added json test for the resolver

github.com/fuse-box/fuse-box - 64d00691e81e167ea3de4d4b73cde626e8bd62dd authored almost 6 years ago
test: add more tests for paths cases

github.com/fuse-box/fuse-box - 39917177f775033f7632b57f4902697e237f0683 authored almost 6 years ago
refactor: added more tests and integration with typescript paths

github.com/fuse-box/fuse-box - 5f01af66c3cd14437f819346c08bf64484ffaa59 authored almost 6 years ago
chore: fix tests

github.com/fuse-box/fuse-box - 1187c9a2e487b8df6a61f83bfe5cfe42bf85e428 authored almost 6 years ago
refactor: custom typescript paths resolution

github.com/fuse-box/fuse-box - 14bd977a9587f01ec22a5c5740599570f0e130b7 authored almost 6 years ago
refactor: resolver tests

github.com/fuse-box/fuse-box - d21eadd153a4cbe3bbf212c613784bd150b78e32 authored almost 6 years ago
refactor: new cache module with tests

github.com/fuse-box/fuse-box - 2f38c1f3aa3806f529f0bc54ca3d1ea7bf2d5d3d authored almost 6 years ago
test: added test placeholders

github.com/fuse-box/fuse-box - 04d480915ee45d798bcc1134d9f8e1f9dd5b3dc2 authored almost 6 years ago
test: added initial tests for the new resolver

github.com/fuse-box/fuse-box - 36b67d03b0c2d6418ea8ce27b7f875f4a3d22de0 authored almost 6 years ago
chore: added a sample test

github.com/fuse-box/fuse-box - 8769c102468705f90f09a739b9b722b10170326c authored almost 6 years ago
feat: new resolver spec interface

github.com/fuse-box/fuse-box - 28b14daf67572d0d0413453bc96314ea5e9d2118 authored almost 6 years ago
chore: publish 4.0.0-next.7

github.com/fuse-box/fuse-box - a99d6c51bdb8bc837c539eedaea67376f3c8b4a3 authored almost 6 years ago
chore: update escodegen

github.com/fuse-box/fuse-box - 7faecba0cb90da1d2819236a9dedd55fd3743141 authored almost 6 years ago
docs: update changes on automatic aliasing

github.com/fuse-box/fuse-box - 3b05956989f32ab55bced3756b544336294ce6b5 authored almost 6 years ago
feat: check if belongs to project in replaceAliases

github.com/fuse-box/fuse-box - f207b73c1e2e001635ac3ec0ab6e7be784031bc7 authored almost 6 years ago
feat: add function to convert ts key paths to regexp

github.com/fuse-box/fuse-box - 7094794159f89f588b076d699e004acfebf886de authored almost 6 years ago
feat: add 'automaticTSPathAlias' FuseBox option

github.com/fuse-box/fuse-box - d26951328f503828a638c15432c8ddc196dbfb73 authored almost 6 years ago
fix: remove automaticAlias option

github.com/fuse-box/fuse-box - daa5300894565625f80ac79791c5c045c9a30b3e authored almost 6 years ago
test: add tsconfig paths tests

github.com/fuse-box/fuse-box - 055c0131f1fe82ef3faef75b5f9c9165738b632b authored almost 6 years ago
fix: check if paths is object, when not aliasing of baseUrl dir/files should work

github.com/fuse-box/fuse-box - 3cdd1b7829ca3e063d1b22ecf8df4cc0716895dd authored almost 6 years ago
fix: remove commented automaticTSPathAlias option

github.com/fuse-box/fuse-box - e59d8566355b851f6a658ad198cd05951594a956 authored almost 6 years ago
fix: handle automatic aliasing with ts.resolveModule

github.com/fuse-box/fuse-box - c658fbd9e3efa81ba9379a08b6384801c05fa648 authored almost 6 years ago
fix: remove unused function 'handleAliasReplacement'

github.com/fuse-box/fuse-box - 066ed140a0a55641257aedeaea30b5d7fb241253 authored almost 6 years ago
feat: add replace alias for tsconfig paths

github.com/fuse-box/fuse-box - 36d1b42d0c81c2fce40ab9a05078e4067014a357 authored almost 6 years ago
feat: normalize ts config paths

github.com/fuse-box/fuse-box - b2885f93781808acb8f998a05be22f9cbac2e902 authored almost 6 years ago
fix: disable automaticTSPathAlias opt

github.com/fuse-box/fuse-box - 3fb7589b394caaeb495a87180af91437bd06b9d8 authored almost 6 years ago
fix: fix typescriptConfig tests

github.com/fuse-box/fuse-box - f980e9d0f3c018e2d10930becd924b4f575d5b35 authored almost 6 years ago
fix: keep process object if used with other than env or version

github.com/fuse-box/fuse-box - bc4a29c4667f372e5339239d6af9725d5ef6b174 authored almost 6 years ago
refactor: remove chainable sourceMaps()

related #1493

github.com/fuse-box/fuse-box - 7370676e979c8bf26dd2b6de6d9ba1cbe5191a1a authored almost 6 years ago
refactor: use async await

github.com/fuse-box/fuse-box - 0b87c095307bb0933ec2b9e942029b0c2dc77d10 authored almost 6 years ago
refactor: removed own bundle

github.com/fuse-box/fuse-box - df1936085608ccca7f34f9e88eb07d0c34994bf6 authored almost 6 years ago
feat: wip workers (disabled)

github.com/fuse-box/fuse-box - 0d00de3e13c459a35664bfcbba60245c7b562b19 authored almost 6 years ago
refactor: Removed uglify-es

github.com/fuse-box/fuse-box - 619b6c9565c1d72a594e6d26497f0c0927896bc1 authored almost 6 years ago
refactor: remove test runner

github.com/fuse-box/fuse-box - 9331e6c60c45a5265efa688e9547a0b1f8967cbe authored almost 6 years ago
feat: Ignore electron package on target "electron"

closes #1490

github.com/fuse-box/fuse-box - 45a810da1de4156993c697c40507b8d3543750d1 authored almost 6 years ago
chore: attempts to fix travys

github.com/fuse-box/fuse-box - de724f71b9cb4a73873247467f2c0fb0fae21aa9 authored almost 6 years ago
refactor: moving tests to jest (final)

github.com/fuse-box/fuse-box - f337bc3d5cfa2191d366712312960ce584037081 authored almost 6 years ago
refactor: moving tests to jest (part2)

github.com/fuse-box/fuse-box - a9439990bf7c9efba4032712ad6ee59d0a084580 authored almost 6 years ago
ci: travis test old + jest

github.com/fuse-box/fuse-box - 241f7f01134e570a78e88a7a276368c120fb8f67 authored almost 6 years ago
chore: moving to jest WIP

github.com/fuse-box/fuse-box - f331146403fa5d74b012a1e345af5c793b7b60df authored almost 6 years ago
feat: SassPlugin supports both, node-sass and sass (with fibers optional)

github.com/fuse-box/fuse-box - ca29708039e884cc6e738ef72ef1e669d73355c8 authored almost 6 years ago
docs: Mention support for dart-sass dependency in sass.md

github.com/fuse-box/fuse-box - 312e60ded221edecffec31e5ec9d7639c2fd11c7 authored almost 6 years ago
fix(HMR): Handler electron update with vendor check

github.com/fuse-box/fuse-box - ea7735396879bafb9aed3ba9b5ea3e47aa8d80b8 authored almost 6 years ago
refactor: remove tranformGroups

github.com/fuse-box/fuse-box - 59be0d6501250a0bc66439060d4f1ed393220c36 authored almost 6 years ago
chore: publish 4.0.0-next.4

github.com/fuse-box/fuse-box - 5a0939003870a62733a24e67a25ba73de408c66b authored almost 6 years ago
chore: publish 4.0.0-next.5

github.com/fuse-box/fuse-box - 765098f42f3eafb219f62e464991413f14f9ce77 authored almost 6 years ago
fix(sm): Vendor source maps and caching

github.com/fuse-box/fuse-box - 56ef0e058d80799f050427cb0ba85f4cc0108e3a authored almost 6 years ago
fix(sm): Respect source maps and source root + fixed paths

* Make sure source maps respect sourceRoot
* Make sure all CSS plugins send correct information ...

github.com/fuse-box/fuse-box - e762a848a377e275d55988b2365c61220e2b335a authored almost 6 years ago
fix: source maps path should point to root

github.com/fuse-box/fuse-box - 87b828b8f1a141c1af189f7fbb77d7ff9f6b4112 authored almost 6 years ago
refactor: Removed VuePlugin in favour of VueComponentPlugin

github.com/fuse-box/fuse-box - b3a391c3194f0d40ebfd33d862d5847122d6abc5 authored almost 6 years ago
refactor: Removed CSSModules exports in favour of CSSModulesPlugin

github.com/fuse-box/fuse-box - 30d609bdbc040e39bbf7b3ce67c4e43c7e866c4e authored almost 6 years ago
refactor: remove allowsyntheticdefaultimports

github.com/fuse-box/fuse-box - 5e6a44534e26a3014ed65754ed0c7393dd0939c1 authored almost 6 years ago
refactor: Removed all options from the CSSPlugin

see FuseBox4.0_changelog.md for more information

github.com/fuse-box/fuse-box - b3a48a7cf458b48192d1cf24f645708ebe4a3598 authored almost 6 years ago