Skip to content

Commit 678b2de

Browse files
authored
Merge pull request #316 from smalruby/bump-up-opal-1-5-1-for-browser
chore: bump up Opal version 1.5.1 for browser
2 parents e7405f2 + 714aa6f commit 678b2de

File tree

9 files changed

+46320
-33050
lines changed

9 files changed

+46320
-33050
lines changed

opal/config-opal-parser.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Opal.load('opal-parser');
22
Opal.load('parser');
3-
Opal.load('parser/ruby23');
4-
Opal.Parser.CurrentRuby = Opal.Parser.Ruby23;
3+
Opal.load('parser/ruby31');
4+
Opal.Parser.CurrentRuby = Opal.Parser.Ruby31;

opal/config-opal.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
Opal.load('opal');
21
Opal.config.unsupported_features_severity = 'ignore';

0 commit comments

Comments
 (0)