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

Merge pull request #405 from Alhadis/case-fix

Fix missing highlighting in case statements

f9520c41626bf28d5785f556283e04cdf9f6e942 authored over 8 years ago
Use triple-quoted blocks for extended regex

f300a4de2eacda4ce671adbb1c041da7fcde8129 authored over 8 years ago
Include spec for 93f5dc0

df0c0932ed6106bd80270f7e9880b250245f7a3f authored over 8 years ago
Fix missing highlighting of certain case statements

Certain primitives and "special" variables (such as "this" or __dirname)
lose their highlighting...

93f5dc001f5e48bb5feb0e19d5a827addeed1f46 authored over 8 years ago
Merge pull request #404 from Zirro/add-dom-methods

Extend list of DOM methods

2ca6abaaa1b88286612e483263cad0159539e710 authored over 8 years ago
Remove duplicate 'clear'

744927151a70c0fafac1b207de6e5b1ed4e593b1 authored over 8 years ago
Add additional DOM methods

76d04e61affa5c4474e219e2edf74d941131150d authored over 8 years ago
Merge pull request #403 from bgriffith/feature/jsdoc

Add JSDoc support for square brackets suffix in types

663470118e14fb436b32c563006c8839d9732373 authored over 8 years ago
:white_check_mark: Add spec for square bracket suffix in JSDoc type

8b64904c5a4f766e24d5e344ebffa8ec92d4a845 authored over 8 years ago
:bug: Allow for square bracket suffix in JSDoc type

e20e6bbb5867f735f582c882fb6e1c0a1f803c72 authored over 8 years ago
Merge pull request #401 from bgriffith/feature/jsdoc

Add JSDoc support for optional parameter types

8757a8017dadbe3bad43a7c98515e3dff4fc35bb authored over 8 years ago
:fire: Remove uneccessary non-capture group

577695bf7013f794a3e0f065d07c0bc49461734c authored over 8 years ago
:fire: Remove unnecessary escaping slashes on =

be8f99f0686c804b1d9a3ff239ab638834e0802f authored over 8 years ago
:white_check_mark: Add spec for alternative optional JSDoc type syntax

132dae0a3528a2a28492bb99e98121ba5bef836b authored over 8 years ago
:bug: Allow for alternative optional JSDoc type syntax

3d7bfe15c7c0771a7ffe5a03c94d5df92a4c848b authored over 8 years ago
Merge pull request #399 from bgriffith/feature/jsdoc

Improve JSDoc type support

605d04033dd30cae1d5c9997c408d2e445abf4b1 authored over 8 years ago
:white_check_mark: Add spec for use of spread operator as prefix of JSDoc type

a86ab62902a5993d5476ebce1755ff8e1be8f8dd authored over 8 years ago
:bug: Allow use of spread operator as prefix of JSDoc type

c7523086a8bd1b433e597edac16eaca6a350140e authored over 8 years ago
:white_check_mark: Add spec for non-nullable types

5f6ca445832635d2f1c1bc94fdd5a6aef379b362 authored over 8 years ago
:bug: Allow for non-nullable JSDoc types

0b547f6429a52bb3191173bb56e5c53ff00e8a3e authored over 8 years ago
:white_check_mark: Add spec for nullable JSDoc types

52e10909ba968fcb0c376a4190b0f17a849964fc authored over 8 years ago
:bug: Allow for nullable JSDoc types

9c1d2bd5b021e8521c7038533316b20e78c20951 authored over 8 years ago
:white_check_mark: Add spec for use of namespaces in JSDoc types

a322e971bd49d2e787ae385d010caa5120bba858 authored over 8 years ago
:bug: Allow use of namespaces in JSDoc types

e1b5268aea64a03562423325f81e2257000e3e19 authored over 8 years ago
:white_check_mark: Add spec for use of * as a JSDoc type

313a5310051188a2ebde7b296339e43b58e8e535 authored over 8 years ago
:bug: Allow the use of * as a JSDoc type

