Skip to content
This repository was archived by the owner on Sep 2, 2023. It is now read-only.

Commit e85a963

Browse files
guybedfordMylesBorins
authored andcommitted
update links
1 parent c1f852f commit e85a963

File tree

1 file changed

+30
-30
lines changed

1 file changed

+30
-30
lines changed

README.md

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -18,52 +18,52 @@ Work includes:
1818
Based on these use cases (#55), our implementation aims to support the following features (subject to change):
1919

2020
### Baseline Modules Implementation Features:
21-
* Spec compliance (#132)
22-
* Browser equivalence (#133)
23-
* Don’t break CommonJS (#112)
24-
* No refactoring (#87)
21+
* Spec compliance ([#132](https://github.com/nodejs/modules/issues/132))
22+
* Browser equivalence ([#133](https://github.com/nodejs/modules/issues/133))
23+
* Don’t break CommonJS ([#112](https://github.com/nodejs/modules/issues/112))
24+
* No refactoring ([#87](https://github.com/nodejs/modules/issues/87))
2525

2626
#### Browser Interop:
27-
* Browser and Node compatibility without building (#107)
28-
* Browser-compatible specifier resolution (#109)
29-
* Browser-compatible builds for ESM and CommonJS (#108)
27+
* Browser and Node compatibility without building ([#107](https://github.com/nodejs/modules/issues/107))
28+
* Browser-compatible specifier resolution ([#109](https://github.com/nodejs/modules/issues/109))
29+
* Browser-compatible builds for ESM and CommonJS ([#108](https://github.com/nodejs/modules/issues/108))
3030

3131
#### CommonJS Interop:
32-
* Named exports when importing CJS (#81)
33-
* Multi-mode packages (#94)
34-
* Transparent interoperability for ESM importing CommonJS (#100)
35-
* Consumer-agnostic imports (#105)
36-
* Mixed module types within app/module; gradual migration from CommonJS to ESM (#99)
37-
* ESM in .js files (#151)
32+
* Named exports when importing CJS ([#81](https://github.com/nodejs/modules/issues/81))
33+
* Multi-mode packages ([#94](https://github.com/nodejs/modules/issues/94))
34+
* Transparent interoperability for ESM importing CommonJS ([#100](https://github.com/nodejs/modules/issues/100))
35+
* Consumer-agnostic imports ([#105](https://github.com/nodejs/modules/issues/105))
36+
* Mixed module types within app/module; gradual migration from CommonJS to ESM ([#99](https://github.com/nodejs/modules/issues/99))
37+
* ESM in .js files ([#151](https://github.com/nodejs/modules/issues/151))
3838

3939
### Existing Node.js Utility Features:
4040

41-
* Importing non-JavaScript files (#115)
42-
* NodeJS contextual pathing use cases (#121)
43-
* ESM in executable files (#152)
44-
* Callable resolver (#157)
41+
* Importing non-JavaScript files ([#115](https://github.com/nodejs/modules/issues/115))
42+
* NodeJS contextual pathing use cases ([#121](https://github.com/nodejs/modules/issues/121))
43+
* ESM in executable files ([#152](https://github.com/nodejs/modules/issues/152))
44+
* Callable resolver ([#157](https://github.com/nodejs/modules/issues/157))
4545

4646
### Loader Features
4747

48-
* Code coverage/instrumentation (#95)
49-
* Pluggable Loaders to support multiple use cases (#82)
50-
* Runtime loaders, transpilation at import time (#96)
51-
* Arbitrary sources for module source text (#97)
52-
* Mock modules (injection) (#98)
53-
* Specifier resolution customization (#110)
54-
* Package encapsulation (#111)
55-
* Conditional imports (#113)
48+
* Code coverage/instrumentation ([#95](https://github.com/nodejs/modules/issues/95))
49+
* Pluggable Loaders to support multiple use cases ([#82](https://github.com/nodejs/modules/issues/82))
50+
* Runtime loaders, transpilation at import time ([#96](https://github.com/nodejs/modules/issues/96))
51+
* Arbitrary sources for module source text ([#97](https://github.com/nodejs/modules/issues/97))
52+
* Mock modules (injection) ([#98](https://github.com/nodejs/modules/issues/98))
53+
* Specifier resolution customization ([#110](https://github.com/nodejs/modules/issues/110))
54+
* Package encapsulation ([#111](https://github.com/nodejs/modules/issues/111))
55+
* Conditional imports ([#113](https://github.com/nodejs/modules/issues/113))
5656

5757
### WASM Features:
5858

59-
* WASM modules (#106)
59+
* WASM modules (#[106](https://github.com/nodejs/modules/issues/106))
6060

6161
### Developer and Tooling Features:
6262

63-
* File / path / URL resolving (#103)
64-
* Import CommonJS without needing asynchronous syntax (#116)
65-
* Tree shaking (#102)
66-
* Polyfillability (#101)
63+
* File / path / URL resolving (#[103](https://github.com/nodejs/modules/issues/103))
64+
* Import CommonJS without needing asynchronous syntax (#[116](https://github.com/nodejs/modules/issues/116))
65+
* Tree shaking (#[102](https://github.com/nodejs/modules/issues/102))
66+
* Polyfillability (#[101](https://github.com/nodejs/modules/issues/101))
6767

6868
Based on [these use cases](https://docs.google.com/document/d/10BBsIqdAXB9JR2KUzQGYbCiVugYBnxE4REBakX29yyo/edit) ([#55](https://github.com/nodejs/modules/issues/55)), our implementation aims to support the following features (subject to change):
6969

0 commit comments

Comments
 (0)