Ecosyste.ms: OpenCollective

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

github.com/webpack/webpack-sources

Source code handling classes for webpack
https://github.com/webpack/webpack-sources

Added another test to CachedSource.js to test the cached value

6decf97f1fe335563b70d743727b7e832745e599 authored over 6 years ago by Andy Bitz <[email protected]>
Added test for CachedSource.js

908cc39104173fd0a33a27dbe8a7b3101c3fa163 authored over 6 years ago by Andy Bitz <[email protected]>
Removed linting error from before

70b842b60241b44f4b2bffa1c4cbd86da1b8335a authored over 6 years ago by Andy Bitz <[email protected]>
Fixed unexpected linting error in different file

39d651a61411d7ec0bf9b0f5fe7b6df08cbfc416 authored over 6 years ago by Andy Bitz <[email protected]>
Added a testcase for binary files

303a30ccdedc5b98b0da083846fc9aeb1dfa81b4 authored over 6 years ago by Andy Bitz <[email protected]>
Return correct filesize for binary files

4aae76a7c84a2792d2e92b4e9a5388f4c830853d authored over 6 years ago by Andy Bitz <[email protected]>
1.3.0

0f9996427a2ee80c908237d917d60e62473a0e2c authored over 6 years ago by Tobias Koppers <[email protected]>
Merge pull request #40 from jevancc/performance-improvement

Improvements on OriginalSource and ReplaceSource

931d7ea1c5bf5a88d4aef1f6e34b0ea41e788693 authored over 6 years ago by Tobias Koppers <[email protected]>
Merge branch 'master' into performance-improvement

54e8033fd0d00bc2deafac595a32eca78a690336 authored over 6 years ago by Tobias Koppers <[email protected]>
Merge pull request #41 from Hoten/bugfix/invalid-sourcemaps-whitespace

Bugfix/invalid sourcemaps whitespace

9d14ed44efe7f1df4b91683c55a1ad9a7c491cc9 authored over 6 years ago by Tobias Koppers <[email protected]>
prefer existing name over generated one

This handles the case when identifiers are renamed twice

8de1165f234e63250b91c3a6dcc42bdc506039ec authored over 6 years ago by Tobias Koppers <[email protected]>
refactor storage of replacements for readability and performance

603578164f3e6e176530a47c1ab07f692e3db351 authored over 6 years ago by Tobias Koppers <[email protected]>
rename oldValue to name

add name to insert

62e6396a70b66e58fd906bab4f361fdc9a97ccfc authored over 6 years ago by Tobias Koppers <[email protected]>
remove default value syntax

72a35943a0a24747307213b12c2eeb7e91803543 authored over 6 years ago by Connor Clark <[email protected]>
fix mismatched mappings generated by OriginalSource when content contains leading whitespace

7b104e510e10552c2e0e006364fe5a6235461503 authored over 6 years ago by Connor Clark <[email protected]>
fix typo

1ce0fd306942e28d9eeec5aa9633a1c5d3304e26 authored over 6 years ago by Connor Clark <[email protected]>
add tests for OriginalSource

69848983fd10eabc8869e14f2cb84d0f4c8e3386 authored over 6 years ago by Jevan Chan <[email protected]>
remove redundant sort

228d514da06fc2e2e48f20a768134e78bbeb148a authored over 6 years ago by Jevan Chan <[email protected]>
use match regex instead of string traversal

2b3edada5889aa4689c4daa7c0e036bd8728953d authored over 6 years ago by Jevan Chan <[email protected]>
1.2.0

30d2a800c36906a0f28e62dac8b8cb239d1403c5 authored over 6 years ago by Tobias Koppers <[email protected]>
Merge pull request #23 from brentwilton/single-pass-replacesource-node

Single pass ReplaceSource .node performance improvement

b14123205c79f84fe7910044b13f54f9517204ae authored over 6 years ago by Tobias Koppers <[email protected]>
Improve the quality of the source maps in some cases

cf11460a68846c4637361b472df8756d1a78ea5f authored over 6 years ago by Tobias Koppers <[email protected]>
Simplify and inline methods

