denoland / deno_ast

Source text parsing, lexing, and AST related functionality for Deno
https://crates.io/crates/deno_ast
MIT License
156 stars 46 forks source link

fix: enable explicit resource management transform #156

Closed dsherret closed 1 year ago

lucacasonato commented 1 year ago

We need to polyfill Symbol.asyncResource and Symbol.resource (probably in deno_core) to make this actually work at runtime.

dsherret commented 1 year ago

@lucacasonato yeah, i will add that in the CLI when upgrading (Symbol.dispose)