045ee24188257782e37fdeba34be9fc212504c51 authored over 8 years ago
Merge pull request #398 from bgriffith/feature/jsdoc

Add JSDoc support for $ sign in variable names

178140862d34e7c002ddaef6fcd5233896077ac6 authored over 8 years ago
:white_check_mark: Add spec for dollar sign with JSDoc parameters

189ace182c410cd70f8157f449bf6f10ddd7a79d authored over 8 years ago
:bug: Allow for dollar sign with JSDoc parameters

94f93c1194b49a3c71ad52c967aaf01eecbe0feb authored over 8 years ago
Merge pull request #396 from bgriffith/feature/jsdoc

Add support for JSDoc parameter properties

bdde572cde793ac7c422b42ca8e38b033ef5970f authored over 8 years ago
Fix escaping for JSDoc parameter properties regex

165662bedb5e3d6ef676f52ab3063cbc27ab2887 authored over 8 years ago
:white_check_mark: Add spec for JSDoc parameter properties

11325c86cd740c3c98997d733be1aabe2c1759d9 authored over 8 years ago
Add support for JSDoc parameter properties

0b56f705efc45a2c2268cc4c431c2c209802fff5 authored over 8 years ago
Merge pull request #395 from bgriffith/feature/jsdoc

Add support for JSDoc optional parameters and default values

54b926a446a119b9dab04de048e101de540c1eb2 authored over 8 years ago
:white_check_mark: Add spec for JSDoc optional parameter default values

d7afe49d57b407d8751bdcdf7344685560543e0d authored over 8 years ago
:bug: Add support for JSDoc optional parameter default value

a06143a7798b10686937f34eb3e6f20e9706b27c authored over 8 years ago
:white_check_mark: Add spec for JSDoc optional parameters

a33dcdca5603e12687af13541ef2f198334f7ca9 authored over 8 years ago
:bug: Add support for JSDoc optional parameters

52926a5ef8a2ffa438b2e2e1e57c851643c4f3e5 authored over 8 years ago
Merge pull request #394 from Alhadis/doc-fix

Allow multiple spaces in JSDoc tags

e4fbe38a5a76f552193b9023bdedd57baf8e555b authored over 8 years ago
Allow multiple spaces in JSDoc tags

479dd5ec19c57af9d52f938e886d5ba648446136 authored over 8 years ago
Merge pull request #392 from MaximSokolov/allow-from-as-identifier

🐛 Allow 'from' as identifier

1160deed23b1641cdaf3cf91991beb5ca558b34e authored over 8 years ago
:bug: Fix 'constructor' boundary

```js
a = {
constructorABC: {}
};
```

5afff48f443da01df174c3fa58e0674126cac371 authored over 8 years ago
:bug: Allow 'from' as identifier

f8737371ad7f7406271de7fc5d982989aa2d7fa1 authored over 8 years ago
Merge pull request #386 from Victorystick/closure-compiler-jsdoc

Add missing JSDoc tags used by Closure Compiler

61b5fa8c39807dd6af7b18d05f6f6ffbe4f3c1c0 authored over 8 years ago
Add JSDoc tags used by Closure Compiler

e2a84a09fecdab56abecf95e165f9d6dae6aa0b7 authored over 8 years ago
AppVeyor should test against stable & beta

74ff62f9a93de2c1976432feccce2d8ee23aa740 authored over 8 years ago
Merge pull request #378 from ivangabriele/patch-1

Add @public docblock match in Javascript grammar

83f9e51bc96b56d392e603c6efbbfba453e7c4a7 authored over 8 years ago
Add @public docblock match in Javascript grammar

Since it exists in official JSDoc dictionary :

* http://usejsdoc.org/tags-public.html

dc39dd5c163b34ac3c3dac0e57ded86cbdf147d0 authored over 8 years ago
Enable Windows builds on AppVeyor

795943b9bc4582391928ba71bd528d5bca869513 authored over 8 years ago
Prepare 0.119.0 release

