Ecosyste.ms: OpenCollective

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

Babel

Babel is the community maintained compiler for evolving the future of JavaScript
Collective - Host: opensource - https://opencollective.com/babel - Website: https://babeljs.io - Code: https://github.com/babel

upgrade to 6to5 2.0.0

github.com/babel/babelify - 4936a6253376904f5f08ebcb64baf244e4bbccc8 authored about 10 years ago by Sebastian McKenzie <[email protected]>
upgrade to 6to5 2.0.0

github.com/babel/gulp-babel - af9ab3a0545c80ee78cd982d752974b9490b5f57 authored about 10 years ago by Sebastian McKenzie <[email protected]>
upgrade 6to5 to 2.0.0

github.com/babel/grunt-babel - 9599f880f05f8472e177334351b4ed1df3ccbe37 authored about 10 years ago by Sebastian McKenzie <[email protected]>
2.0.2

github.com/babel/website - fd25ee2b65ac0b40e343afe7c2de69a606235450 authored about 10 years ago by Sebastian McKenzie <[email protected]>
2.0.1

github.com/babel/website - 2bef36eb2540911c013d66c0302ed4a1f7dbc8e2 authored about 10 years ago by Sebastian McKenzie <[email protected]>
2.0.0

github.com/babel/website - bb8a07e1d38a9f3ef79e2253e10d750da539e2b0 authored about 10 years ago by Sebastian McKenzie <[email protected]>
fix export default declarations

github.com/babel/babylon - d727f9749792e15658c0af6c786d26d3fe902e42 authored about 10 years ago by Sebastian McKenzie <[email protected]>
Merge branch 'master' of github.com:6to5/acorn-6to5

github.com/babel/babylon - 3e676a01835c5d4b43a96d8572d818997b1e1bfc authored about 10 years ago by Sebastian McKenzie <[email protected]>
Merge branch 'master' of https://github.com/marijnh/acorn

Conflicts:
README.md
acorn.js
package.json

github.com/babel/babylon - ff4228c09dd112d7e147169c997ca6e36bf02afe authored about 10 years ago by Sebastian McKenzie <[email protected]>
Merge branch 'export-default-declarations' of https://github.com/sebmck/acorn

github.com/babel/babylon - 29a33f5ae992c01c0a2d553edf807d9916065c4e authored about 10 years ago by Sebastian McKenzie <[email protected]>
Fix export default functions and classes being parsed as expressions instead of declarations

github.com/babel/babylon - 0bea7c9d51d64ed71f5816d8569329ff81f49ba0 authored about 10 years ago by Sebastian McKenzie <[email protected]>
Note allowHashBang option in README

Issue #180

github.com/babel/babylon - 5512e26ac0b257e28221dc43bbf54e824f98143c authored about 10 years ago by Marijn Haverbeke <[email protected]>
Provide better error on member expression in binding's left side.

github.com/babel/babylon - adec9f4b8ee4cac6ba682330b83540a0e988e73b authored about 10 years ago by Ingvar Stepanyan <[email protected]>
Added optional support for hashbang directives.

Fixes #180.

github.com/babel/babylon - e37c07248e7ad553b6b4df451c6ba1a935cb379a authored about 10 years ago by Ingvar Stepanyan <[email protected]>
Bump version number post-0.11

github.com/babel/babylon - 8e84aa02f4485ca557d635806c3b8f1d193391b1 authored about 10 years ago by Marijn Haverbeke <[email protected]>
Mark version 0.11.0

github.com/babel/babylon - 78e1d7ada684868d92d09555408ae2df1812b5ae authored about 10 years ago by Marijn Haverbeke <[email protected]>
[loose parser] Make unclosed objects / lists span to the start of the next node

That way, whitespace at their end is considered part of them,
and Tern can recognize when the cu...

github.com/babel/babylon - 97f4e9a0268ca1bc5c4a1a18618878fd0dc668ef authored about 10 years ago by Marijn Haverbeke <[email protected]>
1.0.2

github.com/babel/grunt-babel - 85c2d4bef2f4b3f00b8e9a2b64c2277d8e84f1a1 authored about 10 years ago by Sindre Sorhus <[email protected]>
fix tests

