method
using_node?
v8.0.0 -
Show latest stable
- Class:
ActionText::Generators::InstallGenerator
using_node?()public
No documentation available.
# File actiontext/lib/generators/action_text/install/install_generator.rb, line 76
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