Ecosyste.ms: OpenCollective

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

github.com/pulsar-edit/language-javascript

:lock: JavaScript language package for Atom
https://github.com/pulsar-edit/language-javascript

:white_check_mark: Add specs

13e3db0e404d262cb6004c5296e7aca791a591b8 authored almost 9 years ago
Add grammar to parse JSDoc variable type, variable name and description

dd7461d097b41cf8a0d0468dd68b089e06eb03b3 authored almost 9 years ago
Prepare 0.112.0 release

82fffc468f995feec44f1b1581e6ba8ac95fb642 authored almost 9 years ago
Merge pull request #331 from MaximSokolov/fix-regex-in-arrow-function

Fix regex in arrow function

1c0a8c20ab78f00360ae4e0f2fdb4f7ec1ac4fa7 authored almost 9 years ago
Fix regex in arrow function

8d0803ccfb641d321f4442a97c8ac816dd10efe0 authored almost 9 years ago
Prepare 0.111.0 release

21ab1549b13dc73867bc39d01b9def7038081ff5 authored almost 9 years ago
Merge pull request #312 from MaximSokolov/improve-functions

Improve functions

ec72913b6bfe12327ab1e49a9abf7c513f575cc6 authored almost 9 years ago
:art:

adff2b27b3862a01cee1494cbe9d719fdd795efe authored almost 9 years ago
Tokenize arrow functions in object literals

f141d73ae6c9700781bd2d7cc5d3ef562962591e authored almost 9 years ago
Improve objects, props

7677fe4f23a8e7a5cfb0dc1df7ec799672b58298 authored almost 9 years ago
Tokenize function body properly

e7ca46a589eff6c9c632e8ae92b7806ef0dd6411 authored almost 9 years ago
Use begin/end match for curly brackets

ff14ff6f5ab6cd9c7eddcbd4f568aa6f22ba7f21 authored about 9 years ago
Tokenize illegal parameters

cfcfac8b3cf5dc5e7fadd6ccc9bc21f10178e9fb authored about 9 years ago
:art: Replace [a-zA-Z_$0-9] -> [\\w$]

fb802210ce2bd6ef4bd096325edf98186ae10bd9 authored about 9 years ago
Allow whitespaces before line commet in arrow function

b14ae08da96164ad3d29535a6bdfca6ab1aa8a9d authored about 9 years ago
:fire: Remove unused code

f5cf7671e39ff0cb3c6026908fa355f525822c0a authored about 9 years ago
:art:

34a82b4edc42769390390f5090c3dbd1f4f9babc authored about 9 years ago
:white_check_mark: Test arrow functions multiline parameters

7165e972a7e692dd0115a3a203cca586ce95de53 authored about 9 years ago
:white_check_mark: Test functions following language variables

9ad6d95570cf2a01b01dd45be8d419a2d904d5f5 authored about 9 years ago
:white_check_mark: Test generator functions

079e8e947e90de51a54e91c1050cd3172a082877 authored about 9 years ago
:white_check_mark: Test `write("){");`

2f5562766dd1338c888cff0970da8e65f4ef0ee0 authored about 9 years ago
:memo: Add missing 'the' article

5c12bc315496b02a6ef8ff953fe9c69110d5110e authored about 9 years ago
:fire: Remove extra 'asterisk' subscope

c108216d443936d29cf6ec80c1aaf51177a906ca authored about 9 years ago
:art:

fd2eab66c46531bb98cd57786f1bf3ad2aac14e1 authored about 9 years ago
Merge branch 'master' into improve-functions

# Conflicts:
# spec/javascript-spec.coffee

2d4bf4fd06426f34e76c471c6997fda23f319503 authored about 9 years ago
Prepare 0.110.0 release

f68e4bfe54a3b9d16450223f401d2fb16453897f authored about 9 years ago
Merge pull request #321 from MaximSokolov/patch-1

Fix function/method calls being superseded

d7f5332032adbf4747c14271fd04d7b2e89cb773 authored about 9 years ago
:fire: Remove '?:'

d0d23e4c87f0a391e7e4ef86990c1e1d63d7531e authored about 9 years ago
Add 'function' subscope to 'storage.type.arrow'

a835e95d3490614eb825caf001612d6047a66db6 authored about 9 years ago
Wrap '=>' in 'meta.function.arrow'

d7cdde0fb36aacab813396760529b1e52f2b0ff2 authored about 9 years ago
Allow whitespaces in method calls

da6cb676e9728a0fb36db74b297fcdffd30540a3 authored about 9 years ago
:art:

357da2e2754967fa505bda5104763eee6a8f7550 authored about 9 years ago
Add 'bracket.round' subscope

f63d12f66056f17cc7d92c74570743843a4bf4b0 authored about 9 years ago
Allow comments in function declaration