github.com/babel/grunt-babel - dba91ea780eb9465bdcb37ec5d4a2b4bea22c1a1 authored about 10 years ago by Sindre Sorhus <[email protected]>
make sure users don't set `filename` and `filenameRelative` options manually

github.com/babel/grunt-babel - ad16ba400f34528d0986f1b67335263a47dc544f authored about 10 years ago by Sindre Sorhus <[email protected]>
update deps

github.com/babel/gulp-babel - 50e7509e33b6b48049e843eaeb3014be0cee10ed authored about 10 years ago by Sindre Sorhus <[email protected]>
update references

github.com/babel/gulp-babel - 42550fd9092bee17f7263fb230f8715cc6ecb9b9 authored about 10 years ago by Sindre Sorhus <[email protected]>
update references

github.com/babel/grunt-babel - 9e47cf165570ca41ed9ad61093f2b6939cf209a9 authored about 10 years ago by Sindre Sorhus <[email protected]>
readme - fix options url

github.com/babel/grunt-babel - a2e2ed0afad1f3de34fe25de20d604fbbd2c38e1 authored about 10 years ago by Sindre Sorhus <[email protected]>
Merge pull request #8 from hemanth/patch-1

Fixed options URL.

github.com/babel/gulp-babel - 7a382a2b5a00c2e56a7bc05afd3c3c61ef403148 authored about 10 years ago by Sindre Sorhus <[email protected]>
Fixed options URL.

Now that there is re-struct in `6to5` repo.

github.com/babel/gulp-babel - 44066d89c58dbb5b75f49ec16f4b31b337bfaecf authored about 10 years ago by hemanth.hm <[email protected]>
Merge pull request #11 from fkling/export_async

Support async functions in export declarations

github.com/babel/babylon - 804481aad8a8a995b1bf4f2de64ec55349ee4840 authored about 10 years ago by Sebastian McKenzie <[email protected]>
Support async functions in export declarations

6to5 is able to transpile `export async function foo(){}` but acorn-6to5 is
unable to parse it.

github.com/babel/babylon - 59c9f473ae71b68d24bb1d959c69c3795d83ae72 authored about 10 years ago by Felix Kling <[email protected]>
[loose parser] Improve autoclosing of expression lists

github.com/babel/babylon - 75b58c07d48b6bef5fa7188bc50a29adcde93ff0 authored about 10 years ago by Marijn Haverbeke <[email protected]>
allow async generator functions - closes #10 - thanks @fkling

github.com/babel/babylon - 16b7d59ae5d93b4778941c1811eee722492d34b8 authored about 10 years ago by Sebastian McKenzie <[email protected]>
update browserify

github.com/babel/babelify - 175049d0ce56a9936a105d722fe4e2f2f0b87163 authored about 10 years ago by Sebastian McKenzie <[email protected]>
bump version

github.com/babel/babylon - e3b63530b18dd23c1a7d5a0bb77f0ed91db2d560 authored about 10 years ago by Sebastian McKenzie <[email protected]>
add support for private declarations

github.com/babel/babylon - e0b630264948cd3071c1447cdfaad062d83862a6 authored about 10 years ago by Sebastian McKenzie <[email protected]>
rename to 6to5ify

github.com/babel/babelify - 2c61f1edd46535df51263c621045f302fb1de52e authored about 10 years ago by Sebastian McKenzie <[email protected]>
Merge branch 'flow-types' of https://github.com/RReverser/acorn-jsx

Conflicts:
acorn.js
package.json

github.com/babel/babylon - c30abbb52b03fca5fc91ecf84d72156fe504dc37 authored about 10 years ago by Sebastian McKenzie <[email protected]>
fix isX variables not being reset on parseObj

github.com/babel/babylon - 46977807b7a11f708ceecf9ed81c5ff8f973cc2d authored about 10 years ago by Sebastian McKenzie <[email protected]>
rebuild

github.com/babel/website - cf8f08c95bd4dfea6337711db8675ac87789eb2d authored about 10 years ago by Sebastian McKenzie <[email protected]>
1.15.0

github.com/babel/website - 14b54964e45a497f709865befa9cc4a76633bd31 authored about 10 years ago by Sebastian McKenzie <[email protected]>
better async contextual identifiers

