From f9a49faa33f3a61bd27da8227eeac20b74f649c3 Mon Sep 17 00:00:00 2001 From: Thomas Lively Date: Thu, 22 Feb 2024 09:09:19 -0800 Subject: [Parser][NFC] Remove parser/input.h (#6332) Remove the layer of abstraction sitting between the parser and the lexer now that the lexer has an interface the parser can use directly. --- src/parser/context-decls.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/parser/context-decls.cpp') diff --git a/src/parser/context-decls.cpp b/src/parser/context-decls.cpp index 7d2d8a0a9..d9279a0b6 100644 --- a/src/parser/context-decls.cpp +++ b/src/parser/context-decls.cpp @@ -27,7 +27,7 @@ void applyImportNames(Importable& item, ImportNames* names) { } } -Result<> addExports(ParseInput& in, +Result<> addExports(Lexer& in, Module& wasm, const Named* item, const std::vector& exports, -- cgit v1.2.3