mirror of
https://github.com/denoland/deno.git
synced 2025-03-05 18:37:20 -05:00
14 lines
177 B
Text
14 lines
177 B
Text
![]() |
Source:
|
||
|
const value = "unfixed";
|
||
|
console.log(value);
|
||
|
|
||
|
Source VariableDeclarator:
|
||
|
value = "unfixed"
|
||
|
|
||
|
Ancestors:
|
||
|
[ "Program", "VariableDeclaration" ]
|
||
|
|
||
|
Ast:
|
||
|
Program
|
||
|
Checked 1 file
|