Skip to content

Commit 759e4f2

Browse files
Update doc/api/esm.md
Co-authored-by: Derek Lewis <DerekNonGeneric@inf.is>
1 parent d7d8024 commit 759e4f2

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

doc/api/esm.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1848,6 +1848,11 @@ success!
18481848
[`module.createRequire()`]: modules.html#modules_module_createrequire_filename
18491849
[`module.syncBuiltinESMExports()`]: modules.html#modules_module_syncbuiltinesmexports
18501850
[`transformSource` hook]: #esm_code_transformsource_code_hook
1851+
[ArrayBuffer]: http://www.ecma-international.org/ecma-262/6.0/#sec-arraybuffer-constructor
1852+
[SharedArrayBuffer]: https://tc39.es/ecma262/#sec-sharedarraybuffer-constructor
1853+
[string]: http://www.ecma-international.org/ecma-262/6.0/#sec-string-constructor
1854+
[TypedArray]: http://www.ecma-international.org/ecma-262/6.0/#sec-typedarray-objects
1855+
[Uint8Array]: http://www.ecma-international.org/ecma-262/6.0/#sec-uint8array
18511856
[`util.TextDecoder`]: util.html#util_class_util_textdecoder
18521857
[dynamic instantiate hook]: #esm_code_dynamicinstantiate_code_hook
18531858
[import an ES or CommonJS module for its side effects only]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import#Import_a_module_for_its_side_effects_only

0 commit comments

Comments
 (0)