diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2024-03-13 16:38:01 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-13 16:38:01 -0400 |
commit | 43d066cb7069c8c55aa555d7959a8612a52facc7 (patch) | |
tree | fd1bae2433e9544c8b08dae03c7608ab4df96cca /runtime/examples/extension_with_esm/bootstrap.js | |
parent | c9a9d040a3b6773f186c5757b246abca1803eeb6 (diff) |
fix: stop type checking during runtime (#22854)
In addition to the reasons for this outlined by @nayeemrmn in #14877
(which I think are reasons alone to not do this), this simplifies things
a lot because then we don't need to implement the following:
1. Need to handle a JSR module dynamically importing a module within it.
2. Need to handle importing an export of a JSR dep then another export
dynamically loaded later.
Additionally, people should be running `deno check dynamic_import.ts`
instead of relying on this behaviour.
Landing this as a fix because it's blocking people in some scenarios and
the current behaviour is broken (I didn't even have to change any tests
to remove this, which is bad).
Closes #22852
Closes #14877
Closes #22580
Diffstat (limited to 'runtime/examples/extension_with_esm/bootstrap.js')
0 files changed, 0 insertions, 0 deletions