github.com/evanw/esbuild/internal/bundler.linkerContext.shouldRemoveImportExportStmt (method)

4 uses

	github.com/evanw/esbuild/internal/bundler (current package)
		linker.go#L3007: func (c *linkerContext) shouldRemoveImportExportStmt(
		linker.go#L3057: 			if c.shouldRemoveImportExportStmt(sourceIndex, stmtList, partStmts, stmt.Loc, s.NamespaceRef, s.ImportRecordIndex) {
		linker.go#L3124: 				if c.shouldRemoveImportExportStmt(sourceIndex, stmtList, partStmts, stmt.Loc, s.NamespaceRef, s.ImportRecordIndex) {
		linker.go#L3146: 			if c.shouldRemoveImportExportStmt(sourceIndex, stmtList, partStmts, stmt.Loc, s.NamespaceRef, s.ImportRecordIndex) {