github.com/babel/babylon - 3a59b5a15147d68916f7edc0529340cf35c8e836 authored about 10 years ago by Sebastian McKenzie <[email protected]>
Add flow type support

github.com/babel/babylon - 24115acee0aa11b39a30bf1643d7899877f5cb18 authored about 10 years ago by Sebastian McKenzie <[email protected]>
Add support for unknown entities (treat as ampersand + regular text).

Fixes #10.

github.com/babel/babylon - f188613e09349eed12fbd0a9352d95111493847e authored about 10 years ago by Ingvar Stepanyan <[email protected]>
change bind member operator to a hash - fixes #6

github.com/babel/babylon - 8bef320d58a6ae5c569ca9c1972f3143dc5adc79 authored about 10 years ago by Sebastian McKenzie <[email protected]>
contextual async/await keywords - closes 6to5/6to5#157

github.com/babel/babylon - 71bb9d61230767be78e191acb2139ccf4538fa3d authored about 10 years ago by Sebastian McKenzie <[email protected]>
remove google analytics from files and delegate it to cloudflare

github.com/babel/website - 1e92ebde34e8a3ba3c3493644599253c4c629f07 authored about 10 years ago by Sebastian McKenzie <[email protected]>
fix browserify version - thanks @arantir!

github.com/babel/babelify - 482c84feb8f63321cfdcedeb7a0424052419107c authored about 10 years ago by Sebastian McKenzie <[email protected]>
Convert string true/false to boolean true/false.

This affected the runtime option since the argument given would be
"true" which would result in ...

github.com/babel/babel-loader - cfc5852377833a5c591a32efc453d816d02e178f authored about 10 years ago by Couto <[email protected]>
Give TemplateElements a narrower range

Issue #169

github.com/babel/babylon - 6915519498661a1924da832f7186b216760c834b authored about 10 years ago by Marijn Haverbeke <[email protected]>
Bump version number post-0.10

github.com/babel/babylon - c671bcfaf7aa3f97222e668e168d92b1bf4cfb2f authored about 10 years ago by Marijn Haverbeke <[email protected]>
Mark release 0.10.0

github.com/babel/babylon - 0a812b6020e89bc375dea94f144f68851dc8813f authored about 10 years ago by Marijn Haverbeke <[email protected]>
Add allowImportExportEverywhere option

Closes #174

github.com/babel/babylon - c989857aa5ec4713ff6bde4706105dc2cd2b2f40 authored about 10 years ago by Marijn Haverbeke <[email protected]>
Make loose parser parse template strings

github.com/babel/babylon - 91e5ac0fddca6b8ca646a578e44ce16804af6019 authored about 10 years ago by Marijn Haverbeke <[email protected]>
Change token structure of template literals

Fix various template parsing issues, makes tokenizer useable from outside
the parser.

Closes #1...

github.com/babel/babylon - 2cb3dbcb4191a9ec60e4c6ed0fc3d7ee13fd6b5d authored about 10 years ago by Marijn Haverbeke <[email protected]>
add CNAME

github.com/babel/website - caa6574efcaf40323454ed900694c9e6b2b2f634 authored about 10 years ago by Sebastian McKenzie <[email protected]>
move up playground and react nav links

github.com/babel/website - 88d061e0b1a8da049c8c2f2493aadcbf56e65994 authored about 10 years ago by Sebastian McKenzie <[email protected]>
Make semicolon optional in do-while in >=ES6

github.com/babel/babylon - 53d98f1175d69c8117168bfcb30b9285c414dd8b authored about 10 years ago by Sebastian McKenzie <[email protected]>
bump version

github.com/babel/babylon - 662375631214d70472c459df4c589cb168e9156f authored about 10 years ago by Sebastian McKenzie <[email protected]>
Merge branch 'master' of https://github.com/RReverser/acorn

github.com/babel/babylon - 1b760db57822e0dfcd045fcaa36e1e1943be9ac6 authored about 10 years ago by Sebastian McKenzie <[email protected]>
Merge branch 'do-optional-semicolon' of https://github.com/sebmck/acorn