improve tests

89e8ebf06b755b99e7ff894cadbd6f83494cb4e3 authored over 6 years ago by Tobias Koppers <[email protected]>
Move ReplaceSource replacement sort method outside of class

441ef8b217a9037328eaf7f237ecaf0a773e3427 authored almost 7 years ago by Brent Wilton <[email protected]>
Fix double emit on in progress replace and adjust node column for overlapping replaces

d178f187b58497a7e8c4f989c3c1a172a17b1b4c authored about 7 years ago by Brent Wilton <[email protected]>
Merge branch 'master' into single-pass-replacesource-node

dc35c1a14ac2bfc74f355ab4806c1b3596a1ca77 authored about 7 years ago by Brent Wilton <[email protected]>
1.1.0

b643bfba58c5820f9cf8f00a19979c1208e47692 authored about 7 years ago by Tobias Koppers <[email protected]>
Merge pull request #25 from EdwardBetts/spelling

correct spelling mistake

e8e657a051de4e82b923f13affbe3ad88d1d1b5c authored about 7 years ago by Tobias Koppers <[email protected]>
Merge pull request #32 from webpack/performance/improvements

Performance improvements

4ea8184f699b8e53ea86e46cfa4f70fb0aeefc3b authored about 7 years ago by Tobias Koppers <[email protected]>
Merge branch 'master' into performance/improvements

f512fedb67bf2f2ea92592259a20b8872c93bde3 authored about 7 years ago by Tobias Koppers <[email protected]>
Merge pull request #31 from MagicDuck/fix_memory_alloc

reducing memory allocation in ConcatSource and ReplaceSource

d79f3e9908ddb07a0b149fff6f16eab620619be6 authored about 7 years ago by Tobias Koppers <[email protected]>
fixing oops in size()

a28dd05c64563ef2a1efa700533a3cdaa3da0d3c authored about 7 years ago by Stephan Badragan <[email protected]>
fixing code style issues

1a42d41b5d780c7337d3d28244ae007a59be61d2 authored about 7 years ago by Stephan Badragan <[email protected]>
using (+=) operator instead of array join/reduce to reduce memory allocation

This causes nodejs to treat the strings internally as "concatenated strings"
and reuse the piece...

5851dd77dee5a530755f850995325fa2789e505e authored about 7 years ago by Stephan Badragan <[email protected]>
use string concat instead of reverse + join

d0bd2b099084c799a99cea54fb598769680d9d2b authored about 7 years ago by Tobias Koppers <[email protected]>
denest nested ConcatSources

1d4ccdc2ee5615192591ee83ef0fcb3d23fe8904 authored about 7 years ago by Tobias Koppers <[email protected]>
1.0.2

e1880a046420dd2ebe8aa04f186c59e33c0d3578 authored about 7 years ago by = <=>
chore(lock): update yarn lock file to respect new source-map dep

0bbacda7f9d5adcbea77b224bb964e38d7695cd2 authored about 7 years ago by = <=>
Merge pull request #27 from mattdsteele/patch-1

Update source-map

be42d64decb0ea768ab9fb6e6e741f8630333881 authored about 7 years ago by Sean Larkin <[email protected]>
Update source-map

Fixes https://github.com/mozilla/source-map/issues/247

a2417151fb1d388410301dcd2c4ddc6e094710c6 authored over 7 years ago by Matt Steele <[email protected]>
correct spelling mistake

479956b23dcf04df2788544b13e31ea974dd849b authored over 7 years ago by Edward Betts <[email protected]>
Merge pull request #24 from brennanfee/master

Adding a LICENSE file. Fixes #17

ccc3e3331268b25685bc90662622fb57f8650a71 authored over 7 years ago by Sean Larkin <[email protected]>
Adding a LICENSE file. Fixes 17

Add a LICENSE file to be explicit about the repository licensing. Used MIT to match the rest of...

7fddb99d97f71166f8cbf2e8e2d525e93196686e authored over 7 years ago by Brennan Fee <[email protected]>
Add unit test coverage for ReplaceSource

