Age | Commit message (Collapse) | Author |
|
had no types entry (#16958)
Closes #16957
|
|
|
|
It seems we don't really need to allow these clippy rules.
|
|
requirements (#16866)
Closes #16867
|
|
cache folder (#16857)
|
|
These resolvers are used in `deno_graph` APIs. Combining them removes a
lot of code and
unblocks me on https://github.com/denoland/deno/pull/16157
|
|
|
|
|
|
|
|
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
|
|
|