summaryrefslogtreecommitdiff
path: root/doc/api/esm.md
Commit message (Expand)AuthorAgeFilesLines
* doc: fix file extension on ESM file exampleEric Whitebloom2019-01-281-1/+1
* doc,lib,test: capitalize comment sentencesRuben Bridgewater2018-12-251-1/+1
* esm: provide named exports for builtin libsGus Caplan2018-05-111-3/+30
* doc: add more missing backticksVse Mozhet Byt2018-05-031-2/+2
* doc: unify more headingsVse Mozhet Byt2018-04-161-2/+5
* doc: add missing type=misc top commentsVse Mozhet Byt2018-04-141-0/+1
* doc: fix various nitsVse Mozhet Byt2018-04-041-7/+7
* doc: replace to Node.jsYuta Hiroto2018-03-061-2/+2
* doc: add new documentation lint ruleestrada91662018-02-231-1/+2
* doc: enable eslint prefer-template ruleRuben Bridgewater2018-02-221-2/+2
* module: support main w/o extension, pjson cacheGuy Bedford2018-02-141-4/+12
* lib,doc: revert format name to cjs over commonjsGuy Bedford2018-02-071-1/+1
* src,lib: implement import.metaMichaël Zasso2018-02-011-1/+6
* module: enable dynamic import flag for esmodulesMyles Borins2018-01-311-2/+2
* url: expose the WHATWG URL API globallyMichaël Zasso2018-01-311-2/+1
* doc: cjs format is now commonjsGus Caplan2018-01-191-1/+1
* doc: fix typo in esm.mdRich Trott2018-01-181-1/+1
* doc: fix duplicate words & spellings in docssreepurnajasti2017-12-311-1/+1
* doc: import() is supported nowGus Caplan2017-12-131-4/+3
* doc: esm loader example with module.builtinModulesGuy Bedford2017-12-091-5/+3
* doc: document resolve hook formatsLucas Azzola2017-11-231-3/+13
* doc: add missing introduced_in commentsLuigi Pinca2017-11-191-1/+1
* doc: remove loader hooks from unsupported featuresTeppei Sato2017-10-251-1/+0
* doc: fix doc stylesDaijiro Wachi2017-10-241-1/+1
* module: resolve and instantiate loader pipeline hooksguybedford2017-10-111-0/+107
* doc: fix nits in esm.mdVse Mozhet Byt2017-09-131-12/+25
* module: Allow runMain to be ESMBradley Farias2017-09-071-0/+88