github.com/babel/babylon - 4d985230ccca155743d2ba6658a30b8ba3c45510 authored about 10 years ago by Sebastian McKenzie <[email protected]>
Revert "Merge branch 'do-optional-semicolon' of https://github.com/sebmck/acorn"

This reverts commit c526814896711439b89f613fe0412aad4c1730a8, reversing
changes made to e7fea263...

github.com/babel/babylon - c87a7a7095db39fc95da313f14d73a410a9717cd authored about 10 years ago by Sebastian McKenzie <[email protected]>
Make semicolon optional in do-while in >=ES6

github.com/babel/babylon - 841ab6802f572b1b2567497801249073261df1eb authored about 10 years ago by Sebastian McKenzie <[email protected]>
A new home for duo-6to5

github.com/babel/duo-babel - 14ae00e3aa458285fc6650655f5e12687c6f7c4f authored about 10 years ago by Henrik Kjelsberg <[email protected]>
Merge branch 'do-optional-semicolon' of https://github.com/sebmck/acorn

github.com/babel/babylon - 03891a7f8cd1a26c470fe140b4de4e012e43ec06 authored about 10 years ago by Sebastian McKenzie <[email protected]>
Merge branch 'master' of https://github.com/marijnh/acorn

Conflicts:
acorn.js

github.com/babel/babylon - 7dbddd566c4683563fe2adcd3db7cdb26accff83 authored about 10 years ago by Sebastian McKenzie <[email protected]>
Add dot question token

github.com/babel/babylon - 876eed9c040721598ad7c6a08d929cd7399a9e69 authored about 10 years ago by Sebastian McKenzie <[email protected]>
Make semicolon optional in do-while

github.com/babel/babylon - 49119b771444a3709036f9a2e80bf302bb672e14 authored about 10 years ago by Sebastian McKenzie <[email protected]>
Upgrade jQuery used as test input

Closes #175

github.com/babel/babylon - e252acbe67402ef9e598fc53e2f6d62b30a36603 authored about 10 years ago by Marijn Haverbeke <[email protected]>
Ruby 6to5 0.2.1

github.com/babel/ruby-babel-transpiler - 6075773ca573d74e8ba5d825eed5c91e10570632 authored about 10 years ago by Joshua Peek <[email protected]>
Don't mutate options hash

github.com/babel/ruby-babel-transpiler - 4ba1bb5fec71b098288669b2216f165cefd568d1 authored about 10 years ago by Joshua Peek <[email protected]>
Update dependencies and fix README

github.com/babel/jade-babel - 989a7a3cb4799944585330a219e632908c62d68f authored about 10 years ago by Apox <[email protected]>
Update github repository.

github.com/babel/karma-babel-preprocessor - 063f6a572d5878539dd6f17c5baae7687ca68f39 authored about 10 years ago by Shuhei Kagawa <[email protected]>
Fix #173.

github.com/babel/babylon - 96bc831306dcd056624224fb64d4e640f28d0e57 authored about 10 years ago by Ingvar Stepanyan <[email protected]>
Ruby 6to5 0.2.0

github.com/babel/ruby-babel-transpiler - 1c097a81c4bb91b5c04bdbcbc861a980340b6381 authored about 10 years ago by Joshua Peek <[email protected]>
Merge pull request #2 from 6to5/skip-ast

Always skip ast from return value

github.com/babel/ruby-babel-transpiler - e0eb2fbfe03d11caa0a7d610a45c3222bd3cbd0c authored about 10 years ago by Joshua Peek <[email protected]>
Require 1.14.x

github.com/babel/ruby-babel-transpiler - d99b8b8ef69c655b380782de9741811528ab3199 authored about 10 years ago by Joshua Peek <[email protected]>
Always skip ast from return value

github.com/babel/ruby-babel-transpiler - cd9775745cd8d52c23a12980e83686cee884fa8c authored about 10 years ago by Joshua Peek <[email protected]>
Ruby 6to5 0.1.0

github.com/babel/ruby-babel-transpiler - 375feac1e113f5c40f5ed2e80f7c06fe9578fcfa authored about 10 years ago by Joshua Peek <[email protected]>
Add maintaining guide

