// Copyright 2012 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_AST_MODULES_H_ #define V8_AST_MODULES_H_ #include "src/parsing/import-assertions.h" #include "src/parsing/scanner.h" // Only for Scanner::Location. #include "src/zone/zone-containers.h" namespace v8 { namespace internal { class AstRawString; class AstRawStringComparer; class ModuleRequest; class SourceTextModuleInfo; class SourceTextModuleInfoEntry; class PendingCompilationErrorHandler; class SourceTextModuleDescriptor : public ZoneObject { … }; } // namespace internal } // namespace v8 #endif // V8_AST_MODULES_H_