mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 02:48:24 +00:00
chore: update deno_ast and deno_graph (#22033)
This upgrade unblocks support for ES decorator proposal. Co-authored-by: crowlkats <crowlkats@toaxl.com>
This commit is contained in:
parent
ec97c7dd4b
commit
e49973d96d
9 changed files with 65 additions and 62 deletions
|
@ -158,6 +158,10 @@ pub fn ts_config_to_emit_options(
|
|||
_ => (false, false, false, false),
|
||||
};
|
||||
deno_ast::EmitOptions {
|
||||
// TODO(bartlomieju): change it to default to `false` and only enable
|
||||
// if tsconfig.json enabled experimental decorators
|
||||
use_ts_decorators: true,
|
||||
use_decorators_proposal: false,
|
||||
emit_metadata: options.emit_decorator_metadata,
|
||||
imports_not_used_as_values,
|
||||
inline_source_map: options.inline_source_map,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue