This website requires JavaScript.
Explore
Help
Register
Sign In
github-mirror
/
discourse
Watch
2
Star
0
Fork
0
You've already forked discourse
mirror of
https://github.com/discourse/discourse.git
synced
2024-12-13 05:15:47 +08:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
bc05d3bcdd
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-03 06:17:27 +08:00
# frozen_string_literal: true
Transpile ES6 even without node, just using rubyracer
2014-05-06 06:04:09 +08:00
module
ES6ModuleTranspiler
module
Rails
VERSION
=
'0.4.0'
end
end
Reference in New Issue
Copy Permalink