Ecosyste.ms: OpenCollective

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

Fastpack

Pack JavaScript fast & easy!
Collective - Host: opensource - https://opencollective.com/fastpack - Code: https://github.com/fastpack/fastpack

Printer: minor fix

github.com/fastpack/fastpack - b7db9d14d44f3042bf4759c313d745757a941547 authored about 7 years ago by Oleksiy Golovko <[email protected]>
Printer: improve arrow functions

github.com/fastpack/fastpack - 3ec642a1cda9fa3251dd420909be29b866e8ab3e authored about 7 years ago by Oleksiy Golovko <[email protected]>
Printer: handle IIF & remove unneeded parens with arror functions

github.com/fastpack/fastpack - e48e180c9509ff622846ce5b473b7121de1a0850 authored about 7 years ago by Oleksiy Golovko <[email protected]>
Printer: minor fix

github.com/fastpack/fastpack - 6a9a2f3a7ceb88b238d4e447552ec6a196e8c994 authored about 7 years ago by Oleksiy Golovko <[email protected]>
Printer: fix getter/setter inside the plain object

github.com/fastpack/fastpack - d8182f3aa21902989b8cdac503b27b2188216545 authored about 7 years ago by Oleksiy Golovko <[email protected]>
Printer: implemented precedence of operations in the expression

github.com/fastpack/fastpack - 8bb1570c9eb22ebc30f1662670ca551f276e1407 authored about 7 years ago by Oleksiy Golovko <[email protected]>
add initial paretheses support in expression

github.com/fastpack/fastpack - 768aec7a9843cdd5549c5b269c43234a51806caf authored about 7 years ago by Oleksiy Golovko <[email protected]>
update README

github.com/fastpack/fastpack - 8b1aa7c8a60263ecdbe96177c2c9a240f82a0ec6 authored about 7 years ago by Oleksiy Golovko <[email protected]>
fix tests

github.com/fastpack/fastpack - 85d627886c19d051f7c80f7a15f664585ef582a8 authored about 7 years ago by Oleksiy Golovko <[email protected]>
FastpackTranspiler.Class: complete

github.com/fastpack/fastpack - d262fb49485419c2240d2884bfaf227a392517b9 authored about 7 years ago by Oleksiy Golovko <[email protected]>
fix tests

github.com/fastpack/fastpack - c28bbc9918a612a7b38d05dc5354a8c04ec9c2fb authored about 7 years ago by Oleksiy Golovko <[email protected]>
FastpackTranspiler.Class: handle static properties

github.com/fastpack/fastpack - 3b17771092e0635a8e8baad2f79413d258ac0f28 authored about 7 years ago by Oleksiy Golovko <[email protected]>
make sure to define properties after super()

github.com/fastpack/fastpack - e3ff887e488132b51e6dfc1af6c02565324bf043 authored about 7 years ago by Oleksiy Golovko <[email protected]>
FastpackTransform.Class: transform non-static properties

github.com/fastpack/fastpack - 73457658fd4f62cd5f1abdf2ec42fbf6dfbfa805 authored about 7 years ago by Oleksiy Golovko <[email protected]>
Merge pull request #4 from andreypopp/feat/ast-printer

AST printer & AST-Based Transpiler

github.com/fastpack/fastpack - a696075e0a391898c12c2fbff1be3027a272bb76 authored about 7 years ago by Oleksiy Golovko <[email protected]>
- add containers dependency as well as shim for stdlib List

- FastpackTranspiler.Class: incomplete

github.com/fastpack/fastpack - d863392cc8067b965b9e11c9aac48970130c5d76 authored about 7 years ago by Oleksiy Golovko <[email protected]>
update tests

github.com/fastpack/fastpack - 10e41ba189d5e4fa74ad6997dbb1c5e49cbce0e1 authored about 7 years ago by Oleksiy Golovko <[email protected]>
FastpackTranspiler.Class: add empty implementation

github.com/fastpack/fastpack - fb33db295fa75f466fff24256dd7dc24a2e6325d authored about 7 years ago by Oleksiy Golovko <[email protected]>
StripFlow: do not remove properties w/o values