6ac5075c9b5334f9dbaead411d69ee6708ad8f43 authored over 7 years ago by Brent Wilton <[email protected]>
Single pass ReplaceSource node

Update ReplaceSource .node to process all replacements in a single pass

b2cbbe40bd0a20d90809b0c249bfd13642c2136f authored over 7 years ago by Brent Wilton <[email protected]>
1.0.1

5cadaf4ab143a32cf994365db4b2ddacd0ab0eb9 authored over 7 years ago by Tobias Koppers <[email protected]>
Merge pull request #20 from webpack/bugfix/line2line

fix a refactoring bug

6f5bff13d33b2edfc5c1ccb311b4202ef5fb7a5e authored over 7 years ago by Tobias Koppers <[email protected]>
fix a refactoring bug

2932b16324535372f67d32f7512aa43e4e64fb7b authored over 7 years ago by Tobias Koppers <[email protected]>
1.0.0

aa47eb9dc433ad236cf8328b4be92c62ff069904 authored over 7 years ago by Tobias Koppers <[email protected]>
Merge pull request #19 from webpack/refactor/es6

refactoring

91862553dc108e897ec24ece7b5bd8aae42620e5 authored over 7 years ago by Tobias Koppers <[email protected]>
added test for original-method

498aa7cea282a2ce85b58dcec8bf864b3ed78dff authored over 7 years ago by Sergey Melyukov <[email protected]>
fix typo

cd58a1315568bcee84a2fa9c89c989aac51b2090 authored over 7 years ago by Tobias Koppers <[email protected]>
Added method to readme

75d21e2ca0049727add94787e6e66d6177849432 authored over 7 years ago by Sergey Melyukov <[email protected]>
added original-method to ReplaceSource

# Conflicts:
# lib/ReplaceSource.js

8c67b25117b3b5b7aae4999311ebf71df91cfb9c authored over 7 years ago by Sergey Melyukov <[email protected]>
fix(SourceMapSource): default options to empty object

# Conflicts:
# lib/SourceMapSource.js

de4557387265a8be610badf1d960e1535f77ee82 authored over 7 years ago by Patrick Hulce <[email protected]>
refactor files to es6 class and let/const

2f3e89e75e9b81279fd8701a537680b21a978bb9 authored over 7 years ago by Tobias Koppers <[email protected]>
allow es6 code

a70762cb8ac62e3597fa580126c515c3e63a24ca authored over 7 years ago by Tobias Koppers <[email protected]>
test on node 8

97bd600c41cab749ec42367b04ffe47b2229f301 authored over 7 years ago by Tobias Koppers <[email protected]>
yarn and update dependencies

4f13b8953fd86c8535df28e7634ca1fbadb0f3d9 authored over 7 years ago by Tobias Koppers <[email protected]>
travis

e4c5406f6c5c81cf190a9765bbb76c8438d20392 authored almost 8 years ago by Tobias Koppers <[email protected]>
0.2.3

828a85acb96faf69c1ba0b78ba6d3a2acc9dcd92 authored almost 8 years ago by Tobias Koppers <[email protected]>
fix test errors

d2ce3f5e413baabad9ce4d69d5068402b31a9dae authored almost 8 years ago by Tobias Koppers <[email protected]>
update source-list-map dependency

8ed3b13bd0543c6139414529a432a08cccc3e36f authored almost 8 years ago by Tobias Koppers <[email protected]>
0.2.2

2857561d723db6f8cc2f25cef9534d13dddde06a authored almost 8 years ago by Tobias Koppers <[email protected]>
fixes webpack/webpack#4563

e47cb538575838980fda410921f427c8d213b9c2 authored almost 8 years ago by Tobias Koppers <[email protected]>
0.2.1

1692f4be47a74e8b50e124f797db99cd87b9186f authored almost 8 years ago by Tobias Koppers <[email protected]>
enforce newer source-list-map version

161bb36f0e4e36f605240d1ea15202ca21488823 authored almost 8 years ago by Tobias Koppers <[email protected]>
0.2.0

