File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -21,11 +21,9 @@ The module takes care of configuration-driven:
2121- health checks
2222- Telemetry and instrumentation
2323
24- services built with this module use Typescript with Node 18, which involves transpilation.
25- This module takes that into account across the development and production experience. It does
26- not currently use ESM for the most part, because between OpenTelemetry, eslint and the
27- package ecosystem, that is currently a pipe dream, or at least something that requires incredibly
28- precise configuration, which is not the intent.
24+ services built with this module use Typescript with Node 20, which involves transpilation.
25+ This module takes that into account across the development and production experience. It uses ESM because that
26+ is the way the winds have blown.
2927
3028This module has the following core functionality:
3129
You can’t perform that action at this time.
0 commit comments