summaryrefslogtreecommitdiff
path: root/doc/api/esm.md
AgeCommit message (Expand)Author
2019-07-20esm: implement "pkg-exports" proposalGuy Bedford
2019-07-20doc: small grammar correctioncjihrig
2019-07-20doc: add example on how to create __filename, __dirname for esmWalle Cyril
2019-06-18doc: pass path in URL constructorDaniel Nalborczyk
2019-06-17doc: add current recommendation for ESM/CommonJS dual packagesGeoffrey Booth
2019-05-23esm: remove experimental status from JSON modulesMyles Borins
2019-05-21doc: replace createRequireFromPath() referencescjihrig
2019-05-17esm: --experimental-wasm-modules integration supportMyles Borins
2019-05-17doc: remove non-existent entry-type flagdnalborczyk
2019-05-14doc: format correction for experimental loader hooksDaniel Nalborczyk
2019-04-16esm: replace --entry-type with --input-typeGeoffrey Booth
2019-03-27esm: phase two of new esm implementationguybedford
2019-01-27doc: fix file extension on ESM file exampleEric Whitebloom
2018-12-17doc,lib,test: capitalize comment sentencesRuben Bridgewater
2018-05-11esm: provide named exports for builtin libsGus Caplan
2018-05-03doc: add more missing backticksVse Mozhet Byt
2018-04-16doc: unify more headingsVse Mozhet Byt
2018-04-14doc: add missing type=misc top commentsVse Mozhet Byt
2018-04-04doc: fix various nitsVse Mozhet Byt
2018-03-06doc: replace to Node.jsYuta Hiroto
2018-02-23doc: add new documentation lint ruleestrada9166
2018-02-22doc: enable eslint prefer-template ruleRuben Bridgewater
2018-02-14module: support main w/o extension, pjson cacheGuy Bedford
2018-02-07lib,doc: revert format name to cjs over commonjsGuy Bedford
2018-02-01src,lib: implement import.metaMichaël Zasso
2018-01-31module: enable dynamic import flag for esmodulesMyles Borins
2018-01-31url: expose the WHATWG URL API globallyMichaël Zasso
2018-01-19doc: cjs format is now commonjsGus Caplan
2018-01-18doc: fix typo in esm.mdRich Trott
2017-12-31doc: fix duplicate words & spellings in docssreepurnajasti
2017-12-13doc: import() is supported nowGus Caplan
2017-12-09doc: esm loader example with module.builtinModulesGuy Bedford
2017-11-23doc: document resolve hook formatsLucas Azzola
2017-11-19doc: add missing introduced_in commentsLuigi Pinca
2017-10-25doc: remove loader hooks from unsupported featuresTeppei Sato
2017-10-24doc: fix doc stylesDaijiro Wachi
2017-10-11module: resolve and instantiate loader pipeline hooksguybedford
2017-09-13doc: fix nits in esm.mdVse Mozhet Byt
2017-09-07module: Allow runMain to be ESMBradley Farias