1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-14 16:33:45 -05:00
denoland-deno/cli/tools
Bartek Iwańczuk f1d3a17043
feat: add --compat flag to provide built-in Node modules (#12293)
This commit adds "--compat" flag. When the flag is passed a set of mappings for
built-in Node modules is injected into the import map. If user doesn't
explicitly provide an import map (using "--import-map" flag) then a map is
created on the fly. If there are already existing mappings in import map that
would clash with built-in Node modules a set of diagnostics is printed to the
terminal with suggestions how to proceed.
2021-10-05 01:35:55 +02:00
..
coverage.rs refactor: Rename ProgramState to ProcState (#12204) 2021-09-24 11:10:42 -04:00
doc.rs refactor: Rename ProgramState to ProcState (#12204) 2021-09-24 11:10:42 -04:00
fmt.rs feat(cli/fmt): support more markdown extensions (#12195) 2021-09-23 21:49:25 +05:30
installer.rs feat(cli/uninstall): add uninstall command (#12209) 2021-09-30 11:38:07 -04:00
lint.rs refactor(lint): reuse lint rules (#11934) 2021-09-08 07:08:33 +02:00
mod.rs refactor(cli): introduce module specifier test modes (#11769) 2021-08-26 21:21:58 +02:00
repl.rs fix(repl): avoid panic when assigned to globalThis (#12273) 2021-10-01 00:25:58 +09:00
standalone.rs feat: add --compat flag to provide built-in Node modules (#12293) 2021-10-05 01:35:55 +02:00
test.rs refactor: Rename ProgramState to ProcState (#12204) 2021-09-24 11:10:42 -04:00
upgrade.rs fix(cli/tools/upgrade): check if passed version is valid (#11296) 2021-07-07 14:59:39 -04:00