github.com/babel/ruby-babel-transpiler - d17dce074141b13dc9608f90f0f8de13b62a9a8f authored about 10 years ago by Joshua Peek <[email protected]>
Add version to files

github.com/babel/ruby-babel-transpiler - f67e81fe4e6b741efd6c1e04095e5ddf3a0df209 authored about 10 years ago by Joshua Peek <[email protected]>
Remove es6to5 file stub

github.com/babel/ruby-babel-transpiler - 9e29f2aef6dad73b8f3f5f3115cf8bc520d5c456 authored about 10 years ago by Joshua Peek <[email protected]>
Skip splat test

github.com/babel/ruby-babel-transpiler - b4363a681a93139953832faf03fe1656a130963d authored about 10 years ago by Joshua Peek <[email protected]>
Ignore lock files

github.com/babel/ruby-babel-transpiler - 7db43fb665755df2db84f9ea68d238ab26faca0a authored about 10 years ago by Joshua Peek <[email protected]>
Test older versions

github.com/babel/ruby-babel-transpiler - 3213196b6327e4087d4158c49128e761baa23d19 authored about 10 years ago by Joshua Peek <[email protected]>
Ignore old versions

github.com/babel/ruby-babel-transpiler - 1f6541e81d28a0e8caca05eaf8081479577043f9 authored about 10 years ago by Joshua Peek <[email protected]>
Add helper to get unpublished gems

github.com/babel/ruby-babel-transpiler - 276a5249fdfe2478cd84e18478efc50cce7e59a8 authored about 10 years ago by Joshua Peek <[email protected]>
Spell out all gems

github.com/babel/ruby-babel-transpiler - 1a4dd26297efceb029f0db0254c04d8095653918 authored about 10 years ago by Joshua Peek <[email protected]>
Fix test name

github.com/babel/ruby-babel-transpiler - a4b28395e4a2fbe3f47076c34e9a6bd1c8a7ede7 authored about 10 years ago by Joshua Peek <[email protected]>
Set Gemfile naem

github.com/babel/ruby-babel-transpiler - 08a990075ffa3237b18422c7d6708892ef87c01d authored about 10 years ago by Joshua Peek <[email protected]>
Use ES6to5 constant

Closes #1

github.com/babel/ruby-babel-transpiler - c8a8b7ecc813621e3bdba8dfaf8c897a3877401c authored about 10 years ago by Joshua Peek <[email protected]>
Sync release timestamp

github.com/babel/ruby-babel-transpiler - b2c7a2548f69672824d89e4a60aa0901a4abd69b authored about 10 years ago by Joshua Peek <[email protected]>
Basic README

github.com/babel/ruby-babel-transpiler - 36e2cb10a6cd23535dae09b0bf12f5502c31268b authored about 10 years ago by Joshua Peek <[email protected]>
Move other path helpers into main module

github.com/babel/ruby-babel-transpiler - a0d7d1de8fb7262b9ce2436f71683020c517504d authored about 10 years ago by Joshua Peek <[email protected]>
Move source helpers into main module

github.com/babel/ruby-babel-transpiler - 2806bdbb9b0a1e00a32aeb790c156e4898055daf authored about 10 years ago by Joshua Peek <[email protected]>
Depend on 6to5-source

github.com/babel/ruby-babel-transpiler - 2871e159182a43adadbd7250eac53a4c366e9100 authored about 10 years ago by Joshua Peek <[email protected]>
Use a tmp dir

github.com/babel/ruby-babel-transpiler - 1608f75f5cbe876e6b4a50990cc5f001413113dc authored about 10 years ago by Joshua Peek <[email protected]>
Initial import

github.com/babel/ruby-babel-transpiler - 881f38fa6cd5b03db0ca8dfc15843a27d1d394b3 authored about 10 years ago by Joshua Peek <[email protected]>
rebuild

github.com/babel/website - 17409d62f8de095e393dade57ce5c461f69e8cfb authored about 10 years ago by Sebastian McKenzie <[email protected]>
1.14.16

github.com/babel/website - ee4c14c10cd72facbbf1c5e3701e796b234f1db4 authored about 10 years ago by Sebastian McKenzie <[email protected]>