Type Definition ecmascript::ast::Id[][src]

type Id = String;

Id is an identifier in the ecmascript language eg. var foo = {}; foo is the identifier. Reference.