chromium/v8/src/parsing/rewriter.h

// Copyright 2011 the V8 project authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef V8_PARSING_REWRITER_H_
#define V8_PARSING_REWRITER_H_

#include <optional>

#include "src/base/macros.h"
#include "src/zone/zone-type-traits.h"

namespace v8::internal {

class AstValueFactory;
class Isolate;
class ParseInfo;
class Parser;
class DeclarationScope;
class Scope;
class Statement;
class VariableProxy;

class Rewriter {};

}  // namespace v8::internal

#endif  // V8_PARSING_REWRITER_H_