Ecosyste.ms: OpenCollective

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

github.com/nodeca/js-yaml

JavaScript YAML parser and dumper. Very fast.
https://github.com/nodeca/js-yaml

[parser] Add single quoted scalar reader.

2f955f457a132cd0d6290afba329696ae4645a9f authored almost 12 years ago by Dervus Grim <[email protected]>
Update program design of the parser.

10a342710ac98da426818982db8721af5ff459ab authored almost 12 years ago by Dervus Grim <[email protected]>
Correct the parser's code style.

50b8093078692302fde28573b1666033261247ab authored almost 12 years ago by Dervus Grim <[email protected]>
Fix/optimize hexadecimal number parsing.

343ae25d5bf98ca686481a0cf256283cdf13f2d0 authored almost 12 years ago by Dervus Grim <[email protected]>
Fix double quoted scalars reader.

0c7343e8eb8f380aa80a16d1f43d94c5b5da98e4 authored almost 12 years ago by Dervus Grim <[email protected]>
Add initial parser code.

34ee3c0e6548a2593cadaeb871774fa1674146bb authored almost 12 years ago by Dervus Grim <[email protected]>
Delete the parser code.

e211c8c9b290376f793ba27a49b883c9cdae2b30 authored about 12 years ago by Dervus Grim <[email protected]>
Merge pull request #57 from dervus/mocha

Port the tests to Mocha. And some of the missed PyYAML tests.

ca5722ff181bde6323f0f62157990b1cca820a0d authored about 12 years ago by Aleksey V. Zapparov <[email protected]>
Change functional tests' order

499a5d625b01128a391ca204c3e8fdd82444d40f authored about 12 years ago by Dervus Grim <[email protected]>
Remove unused `isNaNConstant` utility

0fa2f556194b0ee56ef6cfff925ff76b96539d79 authored about 12 years ago by Dervus Grim <[email protected]>
Use Mocha's '--require' to load th shims

9cb997530139ead1cabe78f2808c9d99f8b1c7aa authored about 12 years ago by Dervus Grim <[email protected]>
Oh no! The path to the shims was correct...

e172647ecddeee0260ae00181c687928dd23e4de authored about 12 years ago by Dervus Grim <[email protected]>
Fix require path to the shims

c838f0fcda69628aff7192e4e3fd98a75c0880dd authored about 12 years ago by Dervus Grim <[email protected]>
Force paranoidEqual to use `Number.isNaN` shim

93512433d66d125dbf95531dee12998501f26569 authored about 12 years ago by Dervus Grim <[email protected]>
Update the paranoid equal to the lastest version

5953b9dc1aeb7edc6b8b524870e70b6af83fb776 authored about 12 years ago by Dervus Grim <[email protected]>
Use plain `expected` for self-testing samples

3ddeb68bdae6142d811cef4b074e06144eb4aa9f authored about 12 years ago by Dervus Grim <[email protected]>
Add description for `paranoidEqual` function

e371cdfc4f43935caae843310bb3a7fb1468de17 authored about 12 years ago by Dervus Grim <[email protected]>
Update assert-paranoid-equal

eea02ae2e2ac9ee0e3cc5f57f7a37b8183346642 authored about 12 years ago by Dervus Grim <[email protected]>
Correct style in the JSHint inline declarations

6c33bedec9f84abd0edb81ea4dd8607b0e432ce8 authored about 12 years ago by Dervus Grim <[email protected]>
Embed ASSERT-PARANOID-EQUAL into the tests support

0fcbfbd0da1909933c5da308f33d800d972d9a53 authored about 12 years ago by Dervus Grim <[email protected]>
Use ASSERT-PARANOID-EQUAL

4b4f67adef0bf8fbbb18069b9a514695b816cdf5 authored about 12 years ago by Dervus Grim <[email protected]>
Simplify issue tests

a3312404bbc16cd98292577ee85efd5d5bd15b02 authored about 12 years ago by Dervus Grim <[email protected]>
Add `construct-javascript-function` test

391d218f6f23a2fce083ba5d986cee239cf328ab authored about 12 years ago by Dervus Grim <[email protected]>
Add `construct-javascript-regexp` test

329c80c034825269bf89ae2ccb0a3b5c55d22203 authored about 12 years ago by Dervus Grim <[email protected]>
Add `construct-javascript-undefined` test

