Age | Commit message (Collapse) | Author |
|
Previously `jsxImportSource` was resolved relative to the config file
during graph building, and relative to the emitted module during
runtime.
This is now fixed so that the JSX import source is resolved relative to
the module both during graph building and at runtime.
|
|
memory (#15502)
|
|
Ref: denoland/deno_graph#166
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Ref #13657
|
|
|
|
|
|
Fixes: #13472
|
|
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
|
|
|
|
|
|
|
|
Co-authored-by: Erfan Safari <erfanshield@outlook.com>
|
|
Closes: #13272
|
|
|
|
|
|
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
|
|
* Add `specifier_to_file_path` to support converting a ModuleSpecifier with a unix-style path to a PathBuf on Windows.
|
|
mutated to change it (#12747)
|
|
Fixes #12753
|
|
|
|
Closes #8440
|
|
Fixes: #12675
|
|
|
|
Closes #12473
|
|
|
|
Fixes #11521
Fixes #11742
|
|
|
|
Fixes: #11146
Fixes: #11456
Fixes: #10439
|
|
|
|
Closes #10122
|
|
|
|
Fixes #10775
|
|
Fixes #10815
|
|
Fixes #10125
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #9425
|
|
|
|
|
|
|
|
Co-authored-by: Ryan Dahl <ry@tinyclouds.org>
|