0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-10-31 09:14:20 -04:00
denoland-deno/cli/doc
Bartek Iwańczuk 98f6a5a47d
chore: upgrade deno_lint, remove direct dprint dep (#6679)
This PR removes direct dependency on dprint-plugin-typescript 
and swc_ecma_visit. Both of these dependencies have been 
pushed out to deno_lint crate. This should make it a bit easier 
to do the upgrades and prevent having conflicting crate requirements.
2020-07-11 11:47:06 +02:00
..
class.rs chore: upgrade deno_lint, remove direct dprint dep (#6679) 2020-07-11 11:47:06 +02:00
enum.rs upgrade dprint to 0.9.10 (#4601) 2020-04-03 18:35:03 +02:00
function.rs Update to dprint 0.18.3 and the latest version of swc (#5509) 2020-05-17 18:56:22 +02:00
interface.rs fix(doc): better repr for object literal types (#4998) 2020-04-30 16:40:51 +02:00
mod.rs feat(doc): display all overloads in cli details view (#6186) 2020-06-09 14:12:47 +02:00
module.rs Remove debug prints introduced in e18aaf49c (#5356) 2020-05-14 14:10:54 -04:00
namespace.rs refactor: factor out AstParser from DocParser (#4923) 2020-04-27 15:46:39 +02:00
node.rs refactor: TS compiler and module graph (#5817) 2020-05-29 16:32:15 +02:00
params.rs fix(doc): expose optionality in function params and class members (#4738) 2020-04-14 00:07:06 +02:00
parser.rs fix(doc): handle comments at the top of the file (#5891) 2020-05-27 23:38:36 +02:00
printer.rs refactor: util functions take slices instead of heap values (#6547) 2020-06-29 14:17:37 +02:00
tests.rs fix(cli/doc): doc printer missing [] around tuple type (#6523) 2020-06-28 10:35:12 -04:00
ts_type.rs upgrade: swc_ecma_visit, dprint, deno_lint (#6580) 2020-07-01 16:04:56 +02:00
ts_type_param.rs feat(doc): handle function params and type params (#4672) 2020-04-08 17:03:42 +02:00
type_alias.rs feat(doc): handle function params and type params (#4672) 2020-04-08 17:03:42 +02:00
variable.rs fix(doc): better repr for object literal types (#4998) 2020-04-30 16:40:51 +02:00