5fb7053b459ba595459f93fea10f5341cd3cc206 authored almost 9 years ago
Merge pull request #373 from isiahmeadows/arguments-and-extends

Style `arguments` like `this`, style superclass name distinctly

2b3161abd433bdbec67d6c02023feb91654b3116 authored almost 9 years ago
Style `arguments` like `this`, style superclass name distinctly

fb8c711f50616db2e2e363dbfba501cb379cc0b5 authored almost 9 years ago
Revert "Add support for ES6 HTML-style comments"

This reverts commit bb0df12b935c866369d2d546e8cf59ea3e7a1d55.

55af01787477974b885aca5145de00eb53fffd62 authored almost 9 years ago
Add support for ES6 HTML-style comments

Also end comments when a </script> tag is encountered (bad solution, but
that's the best we can ...

bb0df12b935c866369d2d546e8cf59ea3e7a1d55 authored almost 9 years ago
Allow brackets in regex

cbbe69376ca69eab1b20bfb0785904cc43e9dd30 authored almost 9 years ago
Prepare 0.118.0 release

d61d14e5bb6d1c5598e31fe254466d0372265388 authored almost 9 years ago
Merge pull request #358 from MaximSokolov/fix-console-math-matching

Fix console, Math matching

4293ce61f8935685be411c6f512b7e8f864b9a16 authored almost 9 years ago
Tokenize console, Math methods after comments

cd6d3c2c88d8e3d4a10b703f6f58e5d3ba8a8c71 authored almost 9 years ago
Prepare 0.117.0 release

892b8d6c92d2dd1d98ca5681fb29cf77c1870274 authored almost 9 years ago
Merge pull request #360 from atom/wl-constructor-body-highlighting

Fix constructor body not being highlighted

3f2b018abfa93d334cbd78eb80032bab63f62fba authored almost 9 years ago
Prepare 0.116.0 release

a3ef259dbd242827d22013c0955aabb271e115dd authored almost 9 years ago
Merge pull request #367 from kartikanand/issue-363

Don't treat function calls as constant

194f7fb9253d404853f872f4faf256a2d3634fbb authored almost 9 years ago
Add spec for uppercase function name calls; issue 363

12451802c7d2fd0fdc8facd011cb609be0af2493 authored almost 9 years ago
Merge pull request #327 from MaximSokolov/fix-constant-objects

Improve objects, properties

a4bfbd9aa0b1dfe1f52f689e0a36040c967f456a authored almost 9 years ago
:bug: Fix more issues

7bddd57fc73eb7139f2a07fa7d0e3acac7b737e9 authored almost 9 years ago
Change scope `method` -> `property`

55143cbdeec90cd8912df174429ad7fe801d8b91 authored almost 9 years ago
Merge branch 'master' into fix-console-math-matching

# Conflicts:
# grammars/javascript.cson

289f85f8a03880005ec42566fa2bf2a72a3c9027 authored almost 9 years ago
:bug: Fix `console`, `math` custom methods

f62582359b5edbfd16f388e38144886a84d3a535 authored almost 9 years ago
Merge pull request #341 from jrburke/bug338-css-source-conflict

Fixes #338: source.css parsing conflicts with CSS template parsing

971bf85e96ff8355ea450ef143e43d7089d1a37e authored almost 9 years ago
Fixes #338: source.css parsing conflicts with CSS template parsing

To properly sort it out, it would mean modifying the CSS parsing in language-css, and even then m...

00a412ef377846fc1f649ab23dce171d64246202 authored almost 9 years ago
Merge pull request #339 from Victorystick/multiline-const-destructuring

Improve multiline const destructuring

ecf25c602c31ad89575c77d49a2ddeea637d1025 authored almost 9 years ago
Merge pull request #348 from CentricStorm/class-name-fix

Fix class name highlighting.

c97defaece00a42d5614e1e98639c8a8e41cb4da authored almost 9 years ago
Merge pull request #347 from CentricStorm/performance-support

Add performance highlighting.

46921b55eb522047de536afec5af1c29d1b05f22 authored almost 9 years ago
:bug: Fix regular functions/props after math/console

56a1c8c19d1e18309626fbb63831fa83c98fcd91 authored almost 9 years ago
:bug: Don't match `$console`, `$Math`

a73cb86b06b89783ef24653d005801d3c3d8b89a authored almost 9 years ago
Prepare 0.115.0 release

3dcb047c77ae106ab6b9cd0d194ed31fed054f37 authored almost 9 years ago
Merge pull request #362 from charliesome/relay-ql-highlighting

Highlight GraphQL inside Relay.QL template strings

c1612f0ba57a757bcd4d0798510329a967d14049 authored almost 9 years ago
add interpolation spec too

d522598d2c8a52c96de3593e4fd8985114258abd authored almost 9 years ago
add spec for Relay.QL template strings

c8cdcdba6298c0901e8cbfa03ddb8ec33dabb91e authored almost 9 years ago
highlight GraphQL inside Relay.QL template strings

2fe6f4a0c3445f25933d7be1d808fc4bcb6cb8b2 authored almost 9 years ago
:bug: Fix constructor body not being highlighted

Also bring it in line with the new function tokenization syntax

3e1941405c3f6c031010af810cf0cacbd521a1aa authored almost 9 years ago
Merge pull request #357 from MaximSokolov/fix-356

Fixes #356

2a85b66f2d428b81d3db4722a7708bed8abd2600 authored almost 9 years ago
:bug: Fix 'console', 'Math' matching

c56dfbe85bfd6209488c0412c10fc546721b3382 authored almost 9 years ago
:bug: Fix issue 356

9739c14241013b893337f21ffd788c926399005c authored almost 9 years ago
Prepare 0.114.1 release

a6adf145901271567475a11c369939875c9d4486 authored almost 9 years ago
Merge pull request #352 from elaberge/master

Added support for Unity3d WebGL native plugin types

1edc76262644395c276ba27aaed80718011813af authored almost 9 years ago
Added support for Unity3d WebGL native plugin types.

d54d068b4dd15636d8f5f3d76cd03f12de5e4ce3 authored almost 9 years ago
Prepare 0.114.0 release

52c76a8cfd4d2bd74f13869f31ee4a4229e12fc0 authored almost 9 years ago
Merge pull request #351 from CentricStorm/math-update

Update Math highlighting.

91e9ff4a0b078d15c8b99ab9d0dc90ea461abbd0 authored almost 9 years ago
Update Math highlighting.

7361b9fb4cabac679ba62f8d38ca1618291e6609 authored almost 9 years ago
Improve class name scope.

f872db813a6a3bb706a7c7000ce2b407f27579e1 authored almost 9 years ago
Add performance highlighting.

d8d4ad6d9f45f501404f2e1681fb80cbc7dba12a authored almost 9 years ago
Prepare 0.113.1 release

b8d22c0d2ca40af13b8e4f270e2b3e977b1d1c12 authored almost 9 years ago
Merge pull request #346 from javierjmx/require-const

Declare Required Modules As Const Instead Of Var

d9bffa62a11a144f5774b408a3ddda18f2721044 authored almost 9 years ago
Declare Required Modules As Const Instead Of Var

Part of #345

8d131e00325092e6476e78fcf3e6cc5423e130cf authored almost 9 years ago
Fix multiline const destructuring

1e2c85f4f1693e2bde38ecbc7231927f457f0737 authored almost 9 years ago
Prepare 0.113.0 release

b28af094cc31a7e2423c474845e506ce33aa3a57 authored almost 9 years ago
Merge pull request #332 from thomaslindstrom/master

Add grammar to parse JSDoc variable type, variable name and description

e9002c1be5de8e878c3d12c06df1bfb4115aaf08 authored almost 9 years ago
Remove unnecessary escaping of brackets

614317294d9194828179889646da35f14dbe24d0 authored almost 9 years ago
:art: Conform to repository code style guidelines

2ee92f5fbc39835fb5aed785ca765abe8638cd28 authored almost 9 years ago