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

2.1.0

a1e17144ce56fd7222f1a82983700c3198e74ee9 authored about 4 years ago by Tobias Koppers <[email protected]>
Merge pull request #94 from webpack/bugfix/null-map

Instead of return an empty SourceMap in some cases, return null

ae70ec44caa441e88437919fb7c41730df1971e3 authored about 4 years ago by Tobias Koppers <[email protected]>
Instead of return an empty SourceMap in some cases, return null

`map()` and `sourceAndMap()` should return null when no SourceMap is available

b802a5e71e39584b053bb573ae0360b0fa370d52 authored about 4 years ago by Tobias Koppers <[email protected]>
2.0.1

511da963907e8771fa7dd92423e603c689efbc41 authored over 4 years ago by Tobias Koppers <[email protected]>
Merge pull request #91 from webpack/bugfix/non-mapped-source

add workaround for bug in source-map

24d8a487121fdcef331eba46f742ae2b21aee349 authored over 4 years ago by Tobias Koppers <[email protected]>
add workaround for bug in source-map

be0bc553ad907c346a3f383a692463ea4f5a6813 authored over 4 years ago by Tobias Koppers <[email protected]>
2.0.0

935731bf2666efd787105d17b1f640f29dd72c75 authored over 4 years ago by Tobias Koppers <[email protected]>
2.0.0-beta.10

2649cb8227f448ed5103ab0a90b636f97b3fef3a authored over 4 years ago by Tobias Koppers <[email protected]>
Merge pull request #87 from webpack/cached/lazy-source

allow to use a lazy function as original source for CachedSource

a65483d521ec7ff3758925cdbf553ee88d6c2a23 authored over 4 years ago by Tobias Koppers <[email protected]>
allow to use a lazy function as original source for CachedSource

ddb86d337733a4fb94d0e039e96bbbfbb877bc0b authored over 4 years ago by Tobias Koppers <[email protected]>
2.0.0-beta.9

6153bfcaefcd4d0597e50dca253e23dd23c99ec5 authored over 4 years ago by Tobias Koppers <[email protected]>
Merge pull request #86 from webpack/feature/compat-source

add missing documentation and test for CompatSource

df04632834c6a07b3dc51468435d2ee68dc30ad2 authored over 4 years ago by Tobias Koppers <[email protected]>
add missing documentation and test for CompatSource

1ac0de87070146699c31d4cf6562720a85841823 authored over 4 years ago by Tobias Koppers <[email protected]>
Merge pull request #85 from webpack/infrastructure

Infrastructure update

137c501e103720be35310e169f5ddb742a581204 authored over 4 years ago by Tobias Koppers <[email protected]>
test on node.js 14 too

97e6a8e722ad184654dd8e02eaf7e01408750607 authored over 4 years ago by Tobias Koppers <[email protected]>
change var to const

d501134e3f14754e9e54dadda23276b7ca5c31d8 authored over 4 years ago by Tobias Koppers <[email protected]>
switch to jest

cd30169319eb81d80a0c3aa47fc4d0bbd1542e8b authored over 4 years ago by Tobias Koppers <[email protected]>
upgrade dependencies

e0aa8ba458a3ec1a63923e4553b37902d6092fd4 authored over 4 years ago by Tobias Koppers <[email protected]>
update deps in range

4c5a6505f9f5e807be07ad4b83947ff25515e7c9 authored over 4 years ago by Tobias Koppers <[email protected]>
Merge pull request #84 from webpack/feature/compat-source

add CompatSource

97a4a9e22c89a9cfdff9ff2254a2ee25043818f6 authored over 4 years ago by Tobias Koppers <[email protected]>
tests should use public API

7ba002a301a66152313d209a22a04ea20cecf2c3 authored over 4 years ago by Tobias Koppers <[email protected]>
cache for linting

8bdd63390e98d3a0047a3438f2fdf5c20c2b2b9e authored over 4 years ago by Tobias Koppers <[email protected]>
add CompatSource