github.com/fastpack/fastpack - 91492dc690add54097686cee4a9408fe3dbb02d6 authored about 7 years ago by Oleksiy Golovko <[email protected]>
Printer: add TODO item

github.com/fastpack/fastpack - 09df0e8012eddf9e5f5b18c066afe36ff3e39a2f authored about 7 years ago by Oleksiy Golovko <[email protected]>
Printer: add import expression

github.com/fastpack/fastpack - a5294a98b17afc46953626a7f75d8d6c20d4d951 authored about 7 years ago by Oleksiy Golovko <[email protected]>
Printer: fix shorthand in patterns

github.com/fastpack/fastpack - 610ba737c3d8994ee56ec0fc609e9f4fdb57b344 authored about 7 years ago by Oleksiy Golovko <[email protected]>
fix arrow functions printing

github.com/fastpack/fastpack - 89329285b87851d7270ad1840c79cc214ed2ca7b authored about 7 years ago by Oleksiy Golovko <[email protected]>
Printer: cover unhandled cases with failwith

github.com/fastpack/fastpack - 3d4393316f01d2c76645724e2969463a0b4b9b60 authored about 7 years ago by Oleksiy Golovko <[email protected]>
update README.md

github.com/fastpack/fastpack - c4f634fbac1b19d141d9263bd0dddfe2a30ae212 authored about 7 years ago by Oleksiy Golovko <[email protected]>
complete StripFlow transpiler

github.com/fastpack/fastpack - a6542abf3147e4239bbca1746ad273a5261c5d65 authored about 7 years ago by Oleksiy Golovko <[email protected]>
broken

github.com/fastpack/fastpack - 99e6d3e27a1fd73fde19c6c4a85f06452ce4a442 authored about 7 years ago by Oleksiy Golovko <[email protected]>
cleanup Printer

github.com/fastpack/fastpack - 5ddc70f767488f281cda171292956aeb835c82ae authored about 7 years ago by Oleksiy Golovko <[email protected]>
complete JSX printer

github.com/fastpack/fastpack - 7f694f1d974b1ff6a96e41c62a7bb2411dfb6b75 authored about 7 years ago by Oleksiy Golovko <[email protected]>
comment out failing tests; save JSX tests

github.com/fastpack/fastpack - ad2e407c7532b74062420307a99b165dadb47612 authored about 7 years ago by Oleksiy Golovko <[email protected]>
Merge branch 'feat/ast-printer' of github.com:andreypopp/fastpack into feat/ast-printer

github.com/fastpack/fastpack - 2b3a60c288887e565bf278e6bd8799519c1a9d8f authored about 7 years ago by Oleksiy Golovko <[email protected]>
add JSX printer (in progress)

github.com/fastpack/fastpack - e66749d78b361295be395a387ccf1db328dfc5bd authored about 7 years ago by Oleksiy Golovko <[email protected]>
Rename JSX to ReactJSX

github.com/fastpack/fastpack - 91392be3c983365f36825e0c3fa9bb205e425496 authored about 7 years ago by Andrey Popp <[email protected]>
More work on JSX

github.com/fastpack/fastpack - 1fda9e2f4e353068389e134d09795a50f1295dd8 authored about 7 years ago by Andrey Popp <[email protected]>
Make printer output comma as comma + space

github.com/fastpack/fastpack - 84b91d383bf81c10d0b7d3c41c61c8eb8bd9945d authored about 7 years ago by Andrey Popp <[email protected]>
transpiler/object-spread: WIP

github.com/fastpack/fastpack - aecef9330de327e11c74bea7cd054905714db753 authored about 7 years ago by Andrey Popp <[email protected]>
JSX: transpile children

Still bugs left related to text

github.com/fastpack/fastpack - 37b11384ef7fda4d68d8f03c9c2c28128e59915b authored about 7 years ago by Andrey Popp <[email protected]>
Add TODO items

github.com/fastpack/fastpack - f5bb386ff48a22a98eb3a044f956e4f8b23302b2 authored about 7 years ago by Andrey Popp <[email protected]>
printer: respect shorthand prop on object expressions

github.com/fastpack/fastpack - 59b8dc52bfb81e6eebdc021977ce734a889a5333 authored about 7 years ago by Andrey Popp <[email protected]>
WIP on JSX transpiler

