opal 0.3.17 → 0.3.18

Sign up to get free protection for your applications and to get access to all the features.
Files changed (184) hide show
  1. data/.gitignore +0 -1
  2. data/Gemfile +0 -5
  3. data/Rakefile +11 -8
  4. data/bin/opal +8 -36
  5. data/core/hash.rb +5 -5
  6. data/core/match_data.rb +1 -1
  7. data/core/module.rb +0 -2
  8. data/core/runtime.js +1 -1
  9. data/{spec → core/spec}/core/array/allocate_spec.rb +0 -0
  10. data/{spec → core/spec}/core/array/append_spec.rb +0 -0
  11. data/{spec → core/spec}/core/array/assoc_spec.rb +0 -0
  12. data/{spec → core/spec}/core/array/at_spec.rb +0 -0
  13. data/{spec → core/spec}/core/array/clear_spec.rb +0 -0
  14. data/{spec → core/spec}/core/array/clone_spec.rb +0 -0
  15. data/{spec → core/spec}/core/array/collect_spec.rb +0 -0
  16. data/{spec → core/spec}/core/array/compact_spec.rb +0 -0
  17. data/{spec → core/spec}/core/array/concat_spec.rb +0 -0
  18. data/{spec → core/spec}/core/array/constructor_spec.rb +0 -0
  19. data/{spec → core/spec}/core/array/count_spec.rb +0 -0
  20. data/{spec → core/spec}/core/array/delete_at_spec.rb +0 -0
  21. data/{spec → core/spec}/core/array/delete_if_spec.rb +0 -0
  22. data/{spec → core/spec}/core/array/delete_spec.rb +0 -0
  23. data/{spec → core/spec}/core/array/each_index_spec.rb +0 -0
  24. data/{spec → core/spec}/core/array/each_spec.rb +0 -0
  25. data/{spec → core/spec}/core/array/element_reference_spec.rb +0 -0
  26. data/{spec → core/spec}/core/array/empty_spec.rb +0 -0
  27. data/{spec → core/spec}/core/array/eql_spec.rb +0 -0
  28. data/{spec → core/spec}/core/array/fetch_spec.rb +0 -0
  29. data/{spec → core/spec}/core/array/first_spec.rb +0 -0
  30. data/{spec → core/spec}/core/array/flatten_spec.rb +0 -0
  31. data/{spec → core/spec}/core/array/include_spec.rb +0 -0
  32. data/{spec → core/spec}/core/array/insert_spec.rb +0 -0
  33. data/{spec → core/spec}/core/array/last_spec.rb +0 -0
  34. data/{spec → core/spec}/core/array/length_spec.rb +0 -0
  35. data/{spec → core/spec}/core/array/map_spec.rb +0 -0
  36. data/{spec → core/spec}/core/array/plus_spec.rb +0 -0
  37. data/{spec → core/spec}/core/array/pop_spec.rb +0 -0
  38. data/{spec → core/spec}/core/array/push_spec.rb +0 -0
  39. data/{spec → core/spec}/core/array/rassoc_spec.rb +0 -0
  40. data/{spec → core/spec}/core/array/reject_spec.rb +0 -0
  41. data/{spec → core/spec}/core/array/replace_spec.rb +0 -0
  42. data/{spec → core/spec}/core/array/reverse_each_spec.rb +0 -0
  43. data/{spec → core/spec}/core/array/reverse_spec.rb +0 -0
  44. data/{spec → core/spec}/core/array/size_spec.rb +0 -0
  45. data/{spec → core/spec}/core/array/to_ary_spec.rb +0 -0
  46. data/{spec → core/spec}/core/array/uniq_spec.rb +0 -0
  47. data/{spec → core/spec}/core/array/zip_spec.rb +0 -0
  48. data/{spec → core/spec}/core/class/new_spec.rb +0 -0
  49. data/{spec → core/spec}/core/enumerable/all_spec.rb +0 -0
  50. data/{spec → core/spec}/core/enumerable/any_spec.rb +0 -0
  51. data/{spec → core/spec}/core/enumerable/collect_spec.rb +0 -0
  52. data/{spec → core/spec}/core/enumerable/count_spec.rb +0 -0
  53. data/{spec → core/spec}/core/enumerable/fixtures/classes.rb +0 -0
  54. data/{spec → core/spec}/core/false/and_spec.rb +0 -0
  55. data/{spec → core/spec}/core/false/inspect_spec.rb +0 -0
  56. data/{spec → core/spec}/core/false/or_spec.rb +0 -0
  57. data/{spec → core/spec}/core/false/to_s_spec.rb +0 -0
  58. data/{spec → core/spec}/core/false/xor_spec.rb +0 -0
  59. data/{spec → core/spec}/core/hash/allocate_spec.rb +0 -0
  60. data/{spec → core/spec}/core/hash/assoc_spec.rb +0 -0
  61. data/{spec → core/spec}/core/hash/clear_spec.rb +0 -0
  62. data/{spec → core/spec}/core/hash/clone_spec.rb +0 -0
  63. data/{spec → core/spec}/core/hash/default_spec.rb +0 -0
  64. data/{spec → core/spec}/core/hash/delete_if_spec.rb +0 -0
  65. data/{spec → core/spec}/core/hash/element_reference_spec.rb +0 -0
  66. data/{spec → core/spec}/core/hash/element_set_spec.rb +0 -0
  67. data/{spec → core/spec}/core/hash/merge_spec.rb +4 -4
  68. data/{spec → core/spec}/core/hash/new_spec.rb +0 -0
  69. data/{spec → core/spec}/core/matchdata/to_a_spec.rb +0 -0
  70. data/{spec → core/spec}/core/nil/and_spec.rb +0 -0
  71. data/{spec → core/spec}/core/nil/inspect_spec.rb +0 -0
  72. data/{spec → core/spec}/core/nil/nil_spec.rb +0 -0
  73. data/{spec → core/spec}/core/nil/or_spec.rb +0 -0
  74. data/{spec → core/spec}/core/nil/to_a_spec.rb +0 -0
  75. data/{spec → core/spec}/core/nil/to_f_spec.rb +0 -0
  76. data/{spec → core/spec}/core/nil/to_i_spec.rb +0 -0
  77. data/{spec → core/spec}/core/nil/to_s_spec.rb +0 -0
  78. data/{spec → core/spec}/core/nil/xor_spec.rb +0 -0
  79. data/{spec → core/spec}/core/numeric/equal_value_spec.rb +0 -0
  80. data/{spec → core/spec}/core/regexp/match_spec.rb +0 -0
  81. data/{spec → core/spec}/core/symbol/to_proc_spec.rb +0 -0
  82. data/{spec → core/spec}/core/true/and_spec.rb +0 -0
  83. data/{spec → core/spec}/core/true/inspect_spec.rb +0 -0
  84. data/{spec → core/spec}/core/true/or_spec.rb +0 -0
  85. data/{spec → core/spec}/core/true/to_s_spec.rb +0 -0
  86. data/{spec → core/spec}/core/true/xor_spec.rb +0 -0
  87. data/core/spec/index.html +11 -0
  88. data/{spec → core/spec}/language/alias_spec.rb +0 -0
  89. data/{spec → core/spec}/language/and_spec.rb +0 -0
  90. data/{spec → core/spec}/language/array_spec.rb +0 -0
  91. data/{spec → core/spec}/language/block_spec.rb +0 -0
  92. data/{spec → core/spec}/language/break_spec.rb +0 -0
  93. data/{spec → core/spec}/language/case_spec.rb +0 -0
  94. data/{spec → core/spec}/language/defined_spec.rb +0 -0
  95. data/{spec → core/spec}/language/ensure_spec.rb +0 -0
  96. data/{spec → core/spec}/language/hash_spec.rb +0 -0
  97. data/{spec → core/spec}/language/if_spec.rb +0 -0
  98. data/{spec → core/spec}/language/loop_spec.rb +0 -0
  99. data/{spec → core/spec}/language/metaclass_spec.rb +0 -0
  100. data/{spec → core/spec}/language/next_spec.rb +0 -0
  101. data/{spec → core/spec}/language/or_spec.rb +0 -0
  102. data/{spec → core/spec}/language/predefined_spec.rb +0 -0
  103. data/{spec → core/spec}/language/regexp_spec.rb +0 -0
  104. data/{spec → core/spec}/language/send_spec.rb +0 -0
  105. data/{spec → core/spec}/language/singleton_class_spec.rb +0 -0
  106. data/{spec → core/spec}/language/super_spec.rb +0 -0
  107. data/{spec → core/spec}/language/symbol_spec.rb +0 -0
  108. data/{spec → core/spec}/language/undef_spec.rb +0 -0
  109. data/{spec → core/spec}/language/unless_spec.rb +0 -0
  110. data/{spec → core/spec}/language/until_spec.rb +0 -0
  111. data/{spec → core/spec}/language/variables_spec.rb +0 -0
  112. data/{spec → core/spec}/language/while_spec.rb +0 -0
  113. data/examples/dependencies/.gitignore +1 -0
  114. data/examples/dependencies/Gemfile +6 -0
  115. data/examples/dependencies/README.md +41 -0
  116. data/examples/dependencies/Rakefile +10 -0
  117. data/examples/dependencies/app.rb +16 -0
  118. data/{test/builder/fixtures/build_source/adam.rb → examples/dependencies/build/.gitkeep} +0 -0
  119. data/examples/dependencies/index.html +13 -0
  120. data/examples/hello_world/.gitignore +1 -0
  121. data/examples/hello_world/Gemfile +3 -0
  122. data/examples/hello_world/README.md +27 -0
  123. data/examples/hello_world/Rakefile +23 -0
  124. data/examples/hello_world/app.rb +7 -0
  125. data/examples/hello_world/index.html +12 -0
  126. data/lib/opal/builder_task.rb +10 -3
  127. data/lib/opal/parser.rb +3 -2
  128. data/lib/opal/version.rb +1 -1
  129. data/{test → spec}/builder/build_source_spec.rb +0 -0
  130. data/{test/builder/fixtures/build_source/bar/a.rb → spec/builder/fixtures/build_source/adam.rb} +0 -0
  131. data/{test/builder/fixtures/build_source/foo → spec/builder/fixtures/build_source/bar}/a.rb +0 -0
  132. data/{test → spec}/builder/fixtures/build_source/bar/wow/b.rb +0 -0
  133. data/{test → spec}/builder/fixtures/build_source/bar/wow/cow/c.rb +0 -0
  134. data/{test → spec}/builder/fixtures/build_source/beynon.rb +0 -0
  135. data/{test → spec}/builder/fixtures/build_source/charles.js +0 -0
  136. data/{test/builder/fixtures/build_source/foo/b.rb → spec/builder/fixtures/build_source/foo/a.rb} +0 -0
  137. data/{test/builder/fixtures/build_source/foo/x.js → spec/builder/fixtures/build_source/foo/b.rb} +0 -0
  138. data/{test/builder/fixtures/build_source/foo/y.js → spec/builder/fixtures/build_source/foo/x.js} +0 -0
  139. data/spec/builder/fixtures/build_source/foo/y.js +0 -0
  140. data/{test → spec}/grammar/alias_spec.rb +0 -0
  141. data/{test → spec}/grammar/and_spec.rb +0 -0
  142. data/{test → spec}/grammar/array_spec.rb +0 -0
  143. data/{test → spec}/grammar/attrasgn_spec.rb +0 -0
  144. data/{test → spec}/grammar/begin_spec.rb +0 -0
  145. data/{test → spec}/grammar/block_spec.rb +0 -0
  146. data/{test → spec}/grammar/break_spec.rb +0 -0
  147. data/{test → spec}/grammar/call_spec.rb +0 -0
  148. data/{test → spec}/grammar/class_spec.rb +0 -0
  149. data/{test → spec}/grammar/const_spec.rb +0 -0
  150. data/{test → spec}/grammar/cvar_spec.rb +0 -0
  151. data/{test → spec}/grammar/def_spec.rb +0 -0
  152. data/{test → spec}/grammar/false_spec.rb +0 -0
  153. data/{test → spec}/grammar/file_spec.rb +0 -0
  154. data/{test → spec}/grammar/gvar_spec.rb +0 -0
  155. data/{test → spec}/grammar/hash_spec.rb +0 -0
  156. data/{test → spec}/grammar/iasgn_spec.rb +0 -0
  157. data/{test → spec}/grammar/if_spec.rb +0 -0
  158. data/{test → spec}/grammar/iter_spec.rb +0 -0
  159. data/{test → spec}/grammar/ivar_spec.rb +0 -0
  160. data/{test → spec}/grammar/lasgn_spec.rb +0 -0
  161. data/{test → spec}/grammar/line_spec.rb +0 -0
  162. data/{test → spec}/grammar/lvar_spec.rb +0 -0
  163. data/{test → spec}/grammar/masgn_spec.rb +0 -0
  164. data/{test → spec}/grammar/module_spec.rb +0 -0
  165. data/{test → spec}/grammar/nil_spec.rb +0 -0
  166. data/{test → spec}/grammar/not_spec.rb +0 -0
  167. data/{test → spec}/grammar/op_asgn1_spec.rb +0 -0
  168. data/{test → spec}/grammar/op_asgn2_spec.rb +0 -0
  169. data/{test → spec}/grammar/or_spec.rb +0 -0
  170. data/{test → spec}/grammar/return_spec.rb +0 -0
  171. data/{test → spec}/grammar/sclass_spec.rb +0 -0
  172. data/{test → spec}/grammar/self_spec.rb +0 -0
  173. data/{test → spec}/grammar/str_spec.rb +0 -0
  174. data/{test → spec}/grammar/super_spec.rb +0 -0
  175. data/{test → spec}/grammar/true_spec.rb +0 -0
  176. data/{test → spec}/grammar/undef_spec.rb +0 -0
  177. data/{test → spec}/grammar/unless_spec.rb +0 -0
  178. data/{test → spec}/grammar/while_spec.rb +0 -0
  179. data/{test → spec}/grammar/xstr_spec.rb +0 -0
  180. data/{test → spec}/grammar/yield_spec.rb +0 -0
  181. data/{test → spec}/spec_helper.rb +0 -0
  182. metadata +228 -320
  183. data/CHANGELOG.md +0 -12
  184. data/spec/index.html +0 -11
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -0,0 +1 @@
1
+ build/*.js
@@ -0,0 +1,6 @@
1
+ source :rubygems
2
+
3
+ gem "opal"
4
+
5
+ # dependencies used in opal app
6
+ gem "opal-json"
@@ -0,0 +1,41 @@
1
+ # Opal Dependency Example
2
+
3
+ This example shows how easy it is to use gem dependencies with opal to
4
+ easily maintain app dependencies.
5
+
6
+ Dependencies in opal are referenced from the rake task, and they must
7
+ be installed as system gems, or through bundler.
8
+
9
+ ## Setting up
10
+
11
+ To ensure the required gems are installed, just run bundler:
12
+
13
+ ```
14
+ bundle install
15
+ ```
16
+
17
+ ## Building dependencies
18
+
19
+ To build the gem dependency (`opal-json`), as well as the opal runtime
20
+ `opal.js`, just use the simple rake task:
21
+
22
+ ```
23
+ rake dependencies
24
+ ```
25
+
26
+ This will build the two files into `./build`.
27
+
28
+ ## Building the app
29
+
30
+ Again, a simple rake task is available:
31
+
32
+ ```
33
+ rake build
34
+ ```
35
+
36
+ Which will build `./build/my-app.js` ready for use.
37
+
38
+ ## Running application
39
+
40
+ Simply open `index.html` and observe the parsed json string as a ruby
41
+ hash instance.
@@ -0,0 +1,10 @@
1
+ require 'bundler'
2
+ Bundler.setup
3
+
4
+ require 'opal'
5
+
6
+ Opal::BuilderTask.new do |t|
7
+ t.name = 'my-app'
8
+ t.files = ['app.rb']
9
+ t.dependencies = %w[opal-json]
10
+ end
@@ -0,0 +1,16 @@
1
+ # alert() doesnt exist without rquery or opal-browser
2
+ def alert(msg)
3
+ `window.alert(msg)`
4
+ end
5
+
6
+ json = <<-JSON
7
+ {
8
+ "adam": null,
9
+ "fred": [1, 2, 3],
10
+ "bill": false
11
+ }
12
+ JSON
13
+
14
+ hash = JSON.parse json
15
+
16
+ alert hash.inspect
@@ -0,0 +1,13 @@
1
+ <!doctype html>
2
+ <html>
3
+ <head>
4
+ <title>Opal Dependency App</title>
5
+
6
+ <script src="build/opal.js"></script>
7
+ <script src="build/opal-json.js"></script>
8
+ <script src="build/my-app.js"></script>
9
+ </head>
10
+ <body>
11
+
12
+ </body>
13
+ </html>
@@ -0,0 +1 @@
1
+ *.js
@@ -0,0 +1,3 @@
1
+ source :rubygems
2
+
3
+ gem "opal"
@@ -0,0 +1,27 @@
1
+ # Hello World Example App
2
+
3
+ This is a very basic example Opal App. To get this running, firstly
4
+ install the dependencies (which is just opal):
5
+
6
+ ```
7
+ bundle install
8
+ ```
9
+
10
+ Next we need the opal runtime. You can either download it from
11
+ [http://opalrb.org/opal.js](http://opalrb.org/opal.js), or use
12
+ the handy rake task:
13
+
14
+ ```
15
+ rake runtime
16
+ ```
17
+
18
+ This builds `opal.js`.
19
+
20
+ Finally, to build the `app.rb` file, run the simple rake task:
21
+
22
+ ```
23
+ rake build
24
+ ```
25
+
26
+ Which builds the app into `app.js`. Open `index.html` and observe the
27
+ alert dialog.
@@ -0,0 +1,23 @@
1
+ require 'bundler'
2
+ Bundler.setup
3
+
4
+ require 'opal'
5
+
6
+ desc "Build app"
7
+ task :build do
8
+ src = File.read 'app.rb'
9
+ js = Opal.parse src
10
+
11
+ File.open('app.js', 'w+') do |out|
12
+ out.write js
13
+ end
14
+ end
15
+
16
+ desc "Make sure opal.js exists"
17
+ task :runtime do
18
+ unless File.exist? 'opal.js'
19
+ File.open('opal.js', 'w+') do |out|
20
+ out.write Opal.runtime
21
+ end
22
+ end
23
+ end
@@ -0,0 +1,7 @@
1
+ # Without rquery or opal-browser, opal doesn't know about the browser
2
+ def alert(msg)
3
+ `window.alert(msg)`
4
+ end
5
+
6
+ # Alert a simple message
7
+ alert "Hello World!"
@@ -0,0 +1,12 @@
1
+ <!doctype html>
2
+ <html>
3
+ <head>
4
+ <title>First Opal App</title>
5
+
6
+ <script src="opal.js"></script>
7
+ <script src="app.js"></script>
8
+ </head>
9
+ <body>
10
+
11
+ </body>
12
+ </html>
@@ -9,6 +9,7 @@ module Opal
9
9
  def initialize(namespace = nil)
10
10
  @project_dir = Dir.getwd
11
11
 
12
+ @name = 'app'
12
13
  @build_dir = './build'
13
14
  @specs_dir = './spec'
14
15
  @files = Dir['./lib/**/*.rb']