644db8867b8c3d486f67cfaeac4b607b44b2851a authored over 4 years ago by Tobias Koppers <[email protected]>
2.0.0-beta.8

29ca74603f6332dd25337d1d9f2a41fc58cd8f14 authored about 5 years ago by Tobias Koppers <[email protected]>
Merge pull request #78 from webpack/bugfix/no-map

fix crash when Source in CachedSource returns null map

910eaac84aec8cb3a84e5b6d1eeed47e490d503c authored about 5 years ago by Tobias Koppers <[email protected]>
fix crash when Source in CachedSource returns null map

a6740c5aa89235020bdbf4cab427aeef117520f0 authored about 5 years ago by Tobias Koppers <[email protected]>
2.0.0-beta.7

78af22b545500d6aab010eb7161ef343bc22e8de authored about 5 years ago by Tobias Koppers <[email protected]>
Merge pull request #77 from webpack/perf/source-map-cache

avoid strings in CachedSource `map()` cache

4c00850b72fd2bdd84c77003f93190a25af651fb authored about 5 years ago by Tobias Koppers <[email protected]>
avoid strings in CachedSource `map()` cache

fix bug

732a97bf9399323a407e709d60d112b72301361e authored about 5 years ago by Tobias Koppers <[email protected]>
2.0.0-beta.6

6ca4706a4104025494eda4f6e49059842ec000b7 authored about 5 years ago by Tobias Koppers <[email protected]>
Merge pull request #76 from webpack/perf/utf-8

Performance improvements

e39bcabe5fcedc40e9410bc434765a03c20bcfdd authored about 5 years ago by Tobias Koppers <[email protected]>
Performance improvements

cache utf-8 conversion
allow keeping Buffer instead of string and only convert it lazily
expose ...

4e1ea6d9be702d822078b0494b192ad06ecfbd11 authored about 5 years ago by Tobias Koppers <[email protected]>
2.0.0-beta.5

913329a70ef7f28482e0186faef6831a298a0db2 authored about 5 years ago by Tobias Koppers <[email protected]>
Merge pull request #74 from webpack/deps/min-node

increase min node.js version to 10

e06938ab7bd1608bace614135359ef9532c7f260 authored about 5 years ago by Tobias Koppers <[email protected]>
Merge pull request #73 from webpack/bugfix/update-hash

fix updateHash for Sources

071b2c3999bfb0afb05f031b006a3bcc7904ec3d authored about 5 years ago by Tobias Koppers <[email protected]>
Merge pull request #72 from webpack/dependabot/npm_and_yarn/js-yaml-3.13.1

Bump js-yaml from 3.12.1 to 3.13.1

e239067d1205ac8e6b9a4e803028af7147e8ad83 authored about 5 years ago by Tobias Koppers <[email protected]>
Merge pull request #71 from webpack/dependabot/npm_and_yarn/lodash-4.17.15

Bump lodash from 4.17.11 to 4.17.15

7e66c2a9ee56ef26b4f4f7ef5f05b3407b98a503 authored about 5 years ago by Tobias Koppers <[email protected]>
Merge pull request #70 from webpack/dependabot/npm_and_yarn/eslint-utils-1.4.3

Bump eslint-utils from 1.3.1 to 1.4.3

9586d4b63f4a8711dd278f445090df62deb66edb authored about 5 years ago by Tobias Koppers <[email protected]>
increase min node.js version to 10

365e97291472f7851ec73179303198fd50389e52 authored about 5 years ago by Tobias Koppers <[email protected]>
fix updateHash for Sources

