#!/usr/bin/env deno export const a = 1; // line comment /* block comment */ // another line comment /* another block comment */ export/* comment here */const/* comment here */b/* comment here */=/* comment here */true/* comment here */; export const c = "foo"; /* yet another block comment */ // yet another line comment