GitHub / ModuleLoader/es-module-loader / commits
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| 84ab3753 | test updates, pending fixes | guybedford <g****d@g****m> | about 10 years ago | |
| 886a6cc9 | use async fns in tests, resolve adjustments, further test population | guybedford <g****d@g****m> | about 10 years ago | |
| 80871b52 | ensure consistent test ordering | guybedford <g****d@g****m> | about 10 years ago | |
| dc1c6214 | readme updates, test renames | guybedford <g****d@g****m> | about 10 years ago | |
| 77cdb2ce | loader api tests | guybedford <g****d@g****m> | about 10 years ago | |
| f968a272 | processRegisterQueue -> processRegisterContext | guybedford <g****d@g****m> | about 10 years ago | |
| eda4135c | spec notes | guybedford <g****d@g****m> | about 10 years ago | |
| 7108188a | pad out loader API docs | guybedford <g****d@g****m> | about 10 years ago | |
| 1eeda4f6 | process register queue eagerly where possible, PrivateInternalModuleNamespace... | guybedford <g****d@g****m> | about 10 years ago | |
| e89f1e07 | scriptSrc fix | guybedford <g****d@g****m> | about 10 years ago | |
| 2d95d051 | readme updates | guybedford <g****d@g****m> | about 10 years ago | |
| b6591e5b | installation instruction | guybedford <g****d@g****m> | about 10 years ago | |
| 75d455dd | further readme clarifications | guybedford <g****d@g****m> | about 10 years ago | |
| b298b24e | more readme updates | guybedford <g****d@g****m> | about 10 years ago | |
| 8091d4b7 | fix up headings | guybedford <g****d@g****m> | about 10 years ago | |
| 70983be4 | readme update for new minimal api | guybedford <g****d@g****m> | about 10 years ago | |
| f9d842fb | fix travis build | guybedford <g****d@g****m> | about 10 years ago | |
| 7561d434 | envGlobal rename | guybedford <g****d@g****m> | about 10 years ago | |
| 52e3c711 | envGlobal -> global | guybedford <g****d@g****m> | about 10 years ago | |
| a4015a50 | envFetch as a named export | guybedford <g****d@g****m> | about 10 years ago | |
| 8c1c3d4b | move module scripts to separate browser loader example | guybedford <g****d@g****m> | about 10 years ago | |
| 1a967cf1 | ensure trailing slash for dot-ending relative resolutions | guybedford <g****d@g****m> | about 10 years ago | |
| 1ec31750 | separate out node-es-module-loader as its own package | guybedford <g****d@g****m> | about 10 years ago | |
| 1a9cbe65 | fix travis badge | guybedford <g****d@g****m> | about 10 years ago | |
| badf8833 | update node loader caveats | guybedford <g****d@g****m> | about 10 years ago | |
| 7e7aba59 | loader-node-babel -> loader-node | guybedford <g****d@g****m> | about 10 years ago | |
| f7278eff | Node 4 support | guybedford <g****d@g****m> | about 10 years ago | |
| 167c7677 | turn loader-node-babel into proper Node loader, add a bin | guybedford <g****d@g****m> | about 10 years ago | |
| 579e835b | merge Merge pull request #513 from probins/patch-1 |
Guy Bedford <g****d@g****m>
Committed by: GitHub <n****y@g****m> |
about 10 years ago | |
| 47078c25 | Add 8.4.2 comment (Module.prototype = null) |
Peter Robins <g****b@p****k>
Committed by: GitHub <n****y@g****m> |
about 10 years ago | |
| 918ef673 | fix up travis | guybedford <g****d@g****m> | about 10 years ago | |
| c782a2ff | plain backtracking range exceptions | guybedford <g****d@g****m> | about 10 years ago | |
| 837793cf | url test completion, benchmarking | guybedford <g****d@g****m> | about 10 years ago | |
| bcb53673 | include url tests | guybedford <g****d@g****m> | about 10 years ago | |
| 566b7868 | sourcemaps fixes | guybedford <g****d@g****m> | about 10 years ago | |
| 1b26dd0a | local babel loader with execution tests, various fixes | guybedford <g****d@g****m> | about 10 years ago | |
| 8e2091dc | merge Merge pull request #512 from probins/patch-1 |
Guy Bedford <g****d@g****m>
Committed by: GitHub <n****y@g****m> |
about 10 years ago | |
| c3e57c65 | Fix module-scripts.js removeListener |
Peter Robins <g****b@p****k>
Committed by: GitHub <n****y@g****m> |
about 10 years ago | |
| 1bff6dcb | build fix and feedback | guybedford <g****d@g****m> | about 10 years ago | |
| 306bdbc8 | readme padding | guybedford <g****d@g****m> | about 10 years ago | |
| 5339ca8a | tweak, simple readme | guybedford <g****d@g****m> | about 10 years ago | |
| fbd26367 | new loader build | guybedford <g****d@g****m> | about 10 years ago | |
| 0855e71c | merge Merge pull request #475 from ModuleLoader/update-node-versions | Guy Bedford <g****d@g****m> | over 10 years ago | |
| 60e81158 | merge Merge pull request #469 from ModuleLoader/strict-correctness | Guy Bedford <g****d@g****m> | over 10 years ago | |
| 9f324ba8 | merge Merge branch '1.0' into strict-correctness | Joel Denning <j****g@g****m> | over 10 years ago | |
| f939a014 | Fixing tests to use the declarative instead of dev builds | Joel Denning <j****g@g****m> | over 10 years ago | |
| 201e3d66 | Only testing on node versions 0.12 and 4.1. Fixes #470 | Joel Denning <j****g@g****m> | over 10 years ago | |
| 0c954cdd | Switching to two builds: declarative and production | Joel Denning <j****g@g****m> | over 10 years ago | |
| 22d6c0ce | merge Merge pull request #468 from ModuleLoader/ie8 | Guy Bedford <g****d@g****m> | over 10 years ago | |
| 5c2e5312 | Adding preprocessor step to remove out strict correctness in production envir... | Joel Denning <j****g@g****m> | over 10 years ago | |
| 40b5d4ba | Adding missing comma | Joel Denning <j****g@g****m> | over 10 years ago | |
| a6a95c4c | Removing support for IE8 | Joel Denning <j****g@g****m> | over 10 years ago | |
| 00463968 | merge Merge pull request #462 from ModuleLoader/registry | Joel Denning <j****g@g****m> | over 10 years ago | |
| f59aabdb | Switching from this._registry.registryMap to just this.registryMap | Joel Denning <j****g@g****m> | over 10 years ago | |
| 1f1ea4ca | Switching to a simpler implementation of Registry objects | Joel Denning <j****g@g****m> | over 10 years ago | |
| dc16d402 | Pulling out feature checking for native map, and also removing dead code as s... | Joel Denning <j****g@g****m> | over 10 years ago | |
| 1b441f83 | Updating based on the pr's feedback. Also fixing some bugs and adding more te... | Joel Denning <j****g@g****m> | over 10 years ago | |
| f0c0135f | Fixing a bug in the iterator polyfill, and now throwing errors if trying to i... | Joel Denning <j****g@g****m> | over 10 years ago | |
| 28ae33da | Fixing reference to Map so that it doesn't throw exceptions in old browsers | Joel Denning <j****g@g****m> | over 10 years ago | |
| 975b60cd | Removing es6-map dependency in favor of a lightweight implementation of some ... | Joel Denning <j****g@g****m> | over 10 years ago | |
| c071f92f | Implementing the new functions on the Registry object | Joel Denning <j****g@g****m> | over 10 years ago | |
| f25255ee | merge Merge pull request #460 from ModuleLoader/registry-getter | Guy Bedford <g****d@g****m> | over 10 years ago | |
| 3e2bf6e5 | Implemented 3.3.5 - the getter for a loader's registry. | Joel Denning <j****g@g****m> | over 10 years ago | |
| 6eea7de5 | merge Merge pull request #451 from ModuleLoader/uninstall-and-cancel | Guy Bedford <g****d@g****m> | almost 11 years ago | |
| 6f3f6d53 | Adding module name to TypeError message | Joel Denning <j****g@g****m> | almost 11 years ago | |
| 7ab68417 | Fixing TypeError messages to be consistent and brief | Joel Denning <j****g@g****m> | almost 11 years ago | |
| 0a73505e | Moving uninstall and cancel functions to Registry prototype | Joel Denning <j****g@g****m> | almost 11 years ago | |
| b19900be | merge Merge pull request #447 from joeldenning/remove-unnecessary-check | Guy Bedford <g****d@g****m> | almost 11 years ago | |
| 92baae22 | Remove unnecessary module instanceof Module check (not in spec) | Joel Denning <j****g@g****m> | almost 11 years ago | |
| 1c80d1db | merge Merge pull request #446 from joeldenning/lookup-and-install | Guy Bedford <g****d@g****m> | almost 11 years ago | |
| 143ca751 | Removing Loader.prototype.install and Loader.prototype.lookup and putting the... | Joel Denning <j****g@g****m> | almost 11 years ago | |
| 078ef097 | merge Merge pull request #439 from joeldenning/registry-constructor | Guy Bedford <g****d@g****m> | almost 11 years ago | |
| 69e99f30 | use exact firefox version | guybedford <g****d@g****m> | almost 11 years ago | |
| 7876ce7e | test firefox 42 | guybedford <g****d@g****m> | almost 11 years ago | |
| fb88ecd7 | test ie | guybedford <g****d@g****m> | almost 11 years ago | |
| 12b54bcd | merge Merge branch 'registry-constructor' of github.com:joeldenning/es6-module-load... | guybedford <g****d@g****m> | almost 11 years ago | |
| 898b54b2 | Enabling native-iterator tests and fixing karma.conf | Joel Denning <j****g@g****m> | almost 11 years ago | |
| ec6d38bf | use valid platform for testing | guybedford <g****d@g****m> | almost 11 years ago | |
| e20a5a92 | Adding travis/sauce-labs/karma configuration for supporting tests that use th... | Joel Denning <j****g@g****m> | almost 11 years ago | |
| d8cfa4a7 | Addressing Guy's feedback | Joel Denning <j****g@g****m> | almost 11 years ago | |
| 676797c5 | Started work on Registry constructor, including making instances iterable | Joel Denning <j****g@g****m> | almost 11 years ago | |
| 3ca882e0 | merge Merge pull request #437 from joeldenning/update-numbering | Guy Bedford <g****d@g****m> | almost 11 years ago | |
| e47754bc | Updating numbering throughout, and rearranging code so the numbers are sequen... | Joel Denning <j****g@g****m> | almost 11 years ago | |
| eb21779c | merge Merge pull request #435 from joeldenning/remove-sans-promises | Guy Bedford <g****d@g****m> | almost 11 years ago | |
| 995af5c6 | Removing the sans-promises files, since they are not in the master branch and... | Joel Denning <j****g@g****m> | almost 11 years ago | |
| 6dbdd3b6 | merge Merge pull request #391 from probins/patch-2 | Guy Bedford <g****d@g****m> | about 11 years ago | |
| 8e787b38 | Explanatory text for 1.0 readme | Peter Robins <g****b@p****k> | about 11 years ago | |
| 4f75cd0f | dist build | guybedford <g****d@g****m> | over 11 years ago | |
| 34c163ec | allow generic wildcards | guybedford <g****d@g****m> | over 11 years ago | |
| 51cd76af | port 0.17 updates | guybedford <g****d@g****m> | over 11 years ago | |
| d3e3d9d2 | minor url corrections, normalize tests in Node | guybedford <g****d@g****m> | over 11 years ago | |
| c09b5a28 | fixes #342 | guybedford <g****d@g****m> | over 11 years ago | |
| daaa1e24 | port windows URL fix | guybedford <g****d@g****m> | over 11 years ago | |
| 76cbbe5b | transpiler loading as modules port from master | guybedford <g****d@g****m> | over 11 years ago | |
| 4396e620 | create dev and production builds | guybedford <g****d@g****m> | over 11 years ago | |
| 1fc6a108 | parse -> transpile | guybedford <g****d@g****m> | over 11 years ago | |
| 32613d2a | spec updates | guybedford <g****d@g****m> | over 11 years ago | |
| 7c08bc6e | note subclassing caveat | guybedford <g****d@g****m> | over 11 years ago | |
| 8b3edbc6 | 0.16.1 | guybedford <g****d@g****m> | over 11 years ago | |
| 40286936 | support transpiler map config | guybedford <g****d@g****m> | over 11 years ago |