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

Allow regexp to immediately follow `?` ternary operator

In the expression `a ? /b/ : /c/`, the first regexp wasn't recognized as
such, but was tokenized...

d6a1219e27380b4bac7c964f116ce9ed2490308a authored over 9 years ago
Prepare 0.95.0 release

5f243258d99a573013a738844eef9e7033b47d2b authored over 9 years ago
Merge pull request #226 from atom/mq-tokenize-class-arrow-func

Tokenize correctly when assigning arrow function as object property

cc869b23a18180aee064fd4e7077f8874f67e991 authored over 9 years ago
Test for arrow functions with multiple params

29f290af0629a9fcb5cb8089e97b0fd2140ad868 authored over 9 years ago
:green_heart: Escape the dot

5fec1e72a919be376e434a9cdda5ecb41565ce61 authored over 9 years ago
Unfocus spec

73ccad58d8f2ed4a92fd94be9c07fb48ad29c168 authored over 9 years ago
Tokenize correctly when assigning arrow function as object property

66c9537434377c84fa936f6045b960bc827f60c1 authored over 9 years ago
Prepare 0.94.0 release

49fe9a49deb9fc9ede5f1a94848a3d5f5dea8772 authored over 9 years ago
Merge pull request #215 from atom/wl-console-period

Isolate periods in console methods

2837fd20ac55049016782df2b28626706b7e85b5 authored over 9 years ago
Remove an unnecessary \b

fa47d1b8bdff646f513ae75b9fa0a50a1aab9478 authored over 9 years ago
Prepare 0.93.0 release

b731239abd5e4b52a7b897e529b08ccfb07e996e authored over 9 years ago
Merge pull request #219 from adamfranco/zero_not_valid_replacement_variable_name

Stop tokenizing $0 and $00 as replacement variables.

c5c381e37812219db84cb5916094ca3b8dce62db authored over 9 years ago
Stop tokenizing $0 and $00 as replacement variables.

At least in Firefox, Chrome, and the Atom Find-and-Replace, $0 and $00 are
treated as plain stri...

9f21444f3788749de98de5f3b0945a65248b866e authored over 9 years ago
Prepare 0.92.0 release

1c4dc0734000cdde5bb5ad78d662aeb68acc2ba9 authored over 9 years ago
Merge pull request #218 from atom/wl-constructor-scope

Scope constructor to entity.name.function.constructor

68c1f4ac1d212e47c2e1068cd0143e02de921fd6 authored over 9 years ago
Scope constructor to entity.name.function.constructor

3657a609696761e354ff9a1f80a2eb3f38e3634c authored over 9 years ago
Merge pull request #216 from atom/revert-206-follow-naming-conventions

Revert "Follow naming conventions"

284f2cee300516053740d3850bf179d8864777ca authored over 9 years ago
:white_check_mark: Update spec

a531ee51c44da5305907324bcd8b87db6f410959 authored over 9 years ago
Revert "Follow naming conventions"

28446fcc43d16aeade9f4428e63d142d2a739a08 authored over 9 years ago
Merge pull request #214 from atom/wl-fix-divide

Fix / not being tokenized as an operator

7f80c30a241db8c957c56ca58882bf3963d9393e authored over 9 years ago
:bug: Isolate periods in console methods

Fixes #213

da33064b2cebfa4305abcfdadf29f17daa42123f authored over 9 years ago
:bug: Fix / not being tokenized as an operator

Fixes #212

8fc6d773b48d0486898764338a2813b21faeca50 authored over 9 years ago
Move an orphaned 'it' so that the specs run in order

90e83b0bf1eca0e7e2acd931f023d64b51e3fa63 authored over 9 years ago
:white_check_mark: Fix specs

d70cc5b77b390845321130df81f26083adb7e6e7 authored over 9 years ago
Merge pull request #208 from prettymuchbryce/stored-arrow-functions

Add support for stored arrowed function syntax highlighting

68be52a7455a09515e7015bbfd0062ad0afd2a76 authored over 9 years ago
Prepare 0.91.0 release

5c8e979a6258bb5f09767dba532ccfd022d6efd4 authored over 9 years ago
Merge pull request #206 from slinto/follow-naming-conventions

Follow naming conventions

5741dc464387b01b37f71ee25528bd12b7985d10 authored over 9 years ago
Change ordering of fat arrow function rule and comment field

85d16144b7d61ae29386676bedf24f7a7b2d5875 authored over 9 years ago
Prepare 0.90.0 release

e7b88b182b8bcfee999bbb615e7a6449eb5b8f82 authored over 9 years ago
Merge pull request #209 from pchaigno/unescape-multiline-strings-invalid

Highlight unescaped multiline strings as invalid

32197a85f70afa44dbf26b9ef98a34e89dc394de authored over 9 years ago
Code refactoring in tests for multiline strings

99d50c200b454f4752c2044580f267c7bb252aa5 authored over 9 years ago
Highlight unescaped multiline strings as invalid

a906d863677b8346aba3d429434a63747ac334ba authored over 9 years ago
Add support for stored arrowed function syntax highlighting

This commit expands es6 fat arrow support by adding syntax
highlighting to stored fat arrow func...

afb24cd19e3e14b9717177add3a412cd752781d7 authored over 9 years ago
Follow naming convention - let

a1ba9f43823533336c128b2bc0fb3e92b12221e0 authored over 9 years ago
Follow naming conventions

ce7aa036b8bc1f985d24044ff44994d916329414 authored over 9 years ago
Merge pull request #205 from pchaigno/improve-support-line-comments

Improve support for line comments

53c153e53089ad5aa681676bae280a884c19d5a1 authored over 9 years ago
Comments in constant definitions

fd602ff93a5771a82c889cbde0d379e34abe9288 authored over 9 years ago
Test for inline comments

48b8c36cc90dafc5eddedd4f84585d751915dd0d authored over 9 years ago
Test for line comment in function arguments

d3c5dcf3ac2f3ef28d2ec1c902c30c4d3c3986d6 authored over 9 years ago
Fix issue with comment after import

184dfc47c63cfc26cb4a79c41a11d8394aacd3bd authored over 9 years ago
comments item include line comments

9be3e47f82fa1943f41781d74a9c2af0c53302d9 authored over 9 years ago
Prepare 0.89.0 release

2fcfcfbeaf7ddd51cc7a63dffa9169d0b9542374 authored over 9 years ago
Merge pull request #203 from atom/revert-158-wl-relax-regex

Revert "Relax support.function.js and support.constant.js regex"

471339fd48a8d085353e8377c7bef7d1623d3c17 authored over 9 years ago
Revert "Relax support.function.js and support.constant.js regex"

ea3a3818aa65bda8598a5c6a8525ecdbae9a105b authored over 9 years ago
Merge pull request #192 from atom/wl-object-functions

Prioritize strings in object function regex

9f5c1f45e001513995f0b0b424b8fca965a52008 authored over 9 years ago
Merge pull request #202 from drew-y/patch-1

Fix bracket highlighting in the 'try' snippet

b30879299425153f3438d395ffcfdb6813eed459 authored over 9 years ago
Fix bracket highlighting in the 'try' snippet