5154e49af10bcefc1e58505f3563da4a07763eda authored almost 8 years ago by Tobias Koppers <[email protected]>
Merge pull request #10 from webpack/replace-lines

fix replacements with line changes

2bd88f20cf50c5b9b192e16cedc2f8a9aebdf911 authored almost 8 years ago by Tobias Koppers <[email protected]>
fix replacements with line changes

update source-list-map

70c223c2482497226bd0303f21f16021d8871dd7 authored almost 8 years ago by Tobias Koppers <[email protected]>
0.1.5

d4cbf577bc12570c079c1aed4ad8c196b6c919d5 authored almost 8 years ago by Sean Larkin <[email protected]>
Merge pull request #9 from patrickhulce/fix_prefixsource

fix(PrefixSource): consistent empty line handling

b14c4e5da9539479b77515e72af4fe309295493f authored almost 8 years ago by Sean Larkin <[email protected]>
test(PrefixSource): add expected check for newline behavior

4fee882a4dfee67dc39ac3a1d1a687f7ff5bb08e authored almost 8 years ago by Patrick Hulce <[email protected]>
fix: additional newline consistency

8baaf30b8f766e15f0b42ca45c633302624f2310 authored almost 8 years ago by Patrick Hulce <[email protected]>
fix(PrefixSource): consistent empty line handling

1931293f997b9bc315eff5ffbb7010fe4b22b047 authored almost 8 years ago by Patrick Hulce <[email protected]>
0.1.4

9ebc91cf8d8b5eac523230cd31fd6789606598cd authored almost 8 years ago by Tobias Koppers <[email protected]>
fixes webpack/webpack#3964

6690a87e82167629cb26afb84f77b86528425690 authored almost 8 years ago by Tobias Koppers <[email protected]>
Merge pull request #4 from gaearon/patch-1

Bump source-map-list to 0.1.7

56c7833b00890be63d7f56e20d53826e5fdd13f3 authored about 8 years ago by Tobias Koppers <[email protected]>
Merge pull request #3 from wtgtybhertgeghgtwtg/master

Add `files` to `package.json`.

43f6cd5d933ae96022761e549fc9e8fbff548ba7 authored about 8 years ago by Kees Kluskens <[email protected]>
Bump source-map-list to 0.1.7

1538be8debc2496994c6a4d7be1ce95a3845faf1 authored about 8 years ago by Dan Abramov <[email protected]>
Add `files` to `package.json`.

5601ddc7e399788d0da608d1103bf14a56941dc6 authored about 8 years ago by wtgtybhertgeghgtwtg <[email protected]>
0.1.3

fb0ed29f0e1bedbd87967011556faa7644f5a1e8 authored about 8 years ago by Tobias Koppers <[email protected]>
Merge pull request #1 from gnarf/hash-concat

Add tests for ConcatSource with raw strings

43f56b9dfe30dad2113a8c1b1ee581909c1335a3 authored about 8 years ago by Tobias Koppers <[email protected]>
Add tests for ConcatSource with raw strings, and verify it works with all the methods

9a4bd152029837a40fb8a6c5f004e0d45a1a9d6d authored about 8 years ago by Corey Frang <[email protected]>
0.1.2

ab33c46cb6cc67505e0b8ccc99fed55f1cafc922 authored over 8 years ago by Tobias Koppers <[email protected]>
stable ordering

fixes #2293

c377352d5125162af1e331dc2304206e8e3ea3fa authored over 8 years ago by Tobias Koppers <[email protected]>
0.1.1

7e24cdd86d071ddff82c5750b83916e30e1934cf authored almost 9 years ago by Tobias Koppers <[email protected]>
fix when position is negative

a22ad731a4b0a436dbd7ccd9421f75341e85ffae authored almost 9 years ago by Tobias Koppers <[email protected]>
Initial commit

423e44dcd0df366bf0a5f5ed4a6d6d25e4a06be8 authored about 9 years ago by Tobias Koppers <[email protected]>