@@ -21,6 +22,7 @@ module Opal
21
22
 
22
23
  def to_config
23
24
  {
25
+ :name => @name,
24
26
  :build_dir => @build_dir,
25
27
  :specs_dir => @specs_dir,
26
28
  :files => @files,
@@ -40,13 +42,14 @@ module Opal
40
42
  end
41
43
 
42
44
  def build_files(name, files, out)
43
- puts "* building #{name}"
45
+ puts "* #{name}"
44
46
  Builder.new(:files => files, :out => out).build
45
47
  end
46
48
 
47
49
  def define_tasks
48
50
  define_task :build, "Build Opal Project" do
49
- puts "BUILD"
51
+ out = File.join @build_dir, "#{@name}.js"
52
+ build_files @name, @files, out
50
53
  end
51
54
 
52
55
  define_task :spec, "Build Specs" do
@@ -55,7 +58,11 @@ module Opal
55
58
  end
56
59
 
57
60
  define_task :dependencies, "Build dependencies" do
58
- puts "* runtime => #{File.join @build_dir, 'opal.js'}"
61
+ puts "* opal.js"
62
+ File.open(File.join(@build_dir, 'opal.js'), 'w+') do |out|
63
+ out.write Opal.runtime
64
+ end
65
+
59
66
  @dependencies.each { |dep| build_gem dep }
60
67
  end
61
68
 
data/lib/opal/parser.rb CHANGED
@@ -618,7 +618,7 @@ module Opal
618
618
  name = cid[2].to_s.inspect
619
619
  elsif cid[0] == :colon3
620
620
  donates_methods = (cid[1] === :Object || cid[1] === :BasicObject)
621
- base = 'opal.Object'
621
+ base = 'Opal.Object'
622
622
  name = cid[1].to_s.inspect
623
623
  else
624
624
  raise "Bad receiver in class"
@@ -681,7 +681,8 @@ module Opal
681
681
  end
682
682
 
683
683
  def undef(exp, level)
684
- "opal.undef(this, #{process exp.shift, :expression})"
684
+ @helpers[:undef] = true
685
+ "__undef(this, #{process exp.shift, :expression})"
685
686
  end
686
687
 
687
688
  # s(:defn, mid, s(:args), s(:scope))
data/lib/opal/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Opal
2
- VERSION = "0.3.17"
2
+ VERSION = "0.3.18"
3
3
  end
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: opal
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.17
4
+ version: 0.3.18
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-05-19 00:00:00.000000000Z
12
+ date: 2012-05-20 00:00:00.000000000Z
13
13
  dependencies: []
14
14
  description: Ruby runtime and core library for javascript.
15
15
  email: adam@adambeynon.com
@@ -19,7 +19,6 @@ extensions: []
19
19
  extra_rdoc_files: []
20
20
  files:
21
21
  - .gitignore
22
- - CHANGELOG.md
23
22
  - Gemfile
24
23
  - LICENSE
25
24
  - README.md
@@ -47,10 +46,127 @@ files:
47
46
  - core/rational.rb
48
47
  - core/regexp.rb
49
48
  - core/runtime.js
49
+ - core/spec/core/array/allocate_spec.rb
50
+ - core/spec/core/array/append_spec.rb
51
+ - core/spec/core/array/assoc_spec.rb
52
+ - core/spec/core/array/at_spec.rb
53
+ - core/spec/core/array/clear_spec.rb
54
+ - core/spec/core/array/clone_spec.rb
55
+ - core/spec/core/array/collect_spec.rb
56
+ - core/spec/core/array/compact_spec.rb
57
+ - core/spec/core/array/concat_spec.rb
58
+ - core/spec/core/array/constructor_spec.rb
59
+ - core/spec/core/array/count_spec.rb
60
+ - core/spec/core/array/delete_at_spec.rb
61
+ - core/spec/core/array/delete_if_spec.rb
62
+ - core/spec/core/array/delete_spec.rb
63
+ - core/spec/core/array/each_index_spec.rb
64
+ - core/spec/core/array/each_spec.rb
65
+ - core/spec/core/array/element_reference_spec.rb
66
+ - core/spec/core/array/empty_spec.rb
67
+ - core/spec/core/array/eql_spec.rb
68
+ - core/spec/core/array/fetch_spec.rb
69
+ - core/spec/core/array/first_spec.rb
70
+ - core/spec/core/array/flatten_spec.rb
71
+ - core/spec/core/array/include_spec.rb
72
+ - core/spec/core/array/insert_spec.rb
73
+ - core/spec/core/array/last_spec.rb
74
+ - core/spec/core/array/length_spec.rb
75
+ - core/spec/core/array/map_spec.rb
76
+ - core/spec/core/array/plus_spec.rb
77
+ - core/spec/core/array/pop_spec.rb
78
+ - core/spec/core/array/push_spec.rb
79
+ - core/spec/core/array/rassoc_spec.rb
80
+ - core/spec/core/array/reject_spec.rb
81
+ - core/spec/core/array/replace_spec.rb
82
+ - core/spec/core/array/reverse_each_spec.rb
83
+ - core/spec/core/array/reverse_spec.rb
84
+ - core/spec/core/array/size_spec.rb
85
+ - core/spec/core/array/to_ary_spec.rb
86
+ - core/spec/core/array/uniq_spec.rb
87
+ - core/spec/core/array/zip_spec.rb
88
+ - core/spec/core/class/new_spec.rb
89
+ - core/spec/core/enumerable/all_spec.rb
90
+ - core/spec/core/enumerable/any_spec.rb
91
+ - core/spec/core/enumerable/collect_spec.rb
92
+ - core/spec/core/enumerable/count_spec.rb
93
+ - core/spec/core/enumerable/fixtures/classes.rb
94
+ - core/spec/core/false/and_spec.rb
95
+ - core/spec/core/false/inspect_spec.rb
96
+ - core/spec/core/false/or_spec.rb
97
+ - core/spec/core/false/to_s_spec.rb
98
+ - core/spec/core/false/xor_spec.rb
99
+ - core/spec/core/hash/allocate_spec.rb
100
+ - core/spec/core/hash/assoc_spec.rb
101
+ - core/spec/core/hash/clear_spec.rb
102
+ - core/spec/core/hash/clone_spec.rb
103
+ - core/spec/core/hash/default_spec.rb
104
+ - core/spec/core/hash/delete_if_spec.rb
105
+ - core/spec/core/hash/element_reference_spec.rb
106
+ - core/spec/core/hash/element_set_spec.rb
107
+ - core/spec/core/hash/merge_spec.rb
108
+ - core/spec/core/hash/new_spec.rb
109
+ - core/spec/core/matchdata/to_a_spec.rb
110
+ - core/spec/core/nil/and_spec.rb
111
+ - core/spec/core/nil/inspect_spec.rb
112
+ - core/spec/core/nil/nil_spec.rb
113
+ - core/spec/core/nil/or_spec.rb
114
+ - core/spec/core/nil/to_a_spec.rb
115
+ - core/spec/core/nil/to_f_spec.rb
116
+ - core/spec/core/nil/to_i_spec.rb
117
+ - core/spec/core/nil/to_s_spec.rb
118
+ - core/spec/core/nil/xor_spec.rb
119
+ - core/spec/core/numeric/equal_value_spec.rb
120
+ - core/spec/core/regexp/match_spec.rb
121
+ - core/spec/core/symbol/to_proc_spec.rb
122
+ - core/spec/core/true/and_spec.rb
123
+ - core/spec/core/true/inspect_spec.rb
124
+ - core/spec/core/true/or_spec.rb
125
+ - core/spec/core/true/to_s_spec.rb
126
+ - core/spec/core/true/xor_spec.rb
127
+ - core/spec/index.html
128
+ - core/spec/language/alias_spec.rb
129
+ - core/spec/language/and_spec.rb
130
+ - core/spec/language/array_spec.rb
131
+ - core/spec/language/block_spec.rb
132
+ - core/spec/language/break_spec.rb
133
+ - core/spec/language/case_spec.rb
134
+ - core/spec/language/defined_spec.rb
135
+ - core/spec/language/ensure_spec.rb
136
+ - core/spec/language/hash_spec.rb
137
+ - core/spec/language/if_spec.rb
138
+ - core/spec/language/loop_spec.rb
139
+ - core/spec/language/metaclass_spec.rb
140
+ - core/spec/language/next_spec.rb
141
+ - core/spec/language/or_spec.rb
142
+ - core/spec/language/predefined_spec.rb
143
+ - core/spec/language/regexp_spec.rb
144
+ - core/spec/language/send_spec.rb
145
+ - core/spec/language/singleton_class_spec.rb
146
+ - core/spec/language/super_spec.rb
147
+ - core/spec/language/symbol_spec.rb
148
+ - core/spec/language/undef_spec.rb
149
+ - core/spec/language/unless_spec.rb
150
+ - core/spec/language/until_spec.rb
151
+ - core/spec/language/variables_spec.rb
152
+ - core/spec/language/while_spec.rb
50
153
  - core/string.rb
51
154
  - core/struct.rb
52
155
  - core/time.rb
53
156
  - core/top_self.rb
157
+ - examples/dependencies/.gitignore
158
+ - examples/dependencies/Gemfile
159
+ - examples/dependencies/README.md
160
+ - examples/dependencies/Rakefile
161
+ - examples/dependencies/app.rb
162
+ - examples/dependencies/build/.gitkeep
163
+ - examples/dependencies/index.html
164
+ - examples/hello_world/.gitignore
165
+ - examples/hello_world/Gemfile
166
+ - examples/hello_world/README.md
167
+ - examples/hello_world/Rakefile
168
+ - examples/hello_world/app.rb
169
+ - examples/hello_world/index.html
54
170
  - lib/opal.rb
55
171
  - lib/opal/builder.rb
56
172
  - lib/opal/builder_task.rb
@@ -61,163 +177,59 @@ files:
61
177
  - lib/opal/scope.rb
62
178
  - lib/opal/version.rb
63
179
  - opal.gemspec
64
- - spec/core/array/allocate_spec.rb
65
- - spec/core/array/append_spec.rb
66
- - spec/core/array/assoc_spec.rb
67
- - spec/core/array/at_spec.rb
68
- - spec/core/array/clear_spec.rb
69
- - spec/core/array/clone_spec.rb
70
- - spec/core/array/collect_spec.rb
71
- - spec/core/array/compact_spec.rb
72
- - spec/core/array/concat_spec.rb
73
- - spec/core/array/constructor_spec.rb
74
- - spec/core/array/count_spec.rb
75
- - spec/core/array/delete_at_spec.rb
76
- - spec/core/array/delete_if_spec.rb
77
- - spec/core/array/delete_spec.rb
78
- - spec/core/array/each_index_spec.rb
79
- - spec/core/array/each_spec.rb
80
- - spec/core/array/element_reference_spec.rb
81
- - spec/core/array/empty_spec.rb
82
- - spec/core/array/eql_spec.rb
83
- - spec/core/array/fetch_spec.rb
84
- - spec/core/array/first_spec.rb
85
- - spec/core/array/flatten_spec.rb
86
- - spec/core/array/include_spec.rb
87
- - spec/core/array/insert_spec.rb
88
- - spec/core/array/last_spec.rb
89
- - spec/core/array/length_spec.rb
90
- - spec/core/array/map_spec.rb
91
- - spec/core/array/plus_spec.rb
92
- - spec/core/array/pop_spec.rb
93
- - spec/core/array/push_spec.rb
94
- - spec/core/array/rassoc_spec.rb
95
- - spec/core/array/reject_spec.rb
96
- - spec/core/array/replace_spec.rb
97
- - spec/core/array/reverse_each_spec.rb
98
- - spec/core/array/reverse_spec.rb
99
- - spec/core/array/size_spec.rb
100
- - spec/core/array/to_ary_spec.rb
101
- - spec/core/array/uniq_spec.rb
102
- - spec/core/array/zip_spec.rb
103
- - spec/core/class/new_spec.rb
104
- - spec/core/enumerable/all_spec.rb
105
- - spec/core/enumerable/any_spec.rb
106
- - spec/core/enumerable/collect_spec.rb
107
- - spec/core/enumerable/count_spec.rb
108
- - spec/core/enumerable/fixtures/classes.rb
109
- - spec/core/false/and_spec.rb
110
- - spec/core/false/inspect_spec.rb
111
- - spec/core/false/or_spec.rb
112
- - spec/core/false/to_s_spec.rb
113
- - spec/core/false/xor_spec.rb
114
- - spec/core/hash/allocate_spec.rb
115
- - spec/core/hash/assoc_spec.rb
116
- - spec/core/hash/clear_spec.rb
117
- - spec/core/hash/clone_spec.rb
118
- - spec/core/hash/default_spec.rb
119
- - spec/core/hash/delete_if_spec.rb
120
- - spec/core/hash/element_reference_spec.rb
121
- - spec/core/hash/element_set_spec.rb
122
- - spec/core/hash/merge_spec.rb
123
- - spec/core/hash/new_spec.rb
124
- - spec/core/matchdata/to_a_spec.rb
125
- - spec/core/nil/and_spec.rb
126
- - spec/core/nil/inspect_spec.rb
127
- - spec/core/nil/nil_spec.rb
128
- - spec/core/nil/or_spec.rb
129
- - spec/core/nil/to_a_spec.rb
130
- - spec/core/nil/to_f_spec.rb
131
- - spec/core/nil/to_i_spec.rb
132
- - spec/core/nil/to_s_spec.rb
133
- - spec/core/nil/xor_spec.rb
134
- - spec/core/numeric/equal_value_spec.rb
135
- - spec/core/regexp/match_spec.rb
136
- - spec/core/symbol/to_proc_spec.rb
137
- - spec/core/true/and_spec.rb
138
- - spec/core/true/inspect_spec.rb
139
- - spec/core/true/or_spec.rb
140
- - spec/core/true/to_s_spec.rb
141
- - spec/core/true/xor_spec.rb
142
- - spec/index.html
143
- - spec/language/alias_spec.rb
144
- - spec/language/and_spec.rb
145
- - spec/language/array_spec.rb
146
- - spec/language/block_spec.rb
147
- - spec/language/break_spec.rb
148
- - spec/language/case_spec.rb
149
- - spec/language/defined_spec.rb
150
- - spec/language/ensure_spec.rb
151
- - spec/language/hash_spec.rb
152
- - spec/language/if_spec.rb
153
- - spec/language/loop_spec.rb
154
- - spec/language/metaclass_spec.rb
155
- - spec/language/next_spec.rb
156
- - spec/language/or_spec.rb
157
- - spec/language/predefined_spec.rb
158
- - spec/language/regexp_spec.rb
159
- - spec/language/send_spec.rb
160
- - spec/language/singleton_class_spec.rb
161
- - spec/language/super_spec.rb
162
- - spec/language/symbol_spec.rb
163
- - spec/language/undef_spec.rb
164
- - spec/language/unless_spec.rb
165
- - spec/language/until_spec.rb
166
- - spec/language/variables_spec.rb
167
- - spec/language/while_spec.rb
168
- - test/builder/build_source_spec.rb
169
- - test/builder/fixtures/build_source/adam.rb
170
- - test/builder/fixtures/build_source/bar/a.rb
171
- - test/builder/fixtures/build_source/bar/wow/b.rb
172
- - test/builder/fixtures/build_source/bar/wow/cow/c.rb
173
- - test/builder/fixtures/build_source/beynon.rb
174
- - test/builder/fixtures/build_source/charles.js
175
- - test/builder/fixtures/build_source/foo/a.rb
176
- - test/builder/fixtures/build_source/foo/b.rb
177
- - test/builder/fixtures/build_source/foo/x.js
178
- - test/builder/fixtures/build_source/foo/y.js
179
- - test/grammar/alias_spec.rb
180
- - test/grammar/and_spec.rb
181
- - test/grammar/array_spec.rb
182
- - test/grammar/attrasgn_spec.rb
183
- - test/grammar/begin_spec.rb
184
- - test/grammar/block_spec.rb
185
- - test/grammar/break_spec.rb
186
- - test/grammar/call_spec.rb
187
- - test/grammar/class_spec.rb
188
- - test/grammar/const_spec.rb
189
- - test/grammar/cvar_spec.rb
190
- - test/grammar/def_spec.rb
191
- - test/grammar/false_spec.rb
192
- - test/grammar/file_spec.rb
193
- - test/grammar/gvar_spec.rb
194
- - test/grammar/hash_spec.rb
195
- - test/grammar/iasgn_spec.rb
196
- - test/grammar/if_spec.rb
197
- - test/grammar/iter_spec.rb
198
- - test/grammar/ivar_spec.rb
199
- - test/grammar/lasgn_spec.rb
200
- - test/grammar/line_spec.rb
201
- - test/grammar/lvar_spec.rb
202
- - test/grammar/masgn_spec.rb
203
- - test/grammar/module_spec.rb
204
- - test/grammar/nil_spec.rb
205
- - test/grammar/not_spec.rb
206
- - test/grammar/op_asgn1_spec.rb
207
- - test/grammar/op_asgn2_spec.rb
208
- - test/grammar/or_spec.rb
209
- - test/grammar/return_spec.rb
210
- - test/grammar/sclass_spec.rb
211
- - test/grammar/self_spec.rb
212
- - test/grammar/str_spec.rb
213
- - test/grammar/super_spec.rb
214
- - test/grammar/true_spec.rb
215
- - test/grammar/undef_spec.rb
216
- - test/grammar/unless_spec.rb
217
- - test/grammar/while_spec.rb
218
- - test/grammar/xstr_spec.rb
219
- - test/grammar/yield_spec.rb
220
- - test/spec_helper.rb
180
+ - spec/builder/build_source_spec.rb
181
+ - spec/builder/fixtures/build_source/adam.rb
182
+ - spec/builder/fixtures/build_source/bar/a.rb
183
+ - spec/builder/fixtures/build_source/bar/wow/b.rb
184
+ - spec/builder/fixtures/build_source/bar/wow/cow/c.rb
185
+ - spec/builder/fixtures/build_source/beynon.rb
186
+ - spec/builder/fixtures/build_source/charles.js
187
+ - spec/builder/fixtures/build_source/foo/a.rb
188
+ - spec/builder/fixtures/build_source/foo/b.rb
189
+ - spec/builder/fixtures/build_source/foo/x.js
190
+ - spec/builder/fixtures/build_source/foo/y.js
191
+ - spec/grammar/alias_spec.rb
192
+ - spec/grammar/and_spec.rb
193
+ - spec/grammar/array_spec.rb
194
+ - spec/grammar/attrasgn_spec.rb
195
+ - spec/grammar/begin_spec.rb
196
+ - spec/grammar/block_spec.rb
197
+ - spec/grammar/break_spec.rb
198
+ - spec/grammar/call_spec.rb
199
+ - spec/grammar/class_spec.rb
200
+ - spec/grammar/const_spec.rb
201
+ - spec/grammar/cvar_spec.rb
202
+ - spec/grammar/def_spec.rb
203
+ - spec/grammar/false_spec.rb
204
+ - spec/grammar/file_spec.rb
205
+ - spec/grammar/gvar_spec.rb
206
+ - spec/grammar/hash_spec.rb
207
+ - spec/grammar/iasgn_spec.rb
208
+ - spec/grammar/if_spec.rb
209
+ - spec/grammar/iter_spec.rb
210
+ - spec/grammar/ivar_spec.rb
211
+ - spec/grammar/lasgn_spec.rb
212
+ - spec/grammar/line_spec.rb
213
+ - spec/grammar/lvar_spec.rb
214
+ - spec/grammar/masgn_spec.rb
215
+ - spec/grammar/module_spec.rb
216
+ - spec/grammar/nil_spec.rb
217
+ - spec/grammar/not_spec.rb
218
+ - spec/grammar/op_asgn1_spec.rb
219
+ - spec/grammar/op_asgn2_spec.rb
220
+ - spec/grammar/or_spec.rb
221
+ - spec/grammar/return_spec.rb
222
+ - spec/grammar/sclass_spec.rb
223
+ - spec/grammar/self_spec.rb
224
+ - spec/grammar/str_spec.rb
225
+ - spec/grammar/super_spec.rb
226
+ - spec/grammar/true_spec.rb
227
+ - spec/grammar/undef_spec.rb
228
+ - spec/grammar/unless_spec.rb
229
+ - spec/grammar/while_spec.rb
230
+ - spec/grammar/xstr_spec.rb
231
+ - spec/grammar/yield_spec.rb
232
+ - spec/spec_helper.rb
221
233
  homepage: http://opalrb.org
222
234
  licenses: []
223
235
  post_install_message:
@@ -232,7 +244,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
232
244
  version: '0'
233
245
  segments:
234
246
  - 0
235
- hash: 3701134099825995484
247
+ hash: -3151603171465909170
236
248
  required_rubygems_version: !ruby/object:Gem::Requirement
237
249
  none: false
238
250
  requirements:
@@ -241,168 +253,64 @@ required_rubygems_version: !ruby/object:Gem::Requirement
241
253
  version: '0'
242
254
  segments:
243
255
  - 0
244
- hash: 3701134099825995484
256
+ hash: -3151603171465909170
245
257
  requirements: []
246
258
  rubyforge_project:
247
- rubygems_version: 1.8.10
259
+ rubygems_version: 1.8.11
248
260
  signing_key:
249
261
  specification_version: 3
250
262
  summary: Ruby runtime and core library for javascript
251
263
  test_files:
252
- - spec/core/array/allocate_spec.rb
253
- - spec/core/array/append_spec.rb
254
- - spec/core/array/assoc_spec.rb
255
- - spec/core/array/at_spec.rb
256
- - spec/core/array/clear_spec.rb
257
- - spec/core/array/clone_spec.rb
258
- - spec/core/array/collect_spec.rb
259
- - spec/core/array/compact_spec.rb
260
- - spec/core/array/concat_spec.rb
261
- - spec/core/array/constructor_spec.rb
262
- - spec/core/array/count_spec.rb
263
- - spec/core/array/delete_at_spec.rb
264
- - spec/core/array/delete_if_spec.rb
265
- - spec/core/array/delete_spec.rb
266
- - spec/core/array/each_index_spec.rb
267
- - spec/core/array/each_spec.rb
268
- - spec/core/array/element_reference_spec.rb
269
- - spec/core/array/empty_spec.rb
270
- - spec/core/array/eql_spec.rb
271
- - spec/core/array/fetch_spec.rb
272
- - spec/core/array/first_spec.rb
273
- - spec/core/array/flatten_spec.rb
274
- - spec/core/array/include_spec.rb
275
- - spec/core/array/insert_spec.rb
276
- - spec/core/array/last_spec.rb
277
- - spec/core/array/length_spec.rb
278
- - spec/core/array/map_spec.rb
279
- - spec/core/array/plus_spec.rb
280
- - spec/core/array/pop_spec.rb
281
- - spec/core/array/push_spec.rb
282
- - spec/core/array/rassoc_spec.rb
283
- - spec/core/array/reject_spec.rb
284
- - spec/core/array/replace_spec.rb
285
- - spec/core/array/reverse_each_spec.rb
286
- - spec/core/array/reverse_spec.rb
287
- - spec/core/array/size_spec.rb
288
- - spec/core/array/to_ary_spec.rb
289
- - spec/core/array/uniq_spec.rb
290
- - spec/core/array/zip_spec.rb
291
- - spec/core/class/new_spec.rb
292
- - spec/core/enumerable/all_spec.rb
293
- - spec/core/enumerable/any_spec.rb
294
- - spec/core/enumerable/collect_spec.rb
295
- - spec/core/enumerable/count_spec.rb
296
- - spec/core/enumerable/fixtures/classes.rb
297
- - spec/core/false/and_spec.rb
298
- - spec/core/false/inspect_spec.rb
299
- - spec/core/false/or_spec.rb
300
- - spec/core/false/to_s_spec.rb
301
- - spec/core/false/xor_spec.rb
302
- - spec/core/hash/allocate_spec.rb
303
- - spec/core/hash/assoc_spec.rb
304
- - spec/core/hash/clear_spec.rb
305
- - spec/core/hash/clone_spec.rb
306
- - spec/core/hash/default_spec.rb
307
- - spec/core/hash/delete_if_spec.rb
308
- - spec/core/hash/element_reference_spec.rb
309
- - spec/core/hash/element_set_spec.rb
310
- - spec/core/hash/merge_spec.rb
311
- - spec/core/hash/new_spec.rb
312
- - spec/core/matchdata/to_a_spec.rb
313
- - spec/core/nil/and_spec.rb
314
- - spec/core/nil/inspect_spec.rb
315
- - spec/core/nil/nil_spec.rb
316
- - spec/core/nil/or_spec.rb
317
- - spec/core/nil/to_a_spec.rb
318
- - spec/core/nil/to_f_spec.rb
319
- - spec/core/nil/to_i_spec.rb
320
- - spec/core/nil/to_s_spec.rb
321
- - spec/core/nil/xor_spec.rb
322
- - spec/core/numeric/equal_value_spec.rb
323
- - spec/core/regexp/match_spec.rb
324
- - spec/core/symbol/to_proc_spec.rb
325
- - spec/core/true/and_spec.rb
326
- - spec/core/true/inspect_spec.rb
327
- - spec/core/true/or_spec.rb
328
- - spec/core/true/to_s_spec.rb
329
- - spec/core/true/xor_spec.rb
330
- - spec/index.html
331
- - spec/language/alias_spec.rb
332
- - spec/language/and_spec.rb
333
- - spec/language/array_spec.rb
334
- - spec/language/block_spec.rb
335
- - spec/language/break_spec.rb
336
- - spec/language/case_spec.rb
337
- - spec/language/defined_spec.rb
338
- - spec/language/ensure_spec.rb
339
- - spec/language/hash_spec.rb
340
- - spec/language/if_spec.rb
341
- - spec/language/loop_spec.rb
342
- - spec/language/metaclass_spec.rb
343
- - spec/language/next_spec.rb
344
- - spec/language/or_spec.rb
345
- - spec/language/predefined_spec.rb
346
- - spec/language/regexp_spec.rb
347
- - spec/language/send_spec.rb
348
- - spec/language/singleton_class_spec.rb
349
- - spec/language/super_spec.rb
350
- - spec/language/symbol_spec.rb
351
- - spec/language/undef_spec.rb
352
- - spec/language/unless_spec.rb
353
- - spec/language/until_spec.rb
354
- - spec/language/variables_spec.rb
355
- - spec/language/while_spec.rb
356
- - test/builder/build_source_spec.rb
357
- - test/builder/fixtures/build_source/adam.rb
358
- - test/builder/fixtures/build_source/bar/a.rb
359
- - test/builder/fixtures/build_source/bar/wow/b.rb
360
- - test/builder/fixtures/build_source/bar/wow/cow/c.rb
361
- - test/builder/fixtures/build_source/beynon.rb
362
- - test/builder/fixtures/build_source/charles.js
363
- - test/builder/fixtures/build_source/foo/a.rb
364
- - test/builder/fixtures/build_source/foo/b.rb
365
- - test/builder/fixtures/build_source/foo/x.js
366
- - test/builder/fixtures/build_source/foo/y.js
367
- - test/grammar/alias_spec.rb
368
- - test/grammar/and_spec.rb
369
- - test/grammar/array_spec.rb
370
- - test/grammar/attrasgn_spec.rb
371
- - test/grammar/begin_spec.rb
372
- - test/grammar/block_spec.rb
373
- - test/grammar/break_spec.rb
374
- - test/grammar/call_spec.rb
375
- - test/grammar/class_spec.rb
376
- - test/grammar/const_spec.rb
377
- - test/grammar/cvar_spec.rb
378
- - test/grammar/def_spec.rb
379
- - test/grammar/false_spec.rb
380
- - test/grammar/file_spec.rb
381
- - test/grammar/gvar_spec.rb
382
- - test/grammar/hash_spec.rb
383
- - test/grammar/iasgn_spec.rb
384
- - test/grammar/if_spec.rb
385
- - test/grammar/iter_spec.rb
386
- - test/grammar/ivar_spec.rb
387
- - test/grammar/lasgn_spec.rb
388
- - test/grammar/line_spec.rb
389
- - test/grammar/lvar_spec.rb
390
- - test/grammar/masgn_spec.rb
391
- - test/grammar/module_spec.rb
392
- - test/grammar/nil_spec.rb
393
- - test/grammar/not_spec.rb
394
- - test/grammar/op_asgn1_spec.rb
395
- - test/grammar/op_asgn2_spec.rb
396
- - test/grammar/or_spec.rb
397
- - test/grammar/return_spec.rb
398
- - test/grammar/sclass_spec.rb
399
- - test/grammar/self_spec.rb
400
- - test/grammar/str_spec.rb
401
- - test/grammar/super_spec.rb
402
- - test/grammar/true_spec.rb
403
- - test/grammar/undef_spec.rb
404
- - test/grammar/unless_spec.rb
405
- - test/grammar/while_spec.rb
406
- - test/grammar/xstr_spec.rb
407
- - test/grammar/yield_spec.rb
408
- - test/spec_helper.rb
264
+ - spec/builder/build_source_spec.rb
265
+ - spec/builder/fixtures/build_source/adam.rb
266
+ - spec/builder/fixtures/build_source/bar/a.rb
267
+ - spec/builder/fixtures/build_source/bar/wow/b.rb
268
+ - spec/builder/fixtures/build_source/bar/wow/cow/c.rb
269
+ - spec/builder/fixtures/build_source/beynon.rb
270
+ - spec/builder/fixtures/build_source/charles.js
271
+ - spec/builder/fixtures/build_source/foo/a.rb
272
+ - spec/builder/fixtures/build_source/foo/b.rb
273
+ - spec/builder/fixtures/build_source/foo/x.js
274
+ - spec/builder/fixtures/build_source/foo/y.js
275
+ - spec/grammar/alias_spec.rb
276
+ - spec/grammar/and_spec.rb
277
+ - spec/grammar/array_spec.rb
278
+ - spec/grammar/attrasgn_spec.rb
279
+ - spec/grammar/begin_spec.rb
280
+ - spec/grammar/block_spec.rb
281
+ - spec/grammar/break_spec.rb
282
+ - spec/grammar/call_spec.rb
283
+ - spec/grammar/class_spec.rb
284
+ - spec/grammar/const_spec.rb
285
+ - spec/grammar/cvar_spec.rb
286
+ - spec/grammar/def_spec.rb
287
+ - spec/grammar/false_spec.rb
288
+ - spec/grammar/file_spec.rb
289
+ - spec/grammar/gvar_spec.rb
290
+ - spec/grammar/hash_spec.rb
291
+ - spec/grammar/iasgn_spec.rb
292
+ - spec/grammar/if_spec.rb
293
+ - spec/grammar/iter_spec.rb
294
+ - spec/grammar/ivar_spec.rb
295
+ - spec/grammar/lasgn_spec.rb
296
+ - spec/grammar/line_spec.rb
297
+ - spec/grammar/lvar_spec.rb
298
+ - spec/grammar/masgn_spec.rb
299
+ - spec/grammar/module_spec.rb
300
+ - spec/grammar/nil_spec.rb
301
+ - spec/grammar/not_spec.rb
302
+ - spec/grammar/op_asgn1_spec.rb
303
+ - spec/grammar/op_asgn2_spec.rb
304
+ - spec/grammar/or_spec.rb
305
+ - spec/grammar/return_spec.rb
306
+ - spec/grammar/sclass_spec.rb
307
+ - spec/grammar/self_spec.rb
308
+ - spec/grammar/str_spec.rb
309
+ - spec/grammar/super_spec.rb
310
+ - spec/grammar/true_spec.rb
311
+ - spec/grammar/undef_spec.rb
312
+ - spec/grammar/unless_spec.rb
313
+ - spec/grammar/while_spec.rb
314
+ - spec/grammar/xstr_spec.rb
315
+ - spec/grammar/yield_spec.rb
316
+ - spec/spec_helper.rb