github.com/fastpack/fastpack - 488db35bcad3d24864710e5cec4ea224335400fe authored about 7 years ago by Andrey Popp <[email protected]>
Upgrade package versions and pin them

github.com/fastpack/fastpack - de6aa4780dc291e645a1f63dadcd378076dbe8d8 authored about 7 years ago by Andrey Popp <[email protected]>
add class expressions

github.com/fastpack/fastpack - 1463e5a5ff13710916d049f1cd8e042bfc53876a authored about 7 years ago by Oleksiy Golovko <[email protected]>
add template literals

github.com/fastpack/fastpack - 244681113d71ae13cd1dd8cac39449937ff4bc13 authored about 7 years ago by Oleksiy Golovko <[email protected]>
emit comments as well

github.com/fastpack/fastpack - 4efa1f9e500f52ef271d2b0a6bc531efe025e523 authored about 7 years ago by Oleksiy Golovko <[email protected]>
add class decorators

github.com/fastpack/fastpack - 180ad4f6770104f28ab2351880a8dd8dc4fe3acf authored about 7 years ago by Oleksiy Golovko <[email protected]>
add "async for ... of"

github.com/fastpack/fastpack - 74e293844898d4e2a958d23b693e1c86fc164eaa authored about 7 years ago by Oleksiy Golovko <[email protected]>
merge master in

github.com/fastpack/fastpack - 258852ee6ad8ed60753b0c21b82067c3267c0963 authored about 7 years ago by Oleksiy Golovko <[email protected]>
complete stripping flow annotations

github.com/fastpack/fastpack - 3015e5c6d293719f82d11c4be0ca345dfaa2cd91 authored about 7 years ago by Oleksiy Golovko <[email protected]>
update tests for the new flow_parser

github.com/fastpack/fastpack - e3d932d219e34bd76c17661c5919833571668151 authored about 7 years ago by Oleksiy Golovko <[email protected]>
Merge pull request #5 from andreypopp/feat/upgrade-flow-parser

Upgrade flow_parser to package to 0.47.0

github.com/fastpack/fastpack - 62dca975df7567a1d2b01ab8c0f87451dfac9b73 authored about 7 years ago by Oleksiy Golovko <[email protected]>
Upgrade flow_parser to package to 0.47.0

This fixes some of the hiccups with the location tracking that @zindel
found. Though it also int...

github.com/fastpack/fastpack - c8fec1228878962498db4e917d6290928011aced authored about 7 years ago by Andrey Popp <[email protected]>
strip flow types almost done

github.com/fastpack/fastpack - 43c9582f59f86fe52cc7dc03d86575850bd63b8a authored about 7 years ago by Oleksiy Golovko <[email protected]>
update flow types stripping support

github.com/fastpack/fastpack - f86556e48cbb0d877edda84b455d81a7a020c2c7 authored about 7 years ago by Oleksiy Golovko <[email protected]>
update flow transpiler

github.com/fastpack/fastpack - f8f2018212fcd85813b2a5e24234018e9c7019ed authored about 7 years ago by Oleksiy Golovko <[email protected]>
add .visit_pattern to the Visit API

github.com/fastpack/fastpack - 6e6c91ff606030481a8ee2e9fbc625c7f2cbdf51 authored about 7 years ago by Oleksiy Golovko <[email protected]>
update README

github.com/fastpack/fastpack - bbb1c523e3bc5f33f688d39101f845c334f1b0d5 authored about 7 years ago by Oleksiy Golovko <[email protected]>
add patch folding procedure to drop inactive patches

github.com/fastpack/fastpack - e3986c18da01984708b530d167359b814bcf7d42 authored about 7 years ago by Oleksiy Golovko <[email protected]>
Printers for types and var decls, basic tests

github.com/fastpack/fastpack - 874c7164e1160ea5739a836583efe529d84b1a06 authored about 7 years ago by Andrey Popp <[email protected]>
Make module names less vebose

github.com/fastpack/fastpack - 19fbe47e3e267eb37b6a608ddf0494724207a4cf authored about 7 years ago by Andrey Popp <[email protected]>
initial pass on adding flow transpiler; API fixes to support several transpiling modules

github.com/fastpack/fastpack - 1efec109945227251ded1f9e10f95711948a70cb authored about 7 years ago by Oleksiy Golovko <[email protected]>
make sure all modules run despite the result of the previous

github.com/fastpack/fastpack - c4bcaf64ef3bcf6de57b9e7adc1c5ab808689d3e authored about 7 years ago by Oleksiy Golovko <[email protected]>
spread: complete for-of support

github.com/fastpack/fastpack - e0ed7924ed648be6a0a32ca8fdcb512676407c4f authored about 7 years ago by Oleksiy Golovko <[email protected]>
update tests

github.com/fastpack/fastpack - c84108a4de108c91514e4b5f0a6a3c99fd618464 authored about 7 years ago by Oleksiy Golovko <[email protected]>
spread: transpile function parameters

github.com/fastpack/fastpack - a1a236adb8ab54b7be115893f8ac345e82622aa1 authored about 7 years ago by Oleksiy Golovko <[email protected]>
Visit API: include visit_funtion callback

github.com/fastpack/fastpack - 766584eac7f42ac87e29cdb9e653fae207b5749b authored about 7 years ago by Oleksiy Golovko <[email protected]>
update TODO list

github.com/fastpack/fastpack - debfa88d971609823eb6fb5d2d2afbfd6098e7f1 authored about 7 years ago by Oleksiy Golovko <[email protected]>
minor bug fix

github.com/fastpack/fastpack - ae75aa6102da5e631149db820d953d69f31075ae authored about 7 years ago by Oleksiy Golovko <[email protected]>
spread: complete assignment expressions

github.com/fastpack/fastpack - 38e892c913ccfa7ec06d32548caec0f2c3bcc0ef authored about 7 years ago by Oleksiy Golovko <[email protected]>
fix handling spread in expressions

github.com/fastpack/fastpack - 907c0d4e1bb2e38fc34fe4259a4d5914fc785478 authored about 7 years ago by Oleksiy Golovko <[email protected]>
move all spread/rest tests to one file

github.com/fastpack/fastpack - 11abcc24a291c76a38c516efb43708e9d54f5169 authored about 7 years ago by Oleksiy Golovko <[email protected]>
Merge branch 'master' of github.com:andreypopp/fastpack

github.com/fastpack/fastpack - 55f5413cc5fd80f3a10454909c25a79f9e6c1b96 authored about 7 years ago by Oleksiy Golovko <[email protected]>
spread: fixed computed properties

github.com/fastpack/fastpack - 21701789b6066e70ea835c088acd68d58226ccb8 authored about 7 years ago by Oleksiy Golovko <[email protected]>
Minor updates to README

github.com/fastpack/fastpack - 3f06e6ad0f71a0c1722bb95eb6d698cf7226989b authored over 7 years ago by Andrey Popp <[email protected]>
update README with todo items

github.com/fastpack/fastpack - cbeef6e20d04a38b95a021ec2894bdc3e898491d authored over 7 years ago by Oleksiy Golovko <[email protected]>
start with computed property

github.com/fastpack/fastpack - 670ff72ce1d52461e0c2cdd3804165fe14baeb25 authored over 7 years ago by Oleksiy Golovko <[email protected]>
update tests

github.com/fastpack/fastpack - 6c34c0030e216578026bd53a37494f86a4c6ba37 authored over 7 years ago by Oleksiy Golovko <[email protected]>
basic scope handling

github.com/fastpack/fastpack - 251039f064c4014b5393ed1462886aa61ac6b6a7 authored over 7 years ago by Oleksiy Golovko <[email protected]>
cleanup

github.com/fastpack/fastpack - 920df3c73174317cb971492708ee0cc007492f96 authored over 7 years ago by Oleksiy Golovko <[email protected]>
spread: account for simple computed properties

github.com/fastpack/fastpack - 3a9d5c920aedec8454caa9eb4a34dece7e759339 authored over 7 years ago by Oleksiy Golovko <[email protected]>
rest assignment: account for commas when patching the object pattern

github.com/fastpack/fastpack - e7b67fcf5ddc30e463762a318e67f77168c8bc39 authored over 7 years ago by Oleksiy Golovko <[email protected]>
rest assignment initially working

github.com/fastpack/fastpack - 9929ceb95cf11858c80f9e16c06c6b1c2cbc0147 authored over 7 years ago by Oleksiy Golovko <[email protected]>
rest: visit unhandled variable declarators

github.com/fastpack/fastpack - ff0be692fe3883aafe24a0dc17893440062b925c authored over 7 years ago by Oleksiy Golovko <[email protected]>
variable assignment started

github.com/fastpack/fastpack - 94ce22b56dd5078aade0f9c9b0c3f5f2b7b4815a authored over 7 years ago by Oleksiy Golovko <[email protected]>
rework patcher API

github.com/fastpack/fastpack - 2e2badd68ef22fd957dfbf7a0f321ba424666428 authored over 7 years ago by Oleksiy Golovko <[email protected]>
Merge pull request #3 from andreypopp/object-spread

Object spread (transpiles expressions)

github.com/fastpack/fastpack - 4b4c4bfb986b6ce7211cd9ba22bda961d85d5835 authored over 7 years ago by Oleksiy Golovko <[email protected]>
Merge branch 'master' into object-spread

github.com/fastpack/fastpack - 8c698121860ec01ad75a01d53a660706c4f0ae58 authored over 7 years ago by Oleksiy Golovko <[email protected]>
couple comments based on the discussion

github.com/fastpack/fastpack - 53e6854a3a684f441ae6290521274d786f1eabdd authored over 7 years ago by Oleksiy Golovko <[email protected]>
identify variable assignment with rest operator

github.com/fastpack/fastpack - d30e0bbddc135f4e3b785d41f1efe5f9063e7321 authored over 7 years ago by Oleksiy Golovko <[email protected]>
cleanup

github.com/fastpack/fastpack - 45651d41f1c92553082b90854f58381e33637f20 authored over 7 years ago by Oleksiy Golovko <[email protected]>
decouple spread operator transpiling into the own module

github.com/fastpack/fastpack - e3c87cf58c21e63640e8c03550a188fd2c05b4c9 authored over 7 years ago by Oleksiy Golovko <[email protected]>
decouple transpiler into its own package

github.com/fastpack/fastpack - fefb864697897f87006cd61e17166de0417a4919 authored over 7 years ago by Oleksiy Golovko <[email protected]>
decouple workspace patching functionality into the patcher

github.com/fastpack/fastpack - c199d8a32f3ea5918bbcaa77b9b4a4cbdfe64c7d authored over 7 years ago by Oleksiy Golovko <[email protected]>
naive transpiling of spread operator in expressions

github.com/fastpack/fastpack - 0479f4977608ebc6ca876469ff51c897429b3cb3 authored over 7 years ago by Oleksiy Golovko <[email protected]>
add initial object spread transpiling functionality

github.com/fastpack/fastpack - 53a3862417f352c7adcceaf5f68455db398874fa authored over 7 years ago by Oleksiy Golovko <[email protected]>
make sure to remove the temp file

github.com/fastpack/fastpack - ccb56f4297e508b7807489d566f488c44aa2053a authored over 7 years ago by Oleksiy Golovko <[email protected]>
show difference between the actual test result and the expectation

github.com/fastpack/fastpack - f5b93785b9f954f48f20712db75f622bd591c752 authored over 7 years ago by Oleksiy Golovko <[email protected]>
add write_file to test runner

github.com/fastpack/fastpack - 2bdbd3239900de447c65233993b1b567d46f5068 authored over 7 years ago by Oleksiy Golovko <[email protected]>
chore

github.com/fastpack/fastpack - 3b853cb31c0b53fccaad9bc92ea1b14d23ce4cc4 authored over 7 years ago by Oleksiy Golovko <[email protected]>
prettify testing code

github.com/fastpack/fastpack - a6f6fdd67981c4e03d3ac22b545679af01f8e101 authored over 7 years ago by Oleksiy Golovko <[email protected]>
first pass on testing framework

github.com/fastpack/fastpack - 2ff32729af921a4739971f7b6fad1079ba5bf21d authored over 7 years ago by Oleksiy Golovko <[email protected]>