Sha256: 167b540e638a31d8ae765524e88db7aa8485ff731853eac3be069d110982538f
Contents?: true
Size: 341 Bytes
Versions: 3
Compression:
Stored size: 341 Bytes
Contents
require 'opal' # Our fixes, need to go first so that require 'builder' is caught by us first Opal.append_path File.expand_path('../../opal', __FILE__).untaint # builder source itself Opal.append_path File.expand_path('../../builder/lib', __FILE__).untaint # Contains encoding that's not compatible Opal::Processor.stub_file 'builder/xchar'
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
opal-builder-3.2.2.3 | lib/opal-builder.rb |
opal-builder-3.2.2.2 | lib/opal-builder.rb |
opal-builder-3.2.2.1 | lib/opal-builder.rb |