This website requires JavaScript.
Explore
Help
Sign In
Discource-C
/
discourse
mirror of
https://github.com/discourse/discourse.git
Watch
1
Star
0
Fork
You've already forked discourse
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
32a11a93ac
discourse
/
lib
/
es6_module_transpiler
/
rails
/
version.rb
8 lines
105 B
Ruby
Raw
Normal View
History
Unescape
Escape
DEV: enable frozen string literal on all files This reduces chances of errors where consumers of strings mutate inputs and reduces memory usage of the app. Test suite passes now, but there may be some stuff left, so we will run a few sites on a branch prior to merging
2019-05-02 18:17:27 -04:00
# frozen_string_literal: true
Transpile ES6 even without node, just using rubyracer
2014-05-05 18:04:09 -04:00
module
ES6ModuleTranspiler
module
Rails
VERSION
=
'0.4.0'
end
end