a5d1a47858a2103406663f76a3e7c4bd5ac8df99 authored about 9 years ago
Improve functions

Recognize function bodies.
Tokenize rest parameter
Tokenize arrow functions with one parameter
D...

8d11bdedcac08f80ed54b3097c621efb85a762e3 authored about 9 years ago
Scope arguments as `meta.arguments`

8dbc7b0896c76abc299b1526e0226006eb6c5d99 authored about 9 years ago
Make sure the function name is valid

76f197a96ad15fa9501cd518c5f62c9e8233db78 authored about 9 years ago
:bug: Fix word boundary

adc05379aa321fd124f35ae7988ac17a6cb01185 authored about 9 years ago
:memo: Clarify comment

c902aade6e7f7d27f632875acd746c75ea6ab937 authored about 9 years ago
:art:

5e5329af9f751a73306b5cc5e1d1b40b3666f42c authored about 9 years ago
Prepare 0.109.0 release

558ce8da3a555d0574ccb741c981ca84c75e4694 authored about 9 years ago
:art:

99fc6dbbd9f33328abd75fe91acdf8c9b5fbee51 authored about 9 years ago
Don't scope the console keyword as method call

4cce8caf2e48901ce3d97f3e4b4e1a69ecc64e7a authored about 9 years ago
Merge branch 'master' into patch-1

5bcae28c00ac26ebba09c7b7e98d5ac8287842f5 authored about 9 years ago
Merge pull request #319 from MaximSokolov/numbers

Don't scope decimals as illegal; tokenize decimal marks, illegal identifiers

5f406e1a3d2487201a7c3f006829fc9ca05a5bd5 authored about 9 years ago
:bug: Tokenize '1.E3' as number

9cf9a3970369b247878e98897ce1549b94769f38 authored about 9 years ago
Tokenize illegal identifiers

a6c28e8a31f61a6b36b02b2bd235e41e9e7c01a0 authored about 9 years ago
Tokenize decimal marks

58c6a2f9185386cc7acd2ef630aa71621600deb2 authored about 9 years ago
:bug: Don't scope decimals as illegal

da8fa4ab98a33bce58ddb0cf9c49202fc423457c authored about 9 years ago
Prepare 0.108.0 release

7e11b5cc8f42b724ce5e64f2ba224bb5e5ef877e authored about 9 years ago
Merge pull request #282 from jrburke/html-css-tagged-templates

Support HTML and CSS syntax in template strings suggesting those formats

40ca2557afe22f4ca69115681f33ef89f97d2087 authored about 9 years ago
Support HTML and CSS syntax in template strings suggesting those formats

3b0759f98a5c51bc6d4ef3fd1a2b478eb5c6839f authored about 9 years ago
Prepare 0.107.0 release

54634fe0a8762645c9eb3c1f08d9cf4040392021 authored about 9 years ago
Merge pull request #314 from KSXGitHub/patch-3

Add 'WeakSet' and 'WeakMap' to '.support.class.js'

f25c439d60ee2be6e15766f4a6e131aa548aea2e authored about 9 years ago
Update javascript.cson

34f87d2362735040f872f27fedd4c7056fc94929 authored about 9 years ago
Merge pull request #293 from KSXGitHub/patch-2

Add 'Set' and 'Map' to 'support.class.js'

40a520915334d313ef08a0d508e92a0f5543f029 authored about 9 years ago
Merge pull request #311 from MaximSokolov/fix-builtin-variables

Tokenize built-in variables with properties

92526145a17deca248dc628a83de9ce0cc6f9cb6 authored about 9 years ago
:bug: Tokenize built-in variables with properties

ede1b979625b3482f6e630f417916169e5e2c013 authored about 9 years ago
Merge pull request #310 from Spencer-Easton/master

Add auto detection for Google Apps Script

44f422e6b751202ff98dfa500fe8a70a819084cf authored about 9 years ago
Move gs after es6 to keep in alphabetical order.

23631a4bf3bcc4931aed9c75aa269830642b62b2 authored about 9 years ago
Add auto detection for Google Apps Script

c70a5db42509a202983dbe6fd606dedfd34aed8e authored about 9 years ago
Prepare 0.106.0 release

23fe6d67cd35a586c7127881d7ea05b54a211b23 authored about 9 years ago
Merge pull request #305 from MaximSokolov/fix-parens-in-arguments

Tokenize round brackets correctly

74f2401182019f891b34df035f135cd45c3dbd00 authored about 9 years ago
:bug: Tokenize round brackets correctly

5ee8bd212dcaca1b6e3745d23591277d64df7321 authored about 9 years ago
Revert .travis.yml changes

46bdecb9884c5126f987a5ce45fa9f379a0adc91 authored about 9 years ago
Merge branch 'master' into patch-1

