Ecosyste.ms: OpenCollective

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

github.com/prettier/plugin-lua

Prettier Lua Plugin (WIP)
https://github.com/prettier/plugin-lua

Mention maintenance status on readme

Fixes #33.

b3e11b2e53355d59f9c58f96049bc33c1a074387 authored 12 months ago
0.0.3

6aa8476f3e0b8537484aaac93821cc149a5c4fb4 authored over 1 year ago
add test for prettier-ignore comment

a283f47bc3fae7a497ac42708173d6ecaabde880 authored over 1 year ago
Prettier ignore (#32)

* added prettierrc section to readme

* added function to search comments for 'prettier-ignore...

5425355452fe41c46d5eb764a2f26fad65355fee authored over 1 year ago
added prettierrc section to readme (#30)

70ffcb76dcf94da0cd264d08ce11ee3fd885cf51 authored over 1 year ago
0.0.2

283c8ea3e15cbf4f112e6afbcc54fae998805655 authored almost 2 years ago
Update test snapshots

(to incorporate newline change)

57ce982363ffd43515864e600bd767dda0f8d712 authored almost 2 years ago
Add newline at EOF (#29)

4897abab0e3eb0f0cabbfad8678dfa00d212a889 authored almost 2 years ago
docs(readme): Fix Lua logo (#22)

63d45f57abe20828edda91d068fd957174bbada4 authored almost 4 years ago
Update .travis.yml (#18)

341c05fc75d65ff92b5639d8ce8a333b8239943d authored over 4 years ago
Update to prettier 2.1, align dev support packages to latest (#17)

cda6bbd2fe942dc610a6f7e6774cf862e81a6314 authored over 4 years ago
Added Sublime Text instructions to README (#12)

Instructions use the JsPrettier plugin recommended as the Sublime Text package from the https://...

fd918e8c6f72f26d6c49c8b13bc04a4bc9d2e37e authored over 5 years ago
docs(readme): remove extra word (#4)

068e0d190d1d961c062353d968d8a4cf38eeba25 authored over 6 years ago
Fix repository link (#3)

😉

4a383eea518d4992b6cdef07d1f49e2108a99612 authored over 6 years ago
0.0.1

dd7455a6b1e2c676dcd0cb108b9b12797a7b8407 authored over 6 years ago
Fill out README

(copied from php plugin- thank you!)

fb725558e8c777844d5ccfca9409a0b6cd5449c3 authored over 6 years ago
Use prettier from npm to run tests

But use prettier from github to do the run_spec stuff

0da8489ad8423572e6dd74fc515a01e8aac17149 authored over 6 years ago
Use AST_COMPARE in tests

06dd6856bd5bcf01d8648bc5e5ada87e181b0e64 authored over 6 years ago
inline simple returns in if statments

7e41cece6200de35244e1bea118452cb5efad5fa authored almost 7 years ago
Don't overzealously indent assignment and local statement inits

d7556c1bbf9c5bc469d8c534eebb177c84342629 authored almost 7 years ago
group body so that local variable definitions don't break out as much

b5a55fdc42596412446b635e20d968c0dbe0cf53 authored almost 7 years ago
Add snapshot of weird grouping issue

93bb56f52f686a1c313e5adf69f92eede9b94a19 authored almost 7 years ago
Handle equal sign block comments in isBlockComment

229e5495a5bae0c7114e8d3e0273d9797ec43fc3 authored almost 7 years ago
Remove Object.entries call for node 6 support

d9520c759675199064956559965a8b651ead364b authored almost 7 years ago
Implement isBlockComment

b39b65448a0fe54cc933ad3d14a0d3bc170a62e9 authored almost 7 years ago
Oneline empty anonymous functions

80bc97cd97bf5421de7d090f7505cc26bfb9e517 authored almost 7 years ago
Fix: don't convert table string keys when they're keywords/literals

9fe544382a83f623f5bba6374e189926f1b95511 authored almost 7 years ago
Print parens on index expressions where a table is the base

574e51f636ccdb29c0d8aaa99bf79b0dd39c0ffc authored almost 7 years ago
Fix comments in empty bodies not being printed

8b8e51a2d22fade6159e37c68850adacad4bd0ce authored almost 7 years ago
fix parenthesis when calling a StringLiteral by MemberExpression

f3edf092d1ebc9dba2d71ffac2f4f9c3f9b25ef3 authored almost 7 years ago
Create BUSTED_LICENSE

Forgot to include this when I added the busted files

205225be1c0bb97a270c3667b4d295d28b80df0a authored almost 7 years ago
Add all of busted's source into tests

There are some failing tests due to comments in empty function bodies not being printed- will fi...

926635a961fb11056e7dca0e73f186c5b2cea70f authored almost 7 years ago
Single-line table constructor expressions where it makes sense to do so

8a8ddc9594a88d3a7de09f768fa394beb5fe9da7 authored almost 7 years ago
Add busted example

430dc6c55aa1f4654bae72e962f4c3aa4a2dc58b authored almost 7 years ago
Fix bug in willHaveLeadingParen

84b4d6778a5a129975e5b89b2fd67a1bb72d3654 authored almost 7 years ago
initial comment support

e4fd486edc23a85ec30a18b068e30a513409dbea authored almost 7 years ago
Remove unnecessary parens around calls

Since calls can return multiple values, we need to be careful if the call is wrapped in parens b...

8274c4c24254a94a54a4b54deb9d01a3e909915d authored almost 7 years ago
Remove (most) unnecessary parens

799f2fafb69c0ec0b5623b6851ea79b973ef109b authored almost 7 years ago
Make semicolon detection more robust

In preparation for sometimes removing parens

ae04e55050a5c14ffee5b9a2cfabfbf815586e33 authored almost 7 years ago
Move clean into clean

d57e885adf99b0762a8045f63a4c2ea37407e936 authored almost 7 years ago
Fix missing semicolon issues

2ff11bd9a02b3ed6dd535fde980bd81ff534f620 authored almost 7 years ago
Break call expression arguments

80a85396c2f12cabd03053bda129aba4929366b8 authored almost 7 years ago
Break out snapshots

de0528ff739c32cfe30e93a0b376a2f0fd4b87ae authored almost 7 years ago
remove useless concats

b5aca7facb6a2d6b0abc148472a09252c2eb2d5e authored almost 7 years ago
fix multiline arg printing on CallExpression

d9d132744ccf4f79835f373d3a4ae83be07b0a6c authored almost 7 years ago
rename parser to "lua", change luaparse mode to lua5.3

9d25e5033ee2996542914b7e065251b5c4bd885e authored almost 7 years ago
convert StringLiterals to double/single quotes

1b2f08f5ce3ed8185836a794277e135656dddda2 authored almost 7 years ago
TableKey formatting fixes for strings

de5d7de8cb39e096472f26e16aaa98020c4d0ef6 authored almost 7 years ago
Improve formatting of comma sequences, assignment statement, local statement

c4a7d9944feda95ba674c7814f26aab1bef9c6c7 authored almost 7 years ago
Remove empty line in empty blocks

7e6b25e320bfd35cdeea9479dc4c9c48c4c212b3 authored almost 7 years ago
Separate out tests, add parens if node had parens

bfccd57acee3d54a15bfcc4a6243a27a4bff057d authored almost 7 years ago
TableCallExpression

9f2d61aae13275979eaf52a834980741d7f2e6f4 authored almost 7 years ago
ForNumericStatement, Label, Goto

866aeb7925c2a143ae7b4b172889f2340db7a82f authored almost 7 years ago
Break, fix Unary spacing

9073aa60d1491a8dee2659aad8128ca2b548dce8 authored almost 7 years ago
For, While, Repeat, Do

c1068465fd9c74286d209c2c09a46a1aaf313515 authored almost 7 years ago
StringCallExpression, VarargLiteral, empty table handling, ReturnStatement, UnaryExpression

5ebd9b9ce8a1b326df1c0a50f136f179970fd56f authored almost 7 years ago
fix anonymous functions

1e6ca1d59c088c7201880f10e1516f9b25964a39 authored almost 7 years ago
Logical, Binary, IfStatement and handling for trailingComma

3bd19d995a07e93f1ba2277676be4c12f3995164 authored almost 7 years ago
Tables

Co-authored-by: Spiral Palmer <[email protected]>

f4c8df21a5d5d91af99822afc57fc8f59b838656 authored almost 7 years ago
member expressions and index expressions

Co-authored-by: Spiral Palmer <[email protected]>

832c903047bd391af99cccc2c915655f69b5d186 authored almost 7 years ago
boolean and nil literals

Co-authored-by: Spiral Palmer <[email protected]>

6d9c59c93f88481bb235348ac5f725a9e14fe0b5 authored almost 7 years ago
Statement newlines

Co-authored-by: Spiral Palmer <[email protected]>

0aed6cd1a232e2f76f0081bf9c1b014c381f6289 authored almost 7 years ago
Getting started printing things

Co-authored-by: Spiral Palmer <[email protected]>

dc48505437f67956c111a5469624f5f2f480dd78 authored almost 7 years ago
Initial commit

424e2c708e09def041bee85064363e454853b291 authored almost 7 years ago