b55dac1f03d21d2567d396990a9e36fefbeba45f authored about 12 years ago by Dervus Grim <[email protected]>
Improve internal constructor/representer test API

fdde9cbf7b6ce3994bd6ec5b4f3271fec9913693 authored about 12 years ago by Dervus Grim <[email protected]>
Little style change in the functional test helper

e2808ec0da6b58a706e2afe71ec2640c4bb46be7 authored about 12 years ago by Dervus Grim <[email protected]>
Move all non-UTF8 samples to the unsupported

7f8b4127d2dbaa6726b23106a284d04dc25c4257 authored about 12 years ago by Dervus Grim <[email protected]>
Port issue tests

4f1b41387eb5ac71b6ad5661475d30fb1353fe1f authored about 12 years ago by Dervus Grim <[email protected]>
Lint the tests

ab05fc0646c705102fb4d44a99caf4f9925ea943 authored about 12 years ago by Dervus Grim <[email protected]>
Some little changes in `makeClassConstructor`

85add0f80f38c6dc23ed1e4a27bf6ff18814cda7 authored about 12 years ago by Dervus Grim <[email protected]>
Move `DataFile` class to the test utilities module

c8525fd3f8a46a4d295484c6a3e519dcacb45af1 authored about 12 years ago by Dervus Grim <[email protected]>
Port canonical loader/parser/scanner tests

2443daf6560ba1910b3890446ee7eb6a51754d5e authored about 12 years ago by Dervus Grim <[email protected]>
Add missed `parse` function to the root module

116c2aea39370f954894adbd99e5c1cf0103cc13 authored about 12 years ago by Dervus Grim <[email protected]>
Use `isNothing` in the tests code

bf3decec5fbaeb2bab758dca2f96fb5f32053592 authored about 12 years ago by Dervus Grim <[email protected]>
Port canonical loader/parser/scanner for the tests

3c938269355e56a860247a224ec94f3365a63c83 authored about 12 years ago by Dervus Grim <[email protected]>
Move out 'float-representer-2.3-bug' sample

4ac58c2cc8c105c087955d4900d7dd4e22a24fb4 authored about 12 years ago by Dervus Grim <[email protected]>
Move 'utf16{le,be}' samples into the unsupported

4fe6edceb56d1567e56d5cf9dd7dc2c867a75413 authored about 12 years ago by Dervus Grim <[email protected]>
Move Python-specific samples into the unsupported

d01d1195417bf960949b2ea1535cba8ca652785f authored about 12 years ago by Dervus Grim <[email protected]>
Port 'timestamp-bugs' test data

616e1cac9906fe3f4e92063396b34d4a54d964ab authored about 12 years ago by Dervus Grim <[email protected]>
Port 'single-dot-is-not-float-bug' test data

492d6f0e9158621e7dd47a70658ad6a3c02ffb24 authored about 12 years ago by Dervus Grim <[email protected]>
Port 'negative-float-bug' test data

05974e71a0a64f25325ee98f0ca30616339451b3 authored about 12 years ago by Dervus Grim <[email protected]>
Port 'more-floats' test data

12c2c9d82eb2fdd9ffb0db6078d4daf41cac3c8d authored about 12 years ago by Dervus Grim <[email protected]>
Port 'invalid-single-quote-bug' test data

f45599fc91f17641aee4c2d226703358fc51a021 authored about 12 years ago by Dervus Grim <[email protected]>
Port 'emitting-unacceptable-unicode-character-bug'

1f6362cbe368e214266f1796ac6576516b809649 authored about 12 years ago by Dervus Grim <[email protected]>
Style correction in 'utf8' test data

d7861e2af0e933a2c1f2898d5ceb83d74892fa99 authored about 12 years ago by Dervus Grim <[email protected]>
Port 'utf8-implicit' test data

4917bb89840ce76c02edb63841584de44fb7636b authored about 12 years ago by Dervus Grim <[email protected]>
Port 'utf8' test data

d33c25daf6571e877f515ec774e8f787c5890ecf authored about 12 years ago by Dervus Grim <[email protected]>
Port 'duplicate-merge-key' test data

eb0a4e9f1709b6bc697e43fc368d60767060a990 authored about 12 years ago by Dervus Grim <[email protected]>
Port 'duplicate-mapping-key' test data

