method
using_node?
v7.1.3.2 -
Show latest stable
- Class:
ActionText::Generators::InstallGenerator
using_node?()public
No documentation available.
# File actiontext/lib/generators/action_text/install/install_generator.rb, line 81
def using_node?
# Bun is the only runtime that _isn't_ node.
@using_node ||= using_js_runtime? && !Pathname(destination_root).join("bun.config.js").exist?
end