It looks like there was some confusion about the `\\` at 8d915f (`setInterval` and `setTimeout` ...

beb6167830264c1a67f8500176a7aac96fe13856 authored over 9 years ago
Merge pull request #200 from drew-y/patch-1

Fix highlighting bug in the 'for in' snippet

2eadc1e2e64bcdfd271cf78a852db8e153a5656b authored over 9 years ago
Fix highlighting bug in the 'for in' snippet

The closing bracket of the $3 tabstop wasn't highlighted properly.

7af525edfdee57036dd526192905e943c5c86294 authored over 9 years ago
Remove unused requires

39fd6989f78e1be265dc6ce9ba7a0ac450525864 authored over 9 years ago
Put important keys at the top

ac42eac8ec27f23d98d9072081aad5cc01158268 authored over 9 years ago
Merge pull request #198 from adamfranco/regexp_replacement_grammar

Add regexp replacement grammar

1252d075fd5d1f6b964f08e824c0efe5f0596235 authored over 9 years ago
'$$' is the escape sequence for dollar signs, not '\$'.

179bb172c68a34705789abf10c84cea126ec74c9 authored over 9 years ago
Add regular expression replacement spec

9eaff8cc6b386298a3393bd7a0bf1bbe58f4d4b9 authored over 9 years ago
Prepare 0.88.0 release

a19376ffcb7a5924c05a7613ccbc1d0d94a607e8 authored over 9 years ago
Mark async with storage.modifier.js scope

34eac76d516b247b2b36d62b3c2c20044cf8e497 authored over 9 years ago
Merge pull request #190 from nkt/patch-1

Added "async" keyword

7c41f79bc65363f479fbc55bc68713d9adf8a912 authored over 9 years ago
Match replacement placeholders and escaped '$'

Valid placeholder strings were referenced from:
https://developer.mozilla.org/en-US/docs/Web/Jav...

8efc0551c010fb9f16c36bf972aa844311596a03 authored over 9 years ago
Removed all patterns except the escape match that we want to keep.

f172d8493182e9469ad565c615e08a45d18046e8 authored over 9 years ago
Minimal renaming of the replacement grammar to allow it to not conflict.

f2750630d1f44c6fd1d69b22dc91f87371face45 authored over 9 years ago
Duplicated regular expression grammar as a starting point for replacements.

a9bad72634b21e3cb68af103e5da04451ff657d6 authored over 9 years ago
Merge pull request #195 from atom/wl-more-const-fixes

Make sure `of` and `in` aren't part of a larger word

1aaf2ff8eff25073dad9e81dde48ed05537f2a97 authored over 9 years ago
:bug: Make sure `of` and `in` aren't part of a larger word

Fixes #194

6197ae9108a0ba9a3c0477ac00515e91324dc95f authored over 9 years ago
Also test single quotes

6da6f2148bdff5bd214acb779626908db74e46c3 authored over 9 years ago
Added "async" keyword test

a07d80ce0464c05e6a1152a1917a41d48f64b2d4 authored over 9 years ago
Prioritize strings in object function regex

Fixes #76

e16e335c9ea10b0a216e53189a9c8eabfb89fa96 authored over 9 years ago
Added "async" keyword

3c0b423b2014b0e0e79fe8af1eb9c824eaffc7aa authored over 9 years ago
Merge pull request #158 from atom/wl-relax-regex

Relax support.function.js and support.constant.js regex

eae8a7c3de12ea9f009008d3779de4ecb69bd2cd authored over 9 years ago
Prepare 0.87.1 release

2766ff3052615016e53298ee715e221cd740b5a3 authored over 9 years ago
Revert 33c4717

This would incorrectly tokenize operators as numbers depending on the spacing

210dec8679470586c7cca9c586958898fb3eff30 authored over 9 years ago
Prepare 0.87.0 release

aca58ba585c291191c971de15805c3947f6f41bb authored over 9 years ago
Merge pull request #185 from atom/wl-spec-touchups

Clean up specs file

3c8e493021363adffe4f41776d98aa219c38b99d authored over 9 years ago
Merge pull request #184 from atom/wl-function-params

Improve function-params regex

ee4e0508ff9f8cc691f02d3681d5657333af4937 authored over 9 years ago
Allow +/- in front of numbers

33c47170cdc455c15fb6e6be8fb2150cb1c77558 authored over 9 years ago
:art: Clean up specs file

93de8069ec2f424519aa4ddcdad4427961da2efe authored over 9 years ago
Improve function-params regex

In addition, add a constructor regex
-Fixes #183

0e8d0bace0b21dca1d95be572d0bd3140ac445c7 authored over 9 years ago
Merge pull request #182 from atom/wl-const-fixes

More const fixes

adedd480f278eb618b47dc44335e50b140bb1894 authored over 9 years ago
Prepare 0.86.0 release

ed83b7e0399e6d923b4395c46dbb75c3ddedd92b authored over 9 years ago
Guard against no semicolons

2e9df98e3190895fec0fe6b37e63a36e7ba887b2 authored over 9 years ago
Add parentheses to const regex patterns

Remove some un-needed whitespace matchers

259af30647d7b82c45c93b338011e5503b4bd5ee authored over 9 years ago
Merge pull request #181 from Victorystick/master

Make =, of, in and ; end a const declaration.

434dbf06e61d8b1899a0d628536ef1c6eb26ef95 authored over 9 years ago
Only build pushes on Travis for master branch [ci skip]

f0f740f591be7c4dfcd1f542e73e2119ef0786a0 authored over 9 years ago
Make =, of, in and ; end a const declaration.

163759335f74be94fd469d9ce7b3e5fb52a397f0 authored over 9 years ago
Added failing spec for `for (const var of ...`

99a8149161dd6f4282a8ab0463fbc29010f6d813 authored over 9 years ago
Prepare 0.85.0 release

c2cb28f520a1351f36387f3da4c5077e71c48d38 authored over 9 years ago
Merge pull request #179 from atom/wl-string-args

Give priority to strings in functions

b4581ac2175257a8cd45f291185c0ef5aa564ba0 authored over 9 years ago
Give priority to strings in functions

Fixes #175

f579460ff4308c191d64d982e0a576e977d45966 authored over 9 years ago
Prepare 0.84.0 release

bc65a67a435dc4203c677325b3bdf25d66ccad6b authored over 9 years ago
Merge pull request #178 from atom/wl-fix-settimeout

Properly escape the setTimeout snippet

b4cb12f008f187135fe5b0048c3ba250a2607516 authored over 9 years ago
Also fix setInterval

a1997c9de0a797addc71e95dc5eeddccfb0ef9cc authored over 9 years ago
Properly escape the setTimeout snippet

Fixes #22

7748b2dd48ac11baa06f11595acc80f110a15047 authored over 9 years ago
Prepare 0.83.0 release

c180ed9bae76a2ad3100783c31bc8b86457fbd66 authored over 9 years ago
Merge pull request #177 from Victorystick/master

Fix highlighting issue when declaraing a const regex variable

d10feb37d922e9f6725de640af8c62c4fff78b6b authored over 9 years ago
Added failing spec for `const c = /regex/;`.

Syntax highlighting of regex following my new const matching rules breaks.

63ad872088c36aa861b8f13293fc58c61b3c9fc3 authored over 9 years ago
Fix for issue #176. Removed trailing `\\s+` in end pattern.

0d94297213d4386b78a90782d58c1ca38277b784 authored over 9 years ago
Prepare 0.82.0 release

b56bc016d1c7be0f2a2d9f60b4d0b906a01228a9 authored over 9 years ago
Merge branch 'wl-relax-regex' of github.com:atom/language-javascript into wl-relax-regex

94fa05269bdd1eb3414fe3c3ba50ceaa2f4f8c11 authored over 9 years ago
Merge branch 'master' of github.com:atom/language-javascript into wl-relax-regex

Conflicts:
grammars/javascript.cson

1227bc436c39d1199feee6e3ac702e27f5ec2d3b authored over 9 years ago
Merge pull request #174 from Victorystick/master

Add support for destructuring in const assignments

5f7e4658adf49dbfe46fa59ca69a5cc6fbd81db5 authored over 9 years ago
Merge pull request #169 from adambuczynski/master

Correctly mark $ prefixed vars as instance constructors

08cb15297099c921fb42d4ba08d5981e8fc5fd66 authored over 9 years ago