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 #118 from AMalininHere/master

ES6 support

a6b6ed5603ecd09e77fe5cb5001621d0af5036c5 authored almost 10 years ago
:bug: Fix tokenization for anonymous functions

The following cases will be properly recognized:

```javascript
Class.method = function nonAnony...

e1db0b99d9af51af14e2ad70db06a2e912525567 authored almost 10 years ago
Renamed parameter in try catch snippet from variable to e

ae208586f71f924ca0064feb5e3ab59a5a93fa09 authored almost 10 years ago
Removed useless statement variables from try snippet

300b44239640bec1771e3d612455673392b3f6d2 authored almost 10 years ago
Unified quotes in snippets

37430336028f4a826cbd476e62ebb591fb30ffe1 authored almost 10 years ago
Added 3rd tab stop for getElementById snippet, removed other getElementBy* snippets

80bd465cb4b9fcf49516330f8de559af0e1eacac authored almost 10 years ago
Added var and multiple cursor selection into forin snippet

1a2816e33087b6ea05fddd0dd66414fd26735baa authored almost 10 years ago
Prioritize 2-character operators

f599c2f048e57bf3c250e19257d1ccbe2208a7f3 authored almost 10 years ago
Changed yield support

c287781775e983cc8386dc2646e3b4e81860f343 authored almost 10 years ago
ES6 class snippet

edb869f2ed4a4f7f82eeda1ea1ae431505da4a0a authored almost 10 years ago
Added ES6 import support

55b327b727d505860443696105c08833cc4582d8 authored almost 10 years ago
Moved strings in repository block

2afbc902c502bac7bb654de8b886a6a5daa75489 authored almost 10 years ago
.es file supported

5d42255614d7887bc30302bed500f571659fb711 authored almost 10 years ago
ES6 classes support

580053234355babe21f70c754b6fabe65decf238 authored almost 10 years ago
Highlight ES6 arrow

e25e0fe79cb13331e60cab06058befb5d95283c3 authored almost 10 years ago
Prepare 0.64.0 release

f8ddf1d3d44f66c682e1f62b0afc25d8d82d2df3 authored almost 10 years ago
Merge pull request #116 from kfix/patch-1

:apple: match on shebangs of JS-syntax AppleScripts

a1bdd88958977c5942e7216b543d028dce3ff2f4 authored almost 10 years ago
match on shebangs for JS-syntax AppleScripts

f73e2ab1ca35a1719516b8c318ff1511d4f84132 authored almost 10 years ago
Prepare 0.63.0 release

15dd527dae9807e9e69e3709f5025fcc830a09b8 authored almost 10 years ago
Merge pull request #114 from Ganonside/master

added `from` to the regex matching `keyword.control.js`

2cf5b6b08fd27395d4d648f93a5c157d0b225ef3 authored almost 10 years ago
added `from` to the regex matching `keyword.control.js`

450a664557ea6217f6ffbe4165281ea7152a0266 authored almost 10 years ago
Prepare 0.62.0 release

b087eec3978e177f4857986647282efb0922ac23 authored almost 10 years ago
Add pjs to file types

Closes #111

040a051e85772d2128535690540ed6bff4750ba3 authored almost 10 years ago
Merge pull request #112 from AMalininHere/patch-1

Added snippets for generator

0825b16bbc21a294b07dd1576280033fedd1e5b9 authored almost 10 years ago
Added snippets for generator

0742152e69ce2d33f8a801604650f30463af049e authored almost 10 years ago
Prepare 0.61.0 release

db9da9cd2af29100ac3e225638ba6979858abdc9 authored almost 10 years ago
Merge pull request #105 from hakatashi/patch-1

Proposal for adding "CommonJS require" snnipet

a6c3ed6f0b4c735b264635cd9714195b5d934df4 authored almost 10 years ago
Proposal for adding "CommonJS require" snnipet

8a76a49758a6efc7b7ce90cc8579869c6e3945f7 authored almost 10 years ago
Prepare 0.60.0 release

da1fdb6949eea5d107c8f30063437d14a3c3a677 authored almost 10 years ago
Merge pull request #103 from AMalininHere/patch-2

Part of fix issue #90

426557f2bbd066e5ed8ac0af7d23be5b68336fbf authored almost 10 years ago
Prepare 0.59.0 release

995d4f2b8b57807badb4e0a48d2a3fcbb60e56ed authored almost 10 years ago
Merge pull request #104 from AMalininHere/patch-1

'for of' snippet

417e49e9acdcaaea4f47cd7f44f9b25d394b6a1d authored almost 10 years ago
'for of' snippet

a8d75e856073483c370114fbeb6fc7b1f2404fdc authored almost 10 years ago
Prepare 0.58.0 release

0bc14a7bf9d2f04aea6084f12443c0229d78935d authored almost 10 years ago
Merge pull request #102 from AMalininHere/patch-1

Highlighting 'of' as operator for 'for of' cycles

54ba36b61090b2a872654dd530871ee9b5d0e56c authored almost 10 years ago
Part of fix issue #97

https://github.com/atom/language-javascript/issues/90
This change can fix part of this bug.

4a13bb65c42a2242ad816b0ed0f798e45e53bcac authored almost 10 years ago
Highlighting 'of' as operator for 'for of' cycles

In ES6 was created new 'for of' cycles

107c111062a04533fa506c6ae90a66b92c248bf6 authored almost 10 years ago
Prepare 0.57.0 release

d58edec65539e014fa13579461df6bebc24250c0 authored almost 10 years ago
Merge pull request #101 from postcasio/iojs-shebang

Match iojs shebangs

f2db4700faa5f9ba66125d89d3ec75395400f67c authored almost 10 years ago
Match iojs shebangs

c7cded004de6fcefdcaceac6415f7357daa263b8 authored almost 10 years ago
Prepare 0.56.0 release

ac37d2a87c14271a23ba754d85b7746594c0d3c8 authored about 10 years ago
Add specs for array, object, call indentation

0787d397ae727dd707e9cce999206bc899441c04 authored about 10 years ago
Merge pull request #96 from rclark/auto-indent-arrays

Autoindent rules for arrays

9e73e18b8568322002afb83b57d4e82ca7ce5c0b authored about 10 years ago
autoindent rules for arrays

02f1c9ca524097b9ac21deca83de0c6b2ed409a6 authored about 10 years ago
Prepare 0.55.0 release

467c6438a37509939f690007cf58ebf6a35c0c17 authored about 10 years ago
Remove indentation patterns for do, for, while, else

Just use curly braces. Otherwise, allman-style curly-braces end
up doubly-indented.

15ee0273b24547496bdfe3cbee8108c48d863241 authored about 10 years ago
Merge pull request #92 from UltimateBrent/master

Fixes #77

be1c9f3813d082bada7a378712b245f9ebe17fcf authored about 10 years ago
Fixes #77 - removes `if (whatever)` from increasing indent

889d88792b5ad1f07e5f857fccb0c74a2caeb004 authored about 10 years ago
Fixes #77

8dd836fd018841386077374d79e61e8c330a70d1 authored about 10 years ago
Prepare 0.54.0 release

b47a7fe0cbed2d2553cdb7c6d32e812f9881c21f authored about 10 years ago
Merge pull request #88 from seegno/support/update-license-year

Update LICENSE year

84a394706ecc61a50b0195653c1dfcf868a1e8c9 authored about 10 years ago
Merge pull request #89 from seegno/enhancement/add-inspect-snippet

Add `inspect` snippet

5d6b1fc0040e69a4c977b8dad135d4c44df78439 authored about 10 years ago
Add `inspect` snippet

6d926af0c3517173281e48c578bb6ae63d9cd336 authored about 10 years ago
Update LICENSE year

0fb7b2babc74494a2c54db342f06e24522cb63a5 authored about 10 years ago
Prepare 0.53.0 release

515751937df1d397b495e4a92fec5a0933994cdb authored about 10 years ago
Rename scoped-properties/ to settings/

657c1c39417eebb615a52b52f1d6c9f9b7a12093 authored about 10 years ago
Prepare 0.52.0 release

6690feb3a0aedb191e3c28b7a7a3961c24245b6f authored about 10 years ago
Merge pull request #82 from Hurtak/feature/snippets-for

snippets: changed selection behaviour of for cycle

ddcb93703f48c424928f36bbaf087bf993871d68 authored about 10 years ago
Merge pull request #80 from Hurtak/feature/snippets-querySelector

snippets: added querySelector and querySelectorAll

447058656c06aa4cbca3c52969fe1549bf47e249 authored about 10 years ago
Merge pull request #79 from Hurtak/feature/snippets-switch-indentation-fix

snippets: indentation fix of switch statement

74979f3b484aa15df6b5d8db9e989c26e8e8d893 authored about 10 years ago
Merge pull request #81 from Hurtak/feature/snippets-iife

snippet: iife, \t removed from first selection

43c2821c51c9864968c88698c7708046285a326d authored about 10 years ago
snippets: last tab selection returns cursor to the body of for cycle

2a04547bcbce8b8e54d5d3a3cf94b8f064ee0e88 authored about 10 years ago
snippet: iife, \t removed from first selection because if we decide to delete first selection then cursor indentation is preserved.

Cursor position after deleting first selection $1
X - Cursor position

before:

(function() {
X
...

197f0c3231939e978d573334ebd49363cc639e16 authored about 10 years ago
snippets: changed selection behaviour of for cycle. first selection - all array variables, second selection all i variable. (previous behaviour, first selection - first array var, second selection - second array var).

a1169a58d3ca206024132794c9dc041be52a54c3 authored about 10 years ago
snippets: indentation fix of switch statement

before

switch (expression) {
case expression:

break;
default:

}

after

switch (expression)...

62934d0b52aebcc6a5dfd28ab4a6f49570f8d85d authored about 10 years ago
snippets: added querySelector and querySelectorAll

1b369f0df3fbe73bfcde6c49564a6c734bbb0650 authored about 10 years ago
Prepare 0.51.0 release

15dc5d1d8675ba7b2f6af77adf3e373e54a994d0 authored about 10 years ago
Merge pull request #75 from mathiasbynens/patch-1

Support ES6 regular expression flags `u` and `y`

cf307294d8ec98ca1a2525b2e29fa26313bd2456 authored about 10 years ago
Merge pull request #74 from mathiasbynens/es6-numeric-literals

Add support for new ES6 numeric literals

e5f1e19fbf76695bc4e2ed5fa4caa238b33e588d authored about 10 years ago
Support ES6 regular expression flags `u` and `y`

beb631aae8c18c3e065f8468fcb0e2dcd28d2ec8 authored about 10 years ago
Add support for new ES6 numeric literals

https://people.mozilla.org/~jorendorff/es6-draft.html#sec-literals-numeric-literals

BinaryInteg...

2873fff5faede6c6ba8ce25e803bf73e899c8a51 authored about 10 years ago
Prepare 0.50.0 release

248572c9361a98c70ed851d1c954ec07761b76b0 authored about 10 years ago
Merge pull request #73 from malexandre/allman-style-brackets

Fix #72 indentation decrease for Allman style

cd931221ae6ec47b84c27a67c86cde74da5bc1bd authored about 10 years ago
Fix indentation decrease for Allman style

e38f1cd9eddea7cb9994342ca9bceef2a4e3d7ff authored about 10 years ago
Prepare 0.49.0 release

242b51712d2708a3fd5f6498c36475fd56e38be4 authored about 10 years ago
Merge pull request #72 from malexandre/master

Workaround for Allman-style indentation

9ca27de587104207c31509b614fe5a54b344daa1 authored about 10 years ago
Workaround for Allman-style indentation

Inspired by the langage-c repo (https://github.com/atom/language-c/commit/92c43f8b7042b7d847b2bb...

2bfb47ed004a7890ce91a9036901115634d10fd4 authored about 10 years ago
Prepare 0.48.0 release

dce1486f0863ad0e749604932bdfd3e5c078a8c6 authored about 10 years ago
Don't indent when if line ends with }

Closes #atom/atom4354

065df17c25f225794dfbc654628dd60dbb9536c6 authored about 10 years ago
Prepare 0.47.0 release

88117480873c10019e9cf05533233db36b991a14 authored about 10 years ago
Parse comments in function parameters

Closes #70

a3c3a07be56c885ad1211dcdeafe91e3777a783b authored about 10 years ago
Prepare 0.46.0 release

65438255696208867b8a57c052584df4be84307d authored about 10 years ago
Merge pull request #68 from ponychicken/master

Add promise snippet

71ff967d9fb8cbacd3c7d773659c504e5d76bb42 authored about 10 years ago
Add promise snippet

b4473541cfab2a154bf25dcdb593ce1d807e3e61 authored about 10 years ago
Prepare 0.45.1 release

27134564a655577e798fea267f66300df7d02ff5 authored about 10 years ago
Use atom.grammars in specs

758e07c0218c37206af65d352b2f77857b084157 authored about 10 years ago
Prepare 0.45.0 release

de689f32e289d78f0d0e891f50bb7f2cc1e9ebc0 authored about 10 years ago
Merge pull request #65 from igormilla/patch-1

Add bitwise XOR (^) to the list of keywords

cc3068afa69b8a1bfdc2d7ef68c15fd56cdf3e98 authored about 10 years ago
Prepare 0.44.0 release

77e16fbc7120033326ea76db4d02abe5a3adf552 authored about 10 years ago
Tokenize default correctly in switch statements

Closes #66

8f17afd6d6e3f0f85140ab641a02500d75aa79f3 authored about 10 years ago
Added bitwise XOR (^) to the list of keywords

52fa23a424d701d76e154a094935720507c989fd authored about 10 years ago
Prepare 0.43.0 release

bd7da26727419e041271d6c5b8c7db728869b2f0 authored over 10 years ago
Decrease indent properly on commented lines with }

Closes atom/atom#4009

b3333adcf4de52c3c65356e0d724ec8eab5d4f7b authored over 10 years ago
Prepare 0.42.0 release

ac10a91533e195c8caf281ca1bb5682947b99930 authored over 10 years ago
Add , to look-behind character class

Closes #57

59b728b62d50a5fb73b68b8dc287b0e4af638e90 authored over 10 years ago
Prepare 0.41.0 release

6b1921a923bd96a74717c8757142053a9df6b13d authored over 10 years ago
Interpolate inside template strings

Refs #53

ad963c50fb11ff9ad0c397dd3783a291e9940878 authored over 10 years ago
Prepare 0.40.0 release

4e42545d817e7b0db4bb53caafbce65de87f5320 authored over 10 years ago
Add initial support for ES6 template strings

Closes #53

48dd8488796afdc2590e112116ce847829e765b5 authored over 10 years ago
Add + to character class for regex lookbehind

Closes #54

6fd46e3765f67bce04a76b6743a701a1deb0483d authored over 10 years ago