db820f8afb8b065b261a91d6b8ef0ebdcdec4288 authored about 5 years ago by Tobias Koppers <[email protected]>
Bump js-yaml from 3.12.1 to 3.13.1

Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.12.1 to 3.13.1.
- [Release notes](http...

019273e378a1d6467ba72b3ea6c5abd1f4dbc517 authored about 5 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump lodash from 4.17.11 to 4.17.15

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.15.
- [Release notes](http...

c63635855daafd65c71817fcb8971c61dac36f36 authored about 5 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump eslint-utils from 1.3.1 to 1.4.3

Bumps [eslint-utils](https://github.com/mysticatea/eslint-utils) from 1.3.1 to 1.4.3.
- [Release...

d285ea3969c256263cff99d9bc79ed2bbb3db769 authored about 5 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #46 from webpack/next

Level up package (new major)

8a421da70c1fbe8ca292477dff1b65db1aa2d659 authored about 5 years ago by Tobias Koppers <[email protected]>
2.0.0-beta.4

b18dd96ae5f52a6907dc93e678b20a3fee43d219 authored over 5 years ago by Tobias Koppers <[email protected]>
Merge pull request #69 from webpack/compat/no-buffer

ensure compat with older webpack-sources versions

581701272e3094b2adb1dc3cdad194b5784422ab authored over 5 years ago by Tobias Koppers <[email protected]>
ensure compat with older webpack-sources versions which have no .buffer() function

f23cb321dc2df54ed71eda661894540378d97a74 authored over 5 years ago by Tobias Koppers <[email protected]>
2.0.0-beta.3

d240fb8092fd0a4e9c1b5ec72bbc3d54d41a338c authored over 5 years ago by Tobias Koppers <[email protected]>
Merge tag 'v1.4.3' into next

1.4.3

fcd3f2564fb63ba52e041efd1162a91077babe9b authored over 5 years ago by Tobias Koppers <[email protected]>
1.4.3

d9117497dfbac940c02aa97a6fe48af633154edc authored over 5 years ago by Tobias Koppers <[email protected]>
Merge pull request #68 from webpack/bugfix/prefix-newlines

fix prefix bug

b18c471266100888a1d93ed3d2bbbd8f603a85b3 authored over 5 years ago by Tobias Koppers <[email protected]>
fix prefix bug

f38483dd7e09acd7fca17787a03f6ee95868b02b authored over 5 years ago by Tobias Koppers <[email protected]>
2.0.0-beta.2

95c52e67c16671e6426a9176d36d8fae3d561c0b authored over 5 years ago by Tobias Koppers <[email protected]>
Merge tag 'v1.4.2' into next

1.4.2

08db2b8bdb0715c0e51ac602a17a3b2e49f7cee9 authored over 5 years ago by Tobias Koppers <[email protected]>
1.4.2

741de57fc86867e78e905a4dbc82e4b34873a02d authored over 5 years ago by Tobias Koppers <[email protected]>
Merge pull request #67 from webpack/bugfix/validate-name

only use name mapping when verified

1da412bf822ebe8833b7007863afe3caa6c62154 authored over 5 years ago by Tobias Koppers <[email protected]>
only use name mapping when verified

89ae5761fe57024715232678f35815dd268cb4e9 authored over 5 years ago by Tobias Koppers <[email protected]>
only use name mapping when verified

01dbcbd64b95d9bbdbe83a25c65f30dbe201204a authored over 5 years ago by Tobias Koppers <[email protected]>
Merge pull request #60 from webpack/dependabot/npm_and_yarn/eslint-4.18.2

Bump eslint from 3.19.0 to 4.18.2

2628f24e19e165b42058e5bde4586b7cdb110a3a authored over 5 years ago by Tobias Koppers <[email protected]>
Bump eslint from 3.19.0 to 4.18.2

Bumps [eslint](https://github.com/eslint/eslint) from 3.19.0 to 4.18.2.
- [Release notes](https:...

c6da302a3c33aa5efb6baac513a30823c69802d2 authored over 5 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #62 from webpack/dependabot/npm_and_yarn/handlebars-4.1.2

Bump handlebars from 4.0.10 to 4.1.2

d25bee09503021dd9f71681a8c36ce0575092268 authored over 5 years ago by Tobias Koppers <[email protected]>
Merge pull request #63 from webpack/dependabot/npm_and_yarn/tough-cookie-2.3.4

Bump tough-cookie from 2.3.2 to 2.3.4

25da6cad9f920c5bd9247cf342ef36f4b499a3aa authored over 5 years ago by Tobias Koppers <[email protected]>
Merge pull request #64 from webpack/dependabot/npm_and_yarn/lodash-4.17.15

Bump lodash from 4.17.4 to 4.17.15

c0de301cee2fe45223dec37f36eabe50ce0b67ce authored over 5 years ago by Tobias Koppers <[email protected]>
Merge pull request #61 from webpack/dependabot/npm_and_yarn/extend-3.0.2

Bump extend from 3.0.1 to 3.0.2

c92c14177f1ea5d94597ea5187dd8e3c467661be authored over 5 years ago by Tobias Koppers <[email protected]>
Merge pull request #59 from webpack/dependabot/npm_and_yarn/sshpk-1.16.1

Bump sshpk from 1.13.0 to 1.16.1

e5905bb604247c904f2182b616ec4f53e4948bd5 authored over 5 years ago by Tobias Koppers <[email protected]>
Bump handlebars from 4.0.10 to 4.1.2

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.0.10 to 4.1.2.
- [Release not...

c38a084af46d84119290c23614c6441411fa3e34 authored over 5 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #58 from webpack/dependabot/npm_and_yarn/is-my-json-valid-2.20.0

Bump is-my-json-valid from 2.16.0 to 2.20.0

fc17f71c14a78ddd3454a02b1788890e6cca33b5 authored over 5 years ago by Tobias Koppers <[email protected]>
Merge pull request #57 from webpack/dependabot/npm_and_yarn/stringstream-0.0.6

Bump stringstream from 0.0.5 to 0.0.6

5e31933b2adf234167bd379dedbcf127109738c5 authored over 5 years ago by Tobias Koppers <[email protected]>
Bump lodash from 4.17.4 to 4.17.15

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.4 to 4.17.15.
- [Release notes](https...

85783888143a1f586928778a0515ac108dba0246 authored over 5 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump tough-cookie from 2.3.2 to 2.3.4

Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 2.3.2 to 2.3.4.
- [Release...

1379960eb38446ab63b87ecd1a99ca491fd0e71a authored over 5 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump extend from 3.0.1 to 3.0.2

Bumps [extend](https://github.com/justmoon/node-extend) from 3.0.1 to 3.0.2.
- [Release notes](h...

058594bfb5ada7aabc87e0fee55c927e810c415f authored over 5 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump sshpk from 1.13.0 to 1.16.1

Bumps [sshpk](https://github.com/joyent/node-sshpk) from 1.13.0 to 1.16.1.
- [Release notes](htt...

5a82a6607397d2f90243f2cacec0bbe8cb393632 authored over 5 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump is-my-json-valid from 2.16.0 to 2.20.0

Bumps [is-my-json-valid](https://github.com/mafintosh/is-my-json-valid) from 2.16.0 to 2.20.0.
-...

5c4d581319b63b6da80e0b0c8b70e6aadffd6327 authored over 5 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump stringstream from 0.0.5 to 0.0.6

Bumps [stringstream](https://github.com/mhart/StringStream) from 0.0.5 to 0.0.6.
- [Release note...

911920dc4a97f8bd05d33ae3da917cc7dacf39d0 authored over 5 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge tag 'v1.4.1' into next

1.4.1

7ba205121c91bda479316ac2aa669f59e289fead authored over 5 years ago by Tobias Koppers <[email protected]>
1.4.1

47e5f6b7a2dcab49274611ec1f30e40c92b6cea8 authored over 5 years ago by Tobias Koppers <[email protected]>
Merge pull request #56 from webpack/bugfix/fix-crashes

remove default parameter, because of needed node.js support

9e6df26a6f84561c1aaeedaa9177a2059eebf515 authored over 5 years ago by Tobias Koppers <[email protected]>
remove default parameter, because of needed node.js support

avoid throwing when source is not in SourceMap

4c036a82673603932c9ede479073a89f6d217b79 authored over 5 years ago by Tobias Koppers <[email protected]>
Merge tag 'v1.4.0' into next

1.4.0

e683e67035f9051e6aa80620ac5fd20a40d6bf05 authored over 5 years ago by Tobias Koppers <[email protected]>
1.4.0

dd11ce64012927058a87b805b2c0dffd9f6641b4 authored over 5 years ago by Tobias Koppers <[email protected]>
Merge pull request #53 from webpack/feature/nested-source-map-identify

improve SourceMapSource nested mapping with identity mapping support

cf09debb5bc4026bcd86292b5ed94a35a4e2c0d3 authored over 5 years ago by Tobias Koppers <[email protected]>
improve SourceMapSource nested mapping with identity mapping support

1030f64097eb63fa4fc3223168c5f2a4e568cc48 authored over 5 years ago by Tobias Koppers <[email protected]>
Merge pull request #54 from webpack/ci/drop-node-4

drop node.js 4 CI build as yarn doesn't support node.js 4

6bdea1421e8f7c6377538a950f1697f662ecc855 authored over 5 years ago by Tobias Koppers <[email protected]>
drop node.js 4 CI build as yarn doesn't support node.js 4

654c749777a31bf10271be4ab73381624fd73cf5 authored over 5 years ago by Tobias Koppers <[email protected]>
docs: fix typo of sourceAndMap return value in readme (#49)

b9529e9477e02b721e7ae5707ae9650f4f9ef728 authored over 5 years ago by Hieu Lam <[email protected]>
2.0.0-beta.1

e3fb93fe5b8a7799cc6fcdcbdc271d11effc271a authored almost 6 years ago by Tobias Koppers <[email protected]>
add faster buffer method to ConcatSource

49fb1320df6f485153eeeacadaf598ede563ab4a authored almost 6 years ago by Tobias Koppers <[email protected]>
2.0.0-beta.0

6438e9022885426431f581c8437855d17b6e0e44 authored almost 6 years ago by Tobias Koppers <[email protected]>
Level up package

API:
add `buffer` method to Source
remove node and listNode methods from public API
remove LineT...

993d98fdece701ca8373356fd56afe373f8ae84a authored almost 6 years ago by Tobias Koppers <[email protected]>
Merge pull request #43 from michael-ciniawsky/chore/console

chore(SourceAndMapMixin): remove auxiliary `console.log` statement

7f952e3a840c07a94491af650bd7eb77507d3fd4 authored almost 6 years ago by Tobias Koppers <[email protected]>
doc: fix typo in README

3feb01884cf7046903cdd868cd56547847551b40 authored about 6 years ago by Evilebot Tnawi <[email protected]>
Fix typo mulitple -> multiple

4a3122f375e34ef8d93a697b3bce165e8a9133ea authored about 6 years ago by swamp09 <[email protected]>
Merge pull request #42 from AndyBitz/support-for-binary-files

Support for binary files

1f11ae4acc808a5dcbd5c4507bcc339c1eb0023b authored about 6 years ago by Tobias Koppers <[email protected]>
chore(SourceAndMapMixin): remove auxiliary `console.log` statement

c7f71375fa66385cea0ce97ae79f46f3a4c643a2 authored about 6 years ago by Michael Ciniawsky <[email protected]>
Don't call source() if it is cached

a366b80c63a3a0709cde2ea2bc239edc19e3ac34 authored over 6 years ago by Andy Bitz <[email protected]>
Correct support for older node versions

a829b0f52625dfedb0f56eedc0a9bc9f2a12f8df authored over 6 years ago by Andy Bitz <[email protected]>
Support for older node versions

ca4d94b95808e1ea8062d6552561ccf318ad2a7d authored over 6 years ago by Andy Bitz <[email protected]>
Use Buffer.from().length instead to get the length; Fixes #18

55c06b9f7ae6f8ff09aa8f2cc334c2096c419549 authored over 6 years ago by Andy Bitz <[email protected]>
Added missing type in readme

2bd451eab2d6d6bcab49ecb5515d636a47490273 authored over 6 years ago by Andy Bitz <[email protected]>
Added more tests to CachedSource.js

7976d4203ef51b68e18d9eb5ae917b170ed45051 authored over 6 years ago by Andy Bitz <[email protected]>