Skip to content

Remove renderFile* methods from call stack #418

Open
@mojavelinux

Description

@mojavelinux

Since the renderFile* methods on the Asciidoctor API have been deprecated, we should remove them from the call stack so that they are only used if a deprecated method is used by the client. Right now, the methods are jumping back and forth between calls between renderFile and convertFile, which makes the call stack longer than it should.

In other words, isolate the two chains so that renderFile* calls into convertFile*, but convertFile* never circles back to renderFile*.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions