Vertaling van "de require" in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Este cambio puede afectar al uso de require(), do(), etc., cuando los argumentos son ficheros que están en el directorio de trabajo actual.
This may affect usage of require(), do(), etc., where the arguments are files in the current directory.
El uso de REQUIRED() en vez de require() es una buena práctica que le permite apoyarse en los métodos que ofrece el framework de Bizagi para cargar de mejor manera las librerías.
Using REQUIRED() instead of require() is a best practice so that you rely on Bizagi proprietary methods that load libraries.
A diferencia de require, no realiza ninguna búsqueda en el camino y no añade automáticamente extensiones.
Unlike require, it does not perform any path searching and does not automatically adds extensions.
El constructor include emitirá una advertencia si no puede encontrar un archivo, éste es un comportamiento diferente al de require, el cual emitirá un error fatal...
The include construct will emit a warning if it cannot find a file; this is different behavior from require, which will emit a fatal error.
Para hacer esto, ponga el código siguiente inmediatamente después de require 'bundler/setup'
To do this, put the following code immediately following require 'bundler/setup'
Usando la sintaxis de Require expr, esto también puede ser escrito de la siguiente forma
Using the Require expr syntax, this could also be written as