2794350f0ddb575b092faea0b5a1550a57706fe1 authored about 12 years ago by Dervus Grim <[email protected]>
Port 'duplicate-value-key' test data

7cd02d7593e1738a70bd8730b28d6a4409127b8f authored about 12 years ago by Dervus Grim <[email protected]>
Port 'duplicate-key' test data

40a29c86811cf63b34091e63c420d7762d046c2e authored about 12 years ago by Dervus Grim <[email protected]>
Port 'construct-binary' test data

ca6cab6f7af6c900e9ee9e711244d8e168573c5f authored about 12 years ago by Dervus Grim <[email protected]>
Fix a typo in environment variable name

c7dc874d59822990d102d19c24ddf63db6380ad0 authored about 12 years ago by Dervus Grim <[email protected]>
Refactor 'construct-value.code'

1153f475c712de7735154fb22c0ed779fb7aa630 authored about 12 years ago by Dervus Grim <[email protected]>
Refactor 'construct-timestamp.code'

cc776ec0afb1de08f8a49fb70b7522e630b02e50 authored about 12 years ago by Dervus Grim <[email protected]>
Refactor 'construct-str-utf8.code'

05886ed3b9418b814eefcc089ed17c9ab59b298b authored about 12 years ago by Dervus Grim <[email protected]>
Refactor 'construct-str-ascii.code'

54d6661a603788739d0a210d0caaf7eb4a188446 authored about 12 years ago by Dervus Grim <[email protected]>
Refactor 'construct-str.code'

4f129fd53e56dd0bd77fb1d4ec8b0101833d1f17 authored about 12 years ago by Dervus Grim <[email protected]>
Refactor 'construct-set.code'

52888ebf00542990e4fe7dd28a8430ff2d635be5 authored about 12 years ago by Dervus Grim <[email protected]>
Refactor 'construct-seq.code'

4b953259377655795a0be050e9b5c002812e562c authored about 12 years ago by Dervus Grim <[email protected]>
Refactor 'construct-pairs.code'

5bb16b201825152e4144b7a93bde99965c7393f8 authored about 12 years ago by Dervus Grim <[email protected]>
Refactor 'construct-omap.code'

4eae64de3b007442be55d2db20ad4dc657c3930a authored about 12 years ago by Dervus Grim <[email protected]>
Refactor 'construct-null.code'

ac5c12934c17cbe4599ac6ab941dba06ef6045ad authored about 12 years ago by Dervus Grim <[email protected]>
Refactor 'construct-merge.code'

6427b4d5ea5aa5b0935b00d56e7d3364fac9ecfe authored about 12 years ago by Dervus Grim <[email protected]>
Refactor 'construct-map.code'

3b52d20ae724d1af16c8fde7176a69b7e514b6f4 authored about 12 years ago by Dervus Grim <[email protected]>
Refactor 'construct-int.code'

5220683f62ce01984d6fefe614ebde1727de6722 authored about 12 years ago by Dervus Grim <[email protected]>
Refactor 'construct-float.code'

81319018e48755bb3d8a0775ed4f35f398536e10 authored about 12 years ago by Dervus Grim <[email protected]>
Fix constructor tests

4c01d84920a594bd73108ddd406852098eff7ced authored about 12 years ago by Dervus Grim <[email protected]>
Refactor 'construct-custom.code'

8e087a93ffec5b287a4793cfdf90aa87ae34a9cb authored about 12 years ago by Dervus Grim <[email protected]>
Refactor 'construct-bool.code'

0894e628cc7d629e9e26c532579b79759441a084 authored about 12 years ago by Dervus Grim <[email protected]>
Refactor functional test helper

78010ff7964000773d55536ec30c3fe808d529c1 authored about 12 years ago by Dervus Grim <[email protected]>
Clear reader tests.

81ff47a0b685ecf84084e34c67f5f51cf6c0826c authored about 12 years ago by Dervus Grim <[email protected]>
Remove unused imports in constructor tests

a8489ca8d029de7a3349434b49a026e431218abf authored about 12 years ago by Dervus Grim <[email protected]>
Hook 'assert-full-equal' library.

2919dbdcb4dc6df7c7f614c062dc2b6030a1cec3 authored about 12 years ago by Dervus Grim <[email protected]>
Update package.json and Makefile

284c4594fe7b47fb8265b2628666d901b0473114 authored about 12 years ago by Dervus Grim <[email protected]>
Move `areEqual` function to separate project.

ef2f1ee2f5a98a264d457923b70c48b2bc1520f4 authored about 12 years ago by Dervus Grim <[email protected]>
Remove unused exports from test/support/common

474cdaa79002dd5310b7e7e66b0b8bc25e8b0802 authored about 12 years ago by Dervus Grim <[email protected]>
Clear the tests.

e8c68ae67541db634e4dc885a4e600269b918ea2 authored about 12 years ago by Dervus Grim <[email protected]>
Move JS-YAML-TEST to test/support directory.

159d38c33ffa9346195e613f600a263ce8ad6e90 authored about 12 years ago by Dervus Grim <[email protected]>
Port reader functional tests.

30cc7bd206e4257b2717ac5a1844a0620878bb82 authored about 12 years ago by Dervus Grim <[email protected]>
Export ReaderError from the reader module.

ee79d221a10ac0c9095308bff4e003683db207db authored about 12 years ago by Dervus Grim <[email protected]>
Fix 'construct-custom' test.

9fe3371b3e7bfb0c86b0f6f57750474c4c582827 authored about 12 years ago by Dervus Grim <[email protected]>
Fix 'construct-bool' test.

25cae72f5c92914771888aa63b20972aa49cfca1 authored about 12 years ago by Dervus Grim <[email protected]>
Small cleanup in js-yaml-test/common.

b1f5b767f93499a75adfb02d203eff3b2f8ae4c9 authored about 12 years ago by Dervus Grim <[email protected]>
Pull out shams

fac1f1448eebabf41aeac555905e760571690eeb authored about 12 years ago by Aleksey V Zapparov <[email protected]>
Update browserified version

5731ab91bbc3c8061ffa8904e5a227e9841c499e authored about 12 years ago by Aleksey V Zapparov <[email protected]>
Revert "Update info about es5-shims"

Instead of using shams, provide own implementation of getOwnPropertyNames.
See discussion of #49.

fb8706a654ca6dedf933a9440e3cb17110688290 authored about 12 years ago by Aleksey V Zapparov <[email protected]>
Remove broken test from functional/errors.

JS-YAML does not support reading from non-string resources, so this
test does not work anyway. I...

9c36c8385f0654979e7158a08f02ef772d41f557 authored about 12 years ago by Dervus Grim <[email protected]>
Add missed blank line in functional/mark tests.

b93fe80b98b77b0c27d3ed8ee378c7b72eb0f17a authored about 12 years ago by Dervus Grim <[email protected]>
Replace Chai with Node's assert in the tests.

I just had very bad experience with Chai while porting constructor
tests. Chai's assertion error...

a4c50162bbd8f83980c27934e6b953e496b9e2cb authored about 12 years ago by Dervus Grim <[email protected]>
Port 'construct-merge' test data.

87c7853f865bfcc3ad090e11f8f47f450dbc5041 authored about 12 years ago by Dervus Grim <[email protected]>
Port 'construct-timestamp' test data.

8fbd78ac0a926a556eae7456c2d87ec0f96de376 authored about 12 years ago by Dervus Grim <[email protected]>
Port 'construct-omap' test data.

b923e4828efffe3c59adea031886b7b64931cbcf authored about 12 years ago by Dervus Grim <[email protected]>
Port 'construct-value' test data.

dbf5325c9e038467d31a476379c664539d843995 authored about 12 years ago by Dervus Grim <[email protected]>
Port 'construct-set' test data.

4101246fb0d8edb8e807d834c596b7fb2f2f9474 authored about 12 years ago by Dervus Grim <[email protected]>
Port 'construct-str-utf8' test data.

a5947e8f3d74a354ff962c48e08d880f55444514 authored about 12 years ago by Dervus Grim <[email protected]>
Port 'construct-str-ascii' test data.

457461ee9274900cc00de99d1b8db64be55d3eda authored about 12 years ago by Dervus Grim <[email protected]>
Port 'construct-str' test data

b82390418c77804c76dc0b490eda4fef92998cb0 authored about 12 years ago by Dervus Grim <[email protected]>
Port 'construct-pairs' test data.

0f6fa7296540cf20fb505c25f2df583607988387 authored about 12 years ago by Dervus Grim <[email protected]>