88 Commits

Author SHA1 Message Date
guybedford
3df9efb922 instantiate plugin as default export 2017-01-23 10:38:16 +02:00
guybedford
4b73d6d4a9 document registerKey argument 2017-01-23 10:38:16 +02:00
guybedford
72d9093c01 ensure instantiate plugin can call loader.register 2017-01-23 10:38:16 +02:00
guybedford
216eb20f48 clarify compiler / instantiate plugin differences 2017-01-23 10:38:16 +02:00
guybedford
9e319675ec documentation updates 2017-01-23 10:38:16 +02:00
Benjamin Strauß
fc69bccec2 add missing return value to documentation of SystemJS.delete 2016-11-26 20:31:26 +01:00
guybedford
e56462afba system api adjustment 2016-11-26 12:03:05 +02:00
Benjamin Strauß
f7b8a400c6 change register/registerDynamic back to System object 2016-11-25 22:39:36 +01:00
Benjamin Strauß
291b116a63 update docs to use SystemJS object 2016-11-24 23:47:11 +01:00
Laoujin
9a66cd786f docs/config-api: babelOptions: stage no longer exists; replaced example with 'presets' 2016-10-05 14:54:27 +02:00
John Pizzo
e554db6ad5 Updates broken link in config api readme 2016-09-08 17:37:04 -04:00
guybedford
4ee3698b56 document @node/x requires 2016-06-24 13:45:53 +02:00
Peter Uithoven
46dd9446a0 Further clarification 2016-06-22 16:46:59 +02:00
Peter Uithoven
425a3431f5 Clarify scriptLoad
Attempt to clarify value of `scriptLoad` meta docs.
2016-06-22 16:29:20 +02:00
Surma
8e34a0945e Mention importScripts() for the scriptLoad option 2016-06-16 11:47:26 +02:00
Daniel Rosenwasser
6227ce9aee Update TypeScript's compiler options link. 2016-03-30 09:48:22 -07:00
Benjamin Lupton
254fd72544 Update module-formats.md
Updated usage of the old `es6` to the new `esm` as noted only a few lines higher
2016-03-08 14:39:41 +08:00
Aliaksei Sapach
4268d50f46 added documentation on scriptLoad and crossOrigin meta options 2016-03-03 21:30:17 +03:00
Sean Anderson
8809eb9958 Plural behaviors
Make the plurality match 'are'. I suppose that behavior/is would also be correct, but IMO it doesn't read well.
2015-12-28 12:44:13 -08:00
Sean Anderson
a3c3a085c0 Grammar 2015-12-22 12:18:10 -08:00
Sean Anderson
195d924296 Fix broken url
Remove the c from 'w3c.org' to resolve nonce url properly
2015-12-09 10:03:22 -08:00
guybedford
89edfc43ae rename package modules back to meta 2015-12-05 13:14:51 +02:00
Guy Bedford
3106eac5da note webworkers global cases 2015-11-16 17:39:35 +02:00
Guy Bedford
d6cf84a97f Update system-api.md 2015-10-28 12:14:21 +02:00
guybedford
a230b70dbe correct css example 2015-10-27 14:09:12 +02:00
Srinivas
00a88fafaa Update config-api.md
SyntaxError is fixed
2015-10-25 18:49:21 +05:30
guybedford
04f684d4e1 update production config examples 2015-10-24 19:16:57 +02:00
guybedford
e69315e7a9 clarify defaultExtension package docs 2015-10-24 16:31:04 +02:00
Guy Bedford
f2bf8bc184 plugin docs updates 2015-10-18 21:27:56 +02:00
guybedford
66e9876021 fix meta link 2015-10-08 18:57:57 +02:00
guybedford
d6bc16eb3a meta docs fix 2015-10-08 17:24:16 +02:00
guybedford
175cae9ce7 rename package meta to modules #816 2015-10-08 14:29:43 +02:00
guybedford
2cb06adbc5 document relative dynamic loading 2015-09-18 17:28:28 +02:00
Guy Bedford
cc38ed243d CSP global note 2015-09-05 14:40:51 +02:00
guybedford
ad6758c202 document esmExports 2015-08-26 21:44:59 +02:00
Guy Bedford
3c1511a776 fix clone example 2015-08-21 18:16:03 +02:00
guybedford
83935456a4 syntax corrections 2015-08-17 23:41:33 +02:00
guybedford
2f72856e7a tweak meta formatting 2015-08-17 23:40:43 +02:00
guybedford
cc3ade4cc6 update meta property descriptions 2015-08-17 23:39:14 +02:00
Matthew Justin Bauer
8b45eb747c Document meta configuration.
meta properties of "nonce" and "integrity" are documented in docs/config-api.md.
2015-08-17 15:50:24 -05:00
Guy Bedford
01f4b15fd5 Merge pull request #702 from peteruithoven/patch-8
Add CSP link
2015-08-15 20:06:10 +02:00
Peter Uithoven
e0a8f6658b Add CSP link 2015-08-13 22:10:51 +02:00
Peter Uithoven
82fdb5e01f Add CSP link 2015-08-13 22:06:05 +02:00
Peter Uithoven
355452b356 Docs module formats globals additions 2015-08-13 18:23:26 +02:00
Guy Bedford
3aec2f931d Merge pull request #674 from peteruithoven/patch-3
Doc: Config meta properties
2015-08-13 18:10:11 +02:00
Peter Uithoven
0d2ddb0d16 Docs: meta config globals improvements
Meta globals config support fix
2015-08-13 18:01:01 +02:00
Peter Uithoven
b2ce64c569 Docs: meta config globals improvements
Clarifying meta globals config support
2015-08-13 17:53:29 +02:00
Peter Uithoven
bf6802ca56 Docs module formats link fixes 2015-08-13 17:34:25 +02:00
Peter Uithoven
a113ed4abf Docs meta config globals improvements 2015-08-13 17:28:54 +02:00
Peter Uithoven
d7f4345ee4 Docs: packages meta path
Clarifying that meta paths are subpaths within package paths.
See: https://github.com/systemjs/systemjs/issues/692
2015-08-13 17:00:29 +02:00