Sha256: 71809b4566ba59906a1959787d7202f807beb14d8c74b9d755108ad8338d7fee

Contents?: true

Size: 428 Bytes

Versions: 5

Compression:

Stored size: 428 Bytes

Contents

Feature: Automatically add variable declaration for required modules. Very useful for Node.js developers.
  Scenario: Input file with required modules
    Given the input file "required_module.nila"
    When the ~compiler is run
    The output file must be "required_module.js"
    The output file must equal "correct_required_module.js"

Configurations:

~compiler => lib/nilac.rb
:v $cliusage => ruby :v --test --compile $file

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
nilac-0.0.4.3.9.8 shark/features/automatic_require_statements.feature
nilac-0.0.4.3.9.7.1 shark/features/automatic_require_statements.feature
nilac-0.0.4.3.9.7 shark/features/automatic_require_statements.feature
nilac-0.0.4.3.9.6 shark/features/automatic_require_statements.feature
nilac-0.0.4.3.9.5 shark/features/automatic_require_statements.feature