6bbca0255cab3a07823b702b2c6003e2bbbc791b authored about 9 years ago
Add set/clear timeout/interval, revalidate regex

cbd605bc68b9fd35814b548980db64891eab40e9 authored about 9 years ago
Separate function-calls and method-calls

bedde7cece888fcf9160c8f84f4358153f86beaf authored about 9 years ago
Reapply word boundaries to support functions

6a77036ee06695e7f8742efebff0c507659ffe2a authored about 9 years ago
Fix specs for console support functions

ec83ab0bc952840b568e5f43cd9ccf867b55110a authored about 9 years ago
Refactor require, events, console functions

b3a339965d650c2bdefc9eceb18b2b73be0a9566 authored about 9 years ago
Refactor @functions patterns

0958c88e3954d65e70944a42ed68c99acebd1804 authored about 9 years ago
Refactored lists and minor regex

007a8a2f73b085bb61d608f1e635a8697bfcc208 authored about 9 years ago
Fix for new brace/punctuation scopes.

158f561915abc20f32ef0e9188b0ceaad94d83fa authored about 9 years ago
Merge pull request #5 from nfour/patch-1

Trailing whitespace

0f8bbc2b7874c913cd70ff561423e80dc8bdabdf authored about 9 years ago
Trailing whitespace

27753337dcc92dacaa0a91a79bf063174746812c authored about 9 years ago
Merge pull request #4 from nfour/patch-1

Syntax refix

37accd93a5d09118b51be4dd2386ca3e032a502e authored about 9 years ago
Syntax refix

374478f046661bf330e761df781fcf8bad3a99bb authored about 9 years ago
Merge pull request #3 from nfour/patch-1

Syntax fix

2ca3ce5780c0baa44d25fcb5c99fc48166bfc8e8 authored about 9 years ago
Syntax fix

53320891bd1f0a91b5ce826a3b893e4e6e82a7ae authored about 9 years ago
Merge pull request #2 from nfour/patch-1

Make old function tests pass

c920c56a1228e474f01b998c957d158052c6c45e authored about 9 years ago
Make old function tests pass

e025d871838dfa82d7a839faa7a9360717da3cca authored about 9 years ago
remove whitelist

745ad609f2f752253a9098327651fcb50b2db18c authored about 9 years ago
Merge pull request #1 from nfour/patch-1

Patch 1

e5dda19f4d71eee6a0cfd883e14884ad97f5a698 authored about 9 years ago
Added function builtins

Builtins tests added for function calls to builtin methods of `support.function.js` and `support...

44c2c0762103ee07b0a781ca7bd721fab645637b authored about 9 years ago
Merge pull request #296 from MaximSokolov/revert-284-patch-1

Revert "Added delete token"

162309ab8525c0f1b8602514e6aa347c9889437e authored about 9 years ago
Revert "Added delete token"

1850f66bbdbf51247f499a77618adc6a4bb310aa authored about 9 years ago
Merge pull request #284 from C-Bouthoorn/patch-1

Added delete token

41aec1533fb55ebd966b6567027f1822c37d8674 authored about 9 years ago
Replace instead of nest function scopes

84c59378bc63c01374c596f10542633864fda530 authored about 9 years ago
Tidy whitespace/newlines

925fd87e2ceba81c3d2c8835dca7e4deaa873660 authored about 9 years ago
Fix function/method calls being superseded

5484c411a41cbad4980a9154859f8b0de0fed96d authored about 9 years ago
Merge pull request #278 from luop90/master

Add exports & case snippet.

7f2185657f56899788023f84e895e0c342864c8d authored about 9 years ago
Removed unneeded space.

3cb525d65add24320e7828d434c8e77de0585f9e authored about 9 years ago
Add 'Set' and 'Map' to 'support.class.js'

6be984e44cd5885937f0e5e7e10372803773188d authored about 9 years ago
Update language-javascript.cson

6e7868ecc12cf5146523056bcb16946a81c48782 authored about 9 years ago
Prepare 0.105.0 release

846d24a333210a026d2e54fe68a1e9241bb0d8b0 authored about 9 years ago
Merge pull request #291 from MaximSokolov/tokenize-spread-operator

Tokenize spread operator

d8f47aa75088e17481a996e41561a601e5df98e0 authored about 9 years ago
:white_check_mark:

75eb80332b7ef40450aa6de68ca5ea685284bd3f authored about 9 years ago
Tokenize spread operator

ee5c922419c489ebaf0bcd6dc02bb970e6ce97b4 authored about 9 years ago
Merge pull request #285 from KSXGitHub/patch-1

Add 'Symbol' to 'support.class.js'

a41ae12d019152d50941d50164077b1e9f10029c authored about 9 years ago