Ecosyste.ms: OpenCollective

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

github.com/fastpack/fastpack

Pack JS code fast & easy
https://github.com/fastpack/fastpack

refactor test runner

fcfae97f076b68e47f58bd52114304fe2a67a823 authored over 7 years ago by Oleksiy Golovko <[email protected]>
complete basic test framework

236a5f73ac175431d9dc162e962d0c82f3fd3366 authored over 7 years ago by Oleksiy Golovko <[email protected]>
chore

02a3c3741e1e5d0291d6cd73bbfb4c71d9a4d132 authored over 7 years ago by Oleksiy Golovko <[email protected]>
refactor test runner

97a0aa2fd496d710a38356e19c3cca6b54284552 authored over 7 years ago by Oleksiy Golovko <[email protected]>
make sure to remove the temp file

6f4d48bb143a8940930e70f5ca46d1fab751345f authored over 7 years ago by Oleksiy Golovko <[email protected]>
add write_file to test runner

f868358b062921e463f84905d7b8a3f79ef530df authored over 7 years ago by Oleksiy Golovko <[email protected]>
show difference between the actual test result and the expectation

e771392b9cbc6933644f29a2242dee59055d2c0c authored over 7 years ago by Oleksiy Golovko <[email protected]>
complete basic test framework

c4197074c20755b120f5bfd747f093d7f85d9b90 authored over 7 years ago by Oleksiy Golovko <[email protected]>
prettify testing code

d84abb6ad4db29aadb415fb8b3645dc0ec7f865e authored over 7 years ago by Oleksiy Golovko <[email protected]>
first pass on testing framework

156a72535ca436ecc043bc9c4713d39c3c94bce5 authored over 7 years ago by Oleksiy Golovko <[email protected]>
Merge pull request #1 from andreypopp/add_patch

add add_patch function

d27edf999f96f913b7c2ed9794e5e161569dd5f4 authored over 7 years ago by Andrey Popp <[email protected]>
add add_patch function

f33e1e577000c4d92c8ab2f403e403c22a60e381 authored over 7 years ago by Oleksiy Golovko <[email protected]>
wip: source maps

e35c6ddbcc1ce4401a0d138dfa9dd8388cd178ca authored over 7 years ago by Andrey Popp <[email protected]>
FastpackSourceMap: parse source map from JSON

0dd5800c17e47bbce96ffe033aa8a6661c56c238 authored over 7 years ago by Andrey Popp <[email protected]>
FastpackResolver: consolidate JSON parsing

24f655cea65f4492632fe8e6da9d43c278daee75 authored over 7 years ago by Andrey Popp <[email protected]>
Start working on source map implementation

4f39949b66ffd4d00ef2c84ec06d311ec8813d3e authored over 7 years ago by Andrey Popp <[email protected]>
Add custom toplevel

5bfbeda6f357de97da028aa92e6ba58688134d8f authored over 7 years ago by Andrey Popp <[email protected]>
Build with --dev and get rid of warnings

873c9beb707f976f643d800dc35332fed4e7579d authored over 7 years ago by Andrey Popp <[email protected]>
Add bundle runtime

Shamelessly stole it from webpack.

dc3afbe3fe854b7ffc9d5956774f8be0ba9bbd23 authored over 7 years ago by Andrey Popp <[email protected]>
Fix non-exhaustive pattern matches

d89b6453506f8b7573ad49fb66425452c0616135 authored over 7 years ago by Andrey Popp <[email protected]>
Expose Lwt.t interface too

caa55f0f7dd5a6735fa852b6e70b552476af36a9 authored over 7 years ago by Andrey Popp <[email protected]>
Move code into lib

67ca59a99a7d19a166973f1d922b4b2119fe4b27 authored over 7 years ago by Andrey Popp <[email protected]>
Add basic CLI with cmdliner

25df5f40e6e9d2644bdd64c2e456590b89e7d961 authored over 7 years ago by Andrey Popp <[email protected]>
Add `make b` shortcut

ae609cd342343360d5898c59349c499730a71151 authored over 7 years ago by Andrey Popp <[email protected]>
Split executable from library

Again, more like an exercise on jbuilder.

43eb1572f539df51cee5bc5c92ac2c3e2456d302 authored over 7 years ago by Andrey Popp <[email protected]>
Move resolver to a separate lib

This is more like an experiment with jbuilder at this point.

acacaa11ea59eb05b82172f4009c0be452735d6a authored over 7 years ago by Andrey Popp <[email protected]>
Resolve dependencies into module ids

52e8e6a6110812fb014ff004126ce024fa1a4bf8 authored over 7 years ago by Andrey Popp <[email protected]>
Use Lwt_io to emit the bundle

0184d08ff54255ee374319434f90dce7e8015dc9 authored over 7 years ago by Andrey Popp <[email protected]>
WIP bundle rendering

6ca42bd589b1b798d0089734c882aa9a4045e125 authored over 7 years ago by Andrey Popp <[email protected]>
Start working on import rewriting

b35b414aebcb8916c2938d3b537039da4cd0e095 authored over 7 years ago by Andrey Popp <[email protected]>
Add more comments

65fdc165f2b7e4cd2f3bed3aba009da311a057ee authored over 7 years ago by Andrey Popp <[email protected]>
Get package entry point from package.json

fe4962dc9875ba425186359df0965dd6df416dc1 authored over 7 years ago by Andrey Popp <[email protected]>
Use flow_parser 0.40.0

The later versions can't be linked against.

7bf7b578a7317fc3a9dfc24ae85ad8ba0334f1b5 authored over 7 years ago by Andrey Popp <[email protected]>
Typo in Makefile

74c4eed22b38f9f839dfa527d8638cf505dbd36f authored over 7 years ago by Andrey Popp <[email protected]>
Build a dependency graph

bf27c25cc50e6e5c53d6cff7f8bfc259baed381b authored over 7 years ago by Andrey Popp <[email protected]>
Add Node module resolution algo implementation

cfec3095e0756be7e72d93c1a1a3506598c7fbea authored over 7 years ago by Andrey Popp <[email protected]>
Initial commit

Nothing much here, just a generic visitor and 80% complete printer.

6c9de63735d582b6f770a2aa17683faea71bb08e authored over 7 years ago by Andrey Popp <[email protected]>