Ecosyste.ms: OpenCollective

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

SystemJS

JavaScript Module Loader
Collective - Host: opensource - https://opencollective.com/systemjs - Code: https://github.com/systemjs/systemjs

Replaced arrow function with function. (#2077)

github.com/systemjs/systemjs - 338acddf5927f6f5f0c077f000cd69c3781eee23 authored about 5 years ago
6.1.5 changelog

github.com/systemjs/systemjs - dbdd9c7c78544c4c131461b287f8112aae2df9f7 authored about 5 years ago
Fixing bug where named-exports didn't work on named registers. Resolves #2073. (#2074)

* Fixing bug where named-exports didn't work on named registers. Resolves #2073.

* Comment

...

github.com/systemjs/systemjs - 5338b4bb02916de94349a4fe5e963e93143486ff authored about 5 years ago
Update README.md (#2065)

minor spelling change

github.com/systemjs/systemjs - 5091dab28b3c5ebbeb6524c5959ab57de2caf2bf authored about 5 years ago
note registry API

github.com/systemjs/systemjs - 00044e176e58e686e0ad7d380a12506628151de1 authored about 5 years ago
remove jspm system cdn from community projects

github.com/systemjs/systemjs - cd1709bb3fd1e738e585439dc836503908ed8376 authored about 5 years ago
Fix typo (#2061)

github.com/systemjs/systemjs - 762f46db81b55e48891b42e7a97af374478e9cf7 authored over 5 years ago
note named registration

github.com/systemjs/systemjs - e5730dfe2709a41a927d175c6b0637483719a452 authored over 5 years ago
Support registry delete returning update function (#2020)

github.com/systemjs/systemjs - 85eb636f46dc4b4a37ffe65affa9e87cfb54d654 authored over 5 years ago
Docs deprecate use-default (#2052)

github.com/systemjs/systemjs - 7aa995996319dc86bf5598f952620ca6c16f0ca1 authored over 5 years ago
Update examples to use System.import (#2044)

github.com/systemjs/systemjs - 069a17ad9198f5f7d263123a6343985d580696c3 authored over 5 years ago
fix(compat): allow global import on IE when using iframes (#2035)

github.com/systemjs/systemjs - 94c9cae09569cd373b85984270796f14fbeacdf7 authored over 5 years ago
Removing unneeded console.log (#2046)

github.com/systemjs/systemjs - 24746f9e4edb14a4d26792cfffc295013e87f7a8 authored over 5 years ago
Docs: synchronus resolve (#2050)

github.com/systemjs/systemjs - 16b53fbe2106d6ecfefbf6bb14ff668e699f0bb1 authored over 5 years ago
clean up extras

github.com/systemjs/systemjs - 13821448933269533e6cf524d0b6cf16584a9a7d authored over 5 years ago
Access the `System` variable through `global` in Extras (#2043)

github.com/systemjs/systemjs - 45e4297b7f0b9fbcd2725793f1cb9a003d6b72e4 authored over 5 years ago
Fix for named-register extra. Resolves #2040. (#2042)

* Fix for named-register extra. Resolves #2040.

* Guy's feedback

github.com/systemjs/systemjs - 5d12e50d2b35d40f15a30f08c7929c60d9c226ce authored over 5 years ago
handle resolution of relative URLs LHS in import maps (#2039)

github.com/systemjs/systemjs - 958aa919aa8dabe6cdbbc8b7da7e9d5366ded4bd authored over 5 years ago
Updating CHANGELOG.md

github.com/systemjs/systemjs - e7af7c9d543fc6fc25e6ff8674b0051a2f748d82 authored over 5 years ago
Replace querySelectorAll.forEach with Array.prototype.forEach (#2033)

github.com/systemjs/systemjs - 8c2a05d27d677dcd79b7427c9a146e303492d9e6 authored over 5 years ago
Fixing bug with AMD extra. Resolves #2026. (#2029)

github.com/systemjs/systemjs - 82a829e006298b175dfa94452e27cd099598a7c3 authored over 5 years ago
Patching prepareImport before loading script modules. Resolves #2024. (#2025)

github.com/systemjs/systemjs - a40a82e36d43533393dc7514cb39a33a0f1c50b6 authored over 5 years ago
Removing import statement from module-types extra. Resolves #2027. (#2028)

github.com/systemjs/systemjs - 091409c9d505dca4ab88a446c3c84a1b54b05407 authored over 5 years ago
Adding link to systemjs-webpack-interop (#2023)

github.com/systemjs/systemjs - c08c92dcdb0850b999b6cf4c180702e01ae8b04d authored over 5 years ago
Merge branch '6.x'

github.com/systemjs/systemjs - f8e7b974036cbeda3b10810ad2d4805e6b13d7c6 authored over 5 years ago
Update docs to use systemjs-importmap (#2017)

github.com/systemjs/systemjs - 3d3b33807613dbe1fab8a51cdd8850f3592ce456 authored over 5 years ago
Loading type=systemjs-module scripts. Resolves #2002. (#2015)

github.com/systemjs/systemjs - 1b5a2bdcc859924863ae51ec4f6ec32eb2beacb9 authored over 5 years ago
readme adjustments

github.com/systemjs/systemjs - 2fa36c8ea4534be51eebfb3648276614928140b0 authored over 5 years ago
Cascading import maps implementation (#2009)

github.com/systemjs/systemjs - e6bd2d3e1528712b74459c460d33fc087b64a241 authored over 5 years ago
Module Types Extra (#2006)

github.com/systemjs/systemjs - 36854be097a3b62fec676691df0a39b1c1cb8a51 authored over 5 years ago
include file extension notes with table (#2004)

github.com/systemjs/systemjs - 79cb488ec6077cf755c70060ec7f538b627103f7 authored over 5 years ago
Update module type docs (#2003)

github.com/systemjs/systemjs - 08bd0c9d6c134257d587689212d9abf68e04e53f authored over 5 years ago
replace substr with slice (#2001)

github.com/systemjs/systemjs - 223bf389d82a35a5adf843a4948297993cff1b47 authored over 5 years ago
Reserve html modules for future implementation. See #1992. (#2000)

github.com/systemjs/systemjs - fc0cf78c6ac2642891fb3f6897d5bf98d9cf05a7 authored over 5 years ago
Implement loading of CSS Modules. Resolves #1991. (#1997)

github.com/systemjs/systemjs - df3ac1955b7ae247d7156418435f954cd55e7677 authored over 5 years ago
Add deps argument to onload hook (#1998)

github.com/systemjs/systemjs - c0226a86b5e6cf36ea8af1d1d18748b809acbaa9 authored over 5 years ago
remove unused benchmarks

github.com/systemjs/systemjs - 9db22f7b9cc5c6c369f9cd11a63490484388ada7 authored over 5 years ago
Changing System.resolve to be synchronous. Resolves #1985. (#1996)

github.com/systemjs/systemjs - 3b62497acd5d74134dae8f527d728f4ae8517c4b authored over 5 years ago
Supporting System.import for a single named System.register module (#1984)

github.com/systemjs/systemjs - 06dadee7f724682d6c4d3c456f8095eccdef23c9 authored over 5 years ago
New community projects section (#1994)

github.com/systemjs/systemjs - 68d8782d6f37aa5e2b646f604b1f8e993eff481f authored over 5 years ago
Fixing named-exports to not alter default export. (#1983)

* Fixing named-exports to not alter default export.

* Semicolon

github.com/systemjs/systemjs - 41fc17c5bcd120c2d75113e2535e28ccdf94a352 authored over 5 years ago
fixup importmap test

github.com/systemjs/systemjs - cbde6505035e6d7852ccdaabc65ddf79c8c14b13 authored over 5 years ago
Resolve scopes relative to import map base (#1975)

github.com/systemjs/systemjs - cde15c803aba1f851bc35577e825972cc9f64a29 authored over 5 years ago
fixup named exports extra for amd exports (#1978)

github.com/systemjs/systemjs - 89731e8e71fd7d1d551e63f4cb78aa09ee607d82 authored over 5 years ago
fix(extras): avoid to check frames in global import

github.com/systemjs/systemjs - 9da282eb6dfff5f75384d3f81fd402c66fdf6ff3 authored over 5 years ago
Include CSS extra

github.com/systemjs/systemjs - d615254e2145dea7ed637f9c017b166b0c7938e3 authored over 5 years ago
Fixed typo (#1970)

github.com/systemjs/systemjs - 6a8aeb7a2a58db39129bfbf1d4376e855013236d authored over 5 years ago
Creating a new extra called "import-use-default". Resolves #1967. (#1969)

* Creating a new extra called "import-use-default". Resolves #1967.

* Guy's feedback

* Upd...

github.com/systemjs/systemjs - 67e8da6f889ff4a86e5bc73a38ea890dbd97bf6c authored over 5 years ago
changelog major releases in bold

github.com/systemjs/systemjs - 2432d47a632f7db1af02c834ccde5f648903c4de authored over 5 years ago
Fix ReferenceError. Resolves #1965. (#1966)

github.com/systemjs/systemjs - 21933c378d2750e187699c5e7be2aea8eab57833 authored over 5 years ago
Fix typo in Changelog

github.com/systemjs/systemjs - a418682edd56a1b8321ee70434c0a131a2f71d77 authored over 5 years ago
Using substr instead of endsWith. Resolves #1962. (#1963)

github.com/systemjs/systemjs - c22fc675f308ba53a3bba41a1414a7d1cdf4ed4d authored over 5 years ago
Fix for System.import() rejecting for other script's errors. Resolves #1960 (#1961)

github.com/systemjs/systemjs - 1a5e951b8117d847a69093ada20cc08811957435 authored over 5 years ago
note JSON module support in readme

github.com/systemjs/systemjs - feb1775e33c9183d46a80a72bec9ac55bdda21bb authored over 5 years ago
json modules deferred parse, tests

github.com/systemjs/systemjs - f0d99c13d1a0da34fc9e1e9f7b8475fb81860c23 authored over 5 years ago
support amd importing esm through __useDefault pattern (#1941)

github.com/systemjs/systemjs - 2ee278189bab621e03998a479f6da61eadedbd9a authored over 5 years ago
Implementing loading JSON modules. Resolves #1949. (#1950)

github.com/systemjs/systemjs - 0e491a3b4798cfcfad35f0a05c4cac4abad5db3b authored over 5 years ago
Switching from new Error() -> Error() to save bytes. (#1951)

github.com/systemjs/systemjs - 18cbc5b3581b77dec328960a346abefee0c5807e authored over 5 years ago
Take base href into account when creating baseUrl (#1957)

* Take base href into account when creating baseUrl

* Add a test for base href logic

github.com/systemjs/systemjs - 17ae8b7822830bba10afc374b26c161c2e246bd4 authored over 5 years ago
update jspm notes

github.com/systemjs/systemjs - 3616ff8d24be85a1fe10d3f34add3c78e8695f7a authored almost 6 years ago
add type: module

github.com/systemjs/systemjs - ede63a851290a3c6a6899cbaa69c29f83b797bcd authored almost 6 years ago
fixup import maps in ie11

github.com/systemjs/systemjs - 2cd549b68824447af00498513438ad77c5813341 authored almost 6 years ago
Fixing IE11 compatibility for System.entries(). Resolves #1935. (#1936)

* Fixing IE11 compatibility for System.entries(). Resolves #1935.

* Guy's feedback

github.com/systemjs/systemjs - 4c2ec2f6f6a66229911d27fc1c5c45da082a1bc6 authored almost 6 years ago
possible amd define mutation bug fix

github.com/systemjs/systemjs - 0ec9da6b46d38da3813357124202b4c43da729d6 authored almost 6 years ago
update amd splice exports test with two dependencies

github.com/systemjs/systemjs - af700ef99ea390a4d7eee483f1df6c888f1230a0 authored almost 6 years ago
include worker support in s.js

github.com/systemjs/systemjs - cbea1530a194d77032f1799a50975b498e3bb41f authored almost 6 years ago
amd, test fixup

github.com/systemjs/systemjs - e2978d1aa92c512f6a8b8c4eec297633f4819046 authored almost 6 years ago
fix ie11, remove object shorthand

github.com/systemjs/systemjs - 551b2e8ec7bda18ba6454a6e30f83fe8d04ebaaf authored almost 6 years ago
Remove unneeded parentheses (#1930)

Removed unneeded parentheses from ```System.entries``` example, in order to work as expected.

github.com/systemjs/systemjs - 63c5a289465aeeaecdc6b121bcd5feea4b37ad23 authored almost 6 years ago
Updating webpack documentation (#1929)

* Updating webpack documentation

* Update README.md

github.com/systemjs/systemjs - b32bfd810dfec35acd4419f5c5d755aa47323a12 authored almost 6 years ago
fixup async failure case bug

github.com/systemjs/systemjs - c274caa172b03b24cba57f907b6adb2c35cd6f4b authored almost 6 years ago
update webpack status

github.com/systemjs/systemjs - a87456b78f52e1046f94383f3300aebbe525392a authored almost 6 years ago
ensure correct handling of loading and errored records

github.com/systemjs/systemjs - 1af0f13f58a1b40c608ed9f49b831c7a77234a51 authored almost 6 years ago
update import maps load order docs

github.com/systemjs/systemjs - c58c0fa8203188d2f220ba69f5c258f5140d0118 authored almost 6 years ago
update iterator handling

github.com/systemjs/systemjs - 532fdbddede7c2b7664f4897e31da742e7e1094c authored almost 6 years ago
Supporting late import maps. Resolves #1916. (#1922)

github.com/systemjs/systemjs - 26673d820116293c6ab71c9b26f7eb54c72cf9c0 authored almost 6 years ago
Making the registry iterable. See #1918. (#1919)

github.com/systemjs/systemjs - 984dcd1c0fe8a83f83165294546108b87cebc302 authored almost 6 years ago
fixup non-tracing async exec bug

github.com/systemjs/systemjs - cc44badb9545182b1d121dd5c06f50ccd3079e23 authored almost 6 years ago
Fixed typo (#1923)

Fixed typo

github.com/systemjs/systemjs - b2c2a050aa0def927b122eb95e4e278489a819cc authored almost 6 years ago
update scopes examples to use trailing slash

github.com/systemjs/systemjs - a5d62bec594fb3f6a5b65da372806e5cf10151ed authored almost 6 years ago