bedrock_sass 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (466) hide show
  1. checksums.yaml +4 -4
  2. data/assets/_vendor/ace/ace.js +255 -589
  3. data/assets/_vendor/ace/ext-beautify.js +1 -2
  4. data/assets/_vendor/ace/ext-elastic_tabstops_lite.js +2 -2
  5. data/assets/_vendor/ace/ext-emmet.js +4 -4
  6. data/assets/_vendor/ace/ext-error_marker.js +1 -2
  7. data/assets/_vendor/ace/ext-keybinding_menu.js +1 -2
  8. data/assets/_vendor/ace/ext-language_tools.js +5 -9
  9. data/assets/_vendor/ace/ext-linking.js +1 -2
  10. data/assets/_vendor/ace/ext-modelist.js +9 -5
  11. data/assets/_vendor/ace/ext-options.js +10 -7
  12. data/assets/_vendor/ace/ext-rtl.js +1 -2
  13. data/assets/_vendor/ace/ext-searchbox.js +8 -4
  14. data/assets/_vendor/ace/ext-settings_menu.js +10 -7
  15. data/assets/_vendor/ace/ext-spellcheck.js +1 -2
  16. data/assets/_vendor/ace/ext-split.js +1 -2
  17. data/assets/_vendor/ace/ext-static_highlight.js +11 -8
  18. data/assets/_vendor/ace/ext-statusbar.js +1 -2
  19. data/assets/_vendor/ace/ext-textarea.js +1 -5
  20. data/assets/_vendor/ace/ext-themelist.js +2 -4
  21. data/assets/_vendor/ace/ext-whitespace.js +1 -2
  22. data/assets/_vendor/ace/keybinding-emacs.js +6 -2
  23. data/assets/_vendor/ace/keybinding-vim.js +13 -25
  24. data/assets/_vendor/ace/mode-abap.js +2 -3
  25. data/assets/_vendor/ace/mode-abc.js +3 -2
  26. data/assets/_vendor/ace/mode-actionscript.js +2 -2
  27. data/assets/_vendor/ace/mode-ada.js +1 -2
  28. data/assets/_vendor/ace/mode-apache_conf.js +2 -2
  29. data/assets/_vendor/ace/mode-apex.js +457 -0
  30. data/assets/_vendor/ace/mode-applescript.js +1 -2
  31. data/assets/_vendor/ace/mode-asciidoc.js +2 -2
  32. data/assets/_vendor/ace/mode-asl.js +1 -2
  33. data/assets/_vendor/ace/mode-assembly_x86.js +2 -2
  34. data/assets/_vendor/ace/mode-autohotkey.js +1 -2
  35. data/assets/_vendor/ace/mode-batchfile.js +2 -2
  36. data/assets/_vendor/ace/mode-bro.js +2 -2
  37. data/assets/_vendor/ace/mode-c9search.js +1 -2
  38. data/assets/_vendor/ace/mode-c_cpp.js +2 -2
  39. data/assets/_vendor/ace/mode-cirru.js +1 -2
  40. data/assets/_vendor/ace/mode-clojure.js +2 -2
  41. data/assets/_vendor/ace/mode-cobol.js +1 -2
  42. data/assets/_vendor/ace/mode-coffee.js +1 -2
  43. data/assets/_vendor/ace/mode-coldfusion.js +3 -2
  44. data/assets/_vendor/ace/mode-csharp.js +3 -3
  45. data/assets/_vendor/ace/mode-csound_document.js +319 -80
  46. data/assets/_vendor/ace/mode-csound_orchestra.js +323 -86
  47. data/assets/_vendor/ace/mode-csound_score.js +1 -2
  48. data/assets/_vendor/ace/mode-csp.js +1 -2
  49. data/assets/_vendor/ace/mode-css.js +2 -2
  50. data/assets/_vendor/ace/mode-curly.js +3 -2
  51. data/assets/_vendor/ace/mode-d.js +2 -2
  52. data/assets/_vendor/ace/mode-dart.js +24 -14
  53. data/assets/_vendor/ace/mode-diff.js +4 -4
  54. data/assets/_vendor/ace/mode-django.js +3 -2
  55. data/assets/_vendor/ace/mode-dockerfile.js +3 -2
  56. data/assets/_vendor/ace/mode-dot.js +1 -2
  57. data/assets/_vendor/ace/mode-drools.js +3 -2
  58. data/assets/_vendor/ace/mode-edifact.js +2 -2
  59. data/assets/_vendor/ace/mode-eiffel.js +1 -2
  60. data/assets/_vendor/ace/mode-ejs.js +5 -2
  61. data/assets/_vendor/ace/mode-elixir.js +2 -2
  62. data/assets/_vendor/ace/mode-elm.js +1 -2
  63. data/assets/_vendor/ace/mode-erlang.js +2 -2
  64. data/assets/_vendor/ace/mode-forth.js +2 -2
  65. data/assets/_vendor/ace/mode-fortran.js +1 -2
  66. data/assets/_vendor/ace/mode-fsharp.js +1 -2
  67. data/assets/_vendor/ace/mode-fsl.js +258 -0
  68. data/assets/_vendor/ace/mode-ftl.js +3 -2
  69. data/assets/_vendor/ace/mode-gcode.js +1 -2
  70. data/assets/_vendor/ace/mode-gherkin.js +2 -4
  71. data/assets/_vendor/ace/mode-gitignore.js +1 -2
  72. data/assets/_vendor/ace/mode-glsl.js +2 -2
  73. data/assets/_vendor/ace/mode-gobstones.js +3 -2
  74. data/assets/_vendor/ace/mode-golang.js +1 -2
  75. data/assets/_vendor/ace/mode-graphqlschema.js +1 -2
  76. data/assets/_vendor/ace/mode-groovy.js +4 -2
  77. data/assets/_vendor/ace/mode-haml.js +5 -2
  78. data/assets/_vendor/ace/mode-handlebars.js +3 -2
  79. data/assets/_vendor/ace/mode-haskell.js +2 -2
  80. data/assets/_vendor/ace/mode-haskell_cabal.js +1 -2
  81. data/assets/_vendor/ace/mode-haxe.js +2 -2
  82. data/assets/_vendor/ace/mode-hjson.js +2 -2
  83. data/assets/_vendor/ace/mode-html.js +3 -2
  84. data/assets/_vendor/ace/mode-html_elixir.js +4 -2
  85. data/assets/_vendor/ace/mode-html_ruby.js +5 -2
  86. data/assets/_vendor/ace/mode-ini.js +1 -2
  87. data/assets/_vendor/ace/mode-io.js +2 -2
  88. data/assets/_vendor/ace/mode-jack.js +1 -2
  89. data/assets/_vendor/ace/mode-jade.js +14 -115
  90. data/assets/_vendor/ace/mode-java.js +64 -3
  91. data/assets/_vendor/ace/mode-javascript.js +2 -2
  92. data/assets/_vendor/ace/mode-json.js +1 -2
  93. data/assets/_vendor/ace/mode-jsoniq.js +8 -2317
  94. data/assets/_vendor/ace/mode-jsp.js +4 -2
  95. data/assets/_vendor/ace/mode-jssm.js +2 -2
  96. data/assets/_vendor/ace/mode-jsx.js +1 -2
  97. data/assets/_vendor/ace/mode-julia.js +2 -2
  98. data/assets/_vendor/ace/mode-kotlin.js +2 -2
  99. data/assets/_vendor/ace/mode-latex.js +1 -2
  100. data/assets/_vendor/ace/mode-less.js +4 -2
  101. data/assets/_vendor/ace/mode-liquid.js +2026 -477
  102. data/assets/_vendor/ace/mode-lisp.js +2 -2
  103. data/assets/_vendor/ace/mode-livescript.js +1 -2
  104. data/assets/_vendor/ace/mode-logiql.js +2 -2
  105. data/assets/_vendor/ace/mode-logtalk.js +352 -0
  106. data/assets/_vendor/ace/mode-lsl.js +1 -2
  107. data/assets/_vendor/ace/mode-lua.js +1 -2
  108. data/assets/_vendor/ace/mode-luapage.js +3 -2
  109. data/assets/_vendor/ace/mode-lucene.js +2 -3
  110. data/assets/_vendor/ace/mode-makefile.js +3 -2
  111. data/assets/_vendor/ace/mode-markdown.js +5 -2
  112. data/assets/_vendor/ace/mode-mask.js +3 -2
  113. data/assets/_vendor/ace/mode-matlab.js +1 -2
  114. data/assets/_vendor/ace/mode-maze.js +2 -2
  115. data/assets/_vendor/ace/mode-mel.js +2 -2
  116. data/assets/_vendor/ace/mode-mixal.js +1 -2
  117. data/assets/_vendor/ace/mode-mushcode.js +2 -2
  118. data/assets/_vendor/ace/mode-mysql.js +3 -4
  119. data/assets/_vendor/ace/mode-nix.js +2 -2
  120. data/assets/_vendor/ace/mode-nsis.js +2 -2
  121. data/assets/_vendor/ace/mode-objectivec.js +3 -2
  122. data/assets/_vendor/ace/mode-ocaml.js +1 -2
  123. data/assets/_vendor/ace/mode-pascal.js +2 -2
  124. data/assets/_vendor/ace/mode-perl.js +2 -2
  125. data/assets/_vendor/ace/mode-perl6.js +593 -0
  126. data/assets/_vendor/ace/mode-pgsql.js +304 -69
  127. data/assets/_vendor/ace/mode-php.js +844 -1029
  128. data/assets/_vendor/ace/mode-php_laravel_blade.js +844 -1029
  129. data/assets/_vendor/ace/mode-pig.js +2 -2
  130. data/assets/_vendor/ace/mode-plain_text.js +1 -2
  131. data/assets/_vendor/ace/mode-powershell.js +2 -2
  132. data/assets/_vendor/ace/mode-praat.js +2 -2
  133. data/assets/_vendor/ace/mode-prolog.js +2 -2
  134. data/assets/_vendor/ace/mode-properties.js +1 -2
  135. data/assets/_vendor/ace/mode-protobuf.js +2 -2
  136. data/assets/_vendor/ace/mode-puppet.js +1 -2
  137. data/assets/_vendor/ace/mode-python.js +297 -63
  138. data/assets/_vendor/ace/mode-r.js +3 -2
  139. data/assets/_vendor/ace/mode-razor.js +9 -3
  140. data/assets/_vendor/ace/mode-rdoc.js +2 -2
  141. data/assets/_vendor/ace/mode-red.js +2 -2
  142. data/assets/_vendor/ace/mode-redshift.js +1 -2
  143. data/assets/_vendor/ace/mode-rhtml.js +5 -2
  144. data/assets/_vendor/ace/mode-rst.js +1 -2
  145. data/assets/_vendor/ace/mode-ruby.js +3 -2
  146. data/assets/_vendor/ace/mode-rust.js +2 -2
  147. data/assets/_vendor/ace/mode-sass.js +205 -117
  148. data/assets/_vendor/ace/mode-scad.js +2 -2
  149. data/assets/_vendor/ace/mode-scala.js +3 -2
  150. data/assets/_vendor/ace/mode-scheme.js +2 -2
  151. data/assets/_vendor/ace/mode-scss.js +204 -115
  152. data/assets/_vendor/ace/mode-sh.js +3 -2
  153. data/assets/_vendor/ace/mode-sjs.js +2 -2
  154. data/assets/_vendor/ace/mode-slim.js +18 -117
  155. data/assets/_vendor/ace/mode-smarty.js +3 -2
  156. data/assets/_vendor/ace/mode-snippets.js +1 -2
  157. data/assets/_vendor/ace/mode-soy_template.js +4 -2
  158. data/assets/_vendor/ace/mode-space.js +1 -2
  159. data/assets/_vendor/ace/mode-sparql.js +2 -2
  160. data/assets/_vendor/ace/mode-sql.js +2 -3
  161. data/assets/_vendor/ace/mode-sqlserver.js +2 -2
  162. data/assets/_vendor/ace/mode-stylus.js +3 -2
  163. data/assets/_vendor/ace/mode-svg.js +2 -2
  164. data/assets/_vendor/ace/mode-swift.js +1 -2
  165. data/assets/_vendor/ace/mode-tcl.js +2 -2
  166. data/assets/_vendor/ace/mode-terraform.js +1 -2
  167. data/assets/_vendor/ace/mode-tex.js +2 -2
  168. data/assets/_vendor/ace/mode-text.js +1 -2
  169. data/assets/_vendor/ace/mode-textile.js +1 -2
  170. data/assets/_vendor/ace/mode-toml.js +1 -2
  171. data/assets/_vendor/ace/mode-tsx.js +2 -2
  172. data/assets/_vendor/ace/mode-turtle.js +2 -2
  173. data/assets/_vendor/ace/mode-twig.js +3 -2
  174. data/assets/_vendor/ace/mode-typescript.js +2 -2
  175. data/assets/_vendor/ace/mode-vala.js +2 -2
  176. data/assets/_vendor/ace/mode-vbscript.js +1 -2
  177. data/assets/_vendor/ace/mode-velocity.js +4 -2
  178. data/assets/_vendor/ace/mode-verilog.js +1 -2
  179. data/assets/_vendor/ace/mode-vhdl.js +1 -2
  180. data/assets/_vendor/ace/mode-visualforce.js +2641 -0
  181. data/assets/_vendor/ace/mode-wollok.js +3 -2
  182. data/assets/_vendor/ace/mode-xml.js +1 -2
  183. data/assets/_vendor/ace/mode-xquery.js +8 -2287
  184. data/assets/_vendor/ace/mode-yaml.js +1 -2
  185. data/assets/_vendor/ace/snippets/abap.js +2 -3
  186. data/assets/_vendor/ace/snippets/abc.js +1 -2
  187. data/assets/_vendor/ace/snippets/actionscript.js +1 -2
  188. data/assets/_vendor/ace/snippets/ada.js +2 -3
  189. data/assets/_vendor/ace/snippets/apache_conf.js +2 -3
  190. data/assets/_vendor/ace/snippets/apex.js +14 -0
  191. data/assets/_vendor/ace/snippets/applescript.js +2 -3
  192. data/assets/_vendor/ace/snippets/asciidoc.js +2 -3
  193. data/assets/_vendor/ace/snippets/asl.js +2 -3
  194. data/assets/_vendor/ace/snippets/assembly_x86.js +2 -3
  195. data/assets/_vendor/ace/snippets/autohotkey.js +2 -3
  196. data/assets/_vendor/ace/snippets/batchfile.js +2 -3
  197. data/assets/_vendor/ace/snippets/bro.js +1 -2
  198. data/assets/_vendor/ace/snippets/c9search.js +2 -3
  199. data/assets/_vendor/ace/snippets/c_cpp.js +1 -2
  200. data/assets/_vendor/ace/snippets/cirru.js +2 -3
  201. data/assets/_vendor/ace/snippets/clojure.js +1 -2
  202. data/assets/_vendor/ace/snippets/cobol.js +2 -3
  203. data/assets/_vendor/ace/snippets/coffee.js +1 -2
  204. data/assets/_vendor/ace/snippets/coldfusion.js +2 -3
  205. data/assets/_vendor/ace/snippets/csharp.js +2 -3
  206. data/assets/_vendor/ace/snippets/csound_document.js +1 -2
  207. data/assets/_vendor/ace/snippets/csound_orchestra.js +1 -2
  208. data/assets/_vendor/ace/snippets/csound_score.js +2 -3
  209. data/assets/_vendor/ace/snippets/csp.js +1 -2
  210. data/assets/_vendor/ace/snippets/css.js +1 -2
  211. data/assets/_vendor/ace/snippets/curly.js +2 -3
  212. data/assets/_vendor/ace/snippets/d.js +2 -3
  213. data/assets/_vendor/ace/snippets/dart.js +1 -2
  214. data/assets/_vendor/ace/snippets/diff.js +1 -2
  215. data/assets/_vendor/ace/snippets/django.js +1 -2
  216. data/assets/_vendor/ace/snippets/dockerfile.js +2 -3
  217. data/assets/_vendor/ace/snippets/dot.js +2 -3
  218. data/assets/_vendor/ace/snippets/drools.js +1 -2
  219. data/assets/_vendor/ace/snippets/edifact.js +1 -2
  220. data/assets/_vendor/ace/snippets/eiffel.js +2 -3
  221. data/assets/_vendor/ace/snippets/ejs.js +2 -3
  222. data/assets/_vendor/ace/snippets/elixir.js +1 -2
  223. data/assets/_vendor/ace/snippets/elm.js +2 -3
  224. data/assets/_vendor/ace/snippets/erlang.js +1 -2
  225. data/assets/_vendor/ace/snippets/forth.js +2 -3
  226. data/assets/_vendor/ace/snippets/fortran.js +2 -3
  227. data/assets/_vendor/ace/snippets/fsharp.js +2 -3
  228. data/assets/_vendor/ace/snippets/fsl.js +14 -0
  229. data/assets/_vendor/ace/snippets/ftl.js +2 -3
  230. data/assets/_vendor/ace/snippets/gcode.js +2 -3
  231. data/assets/_vendor/ace/snippets/gherkin.js +2 -3
  232. data/assets/_vendor/ace/snippets/gitignore.js +2 -3
  233. data/assets/_vendor/ace/snippets/glsl.js +2 -3
  234. data/assets/_vendor/ace/snippets/gobstones.js +1 -2
  235. data/assets/_vendor/ace/snippets/golang.js +2 -3
  236. data/assets/_vendor/ace/snippets/graphqlschema.js +1 -2
  237. data/assets/_vendor/ace/snippets/groovy.js +2 -3
  238. data/assets/_vendor/ace/snippets/haml.js +1 -2
  239. data/assets/_vendor/ace/snippets/handlebars.js +2 -3
  240. data/assets/_vendor/ace/snippets/haskell.js +1 -2
  241. data/assets/_vendor/ace/snippets/haskell_cabal.js +2 -3
  242. data/assets/_vendor/ace/snippets/haxe.js +2 -3
  243. data/assets/_vendor/ace/snippets/hjson.js +1 -2
  244. data/assets/_vendor/ace/snippets/html.js +1 -2
  245. data/assets/_vendor/ace/snippets/html_elixir.js +2 -3
  246. data/assets/_vendor/ace/snippets/html_ruby.js +2 -3
  247. data/assets/_vendor/ace/snippets/ini.js +2 -3
  248. data/assets/_vendor/ace/snippets/io.js +1 -2
  249. data/assets/_vendor/ace/snippets/jack.js +2 -3
  250. data/assets/_vendor/ace/snippets/jade.js +2 -3
  251. data/assets/_vendor/ace/snippets/java.js +1 -2
  252. data/assets/_vendor/ace/snippets/javascript.js +1 -2
  253. data/assets/_vendor/ace/snippets/json.js +2 -3
  254. data/assets/_vendor/ace/snippets/jsoniq.js +1 -2
  255. data/assets/_vendor/ace/snippets/jsp.js +1 -2
  256. data/assets/_vendor/ace/snippets/jssm.js +1 -2
  257. data/assets/_vendor/ace/snippets/jsx.js +2 -3
  258. data/assets/_vendor/ace/snippets/julia.js +2 -3
  259. data/assets/_vendor/ace/snippets/kotlin.js +1 -2
  260. data/assets/_vendor/ace/snippets/latex.js +2 -3
  261. data/assets/_vendor/ace/snippets/less.js +2 -3
  262. data/assets/_vendor/ace/snippets/liquid.js +883 -3
  263. data/assets/_vendor/ace/snippets/lisp.js +2 -3
  264. data/assets/_vendor/ace/snippets/livescript.js +2 -3
  265. data/assets/_vendor/ace/snippets/logiql.js +2 -3
  266. data/assets/_vendor/ace/snippets/logtalk.js +14 -0
  267. data/assets/_vendor/ace/snippets/lsl.js +1 -2
  268. data/assets/_vendor/ace/snippets/lua.js +1 -2
  269. data/assets/_vendor/ace/snippets/luapage.js +2 -3
  270. data/assets/_vendor/ace/snippets/lucene.js +2 -3
  271. data/assets/_vendor/ace/snippets/makefile.js +1 -2
  272. data/assets/_vendor/ace/snippets/markdown.js +1 -2
  273. data/assets/_vendor/ace/snippets/mask.js +2 -3
  274. data/assets/_vendor/ace/snippets/matlab.js +2 -3
  275. data/assets/_vendor/ace/snippets/maze.js +1 -2
  276. data/assets/_vendor/ace/snippets/mel.js +2 -3
  277. data/assets/_vendor/ace/snippets/mixal.js +2 -3
  278. data/assets/_vendor/ace/snippets/mushcode.js +2 -3
  279. data/assets/_vendor/ace/snippets/mysql.js +2 -3
  280. data/assets/_vendor/ace/snippets/nix.js +2 -3
  281. data/assets/_vendor/ace/snippets/nsis.js +1 -2
  282. data/assets/_vendor/ace/snippets/objectivec.js +2 -3
  283. data/assets/_vendor/ace/snippets/ocaml.js +2 -3
  284. data/assets/_vendor/ace/snippets/pascal.js +2 -3
  285. data/assets/_vendor/ace/snippets/perl.js +1 -2
  286. data/assets/_vendor/ace/snippets/perl6.js +14 -0
  287. data/assets/_vendor/ace/snippets/pgsql.js +2 -3
  288. data/assets/_vendor/ace/snippets/php.js +1 -2
  289. data/assets/_vendor/ace/snippets/php_laravel_blade.js +2 -3
  290. data/assets/_vendor/ace/snippets/pig.js +2 -3
  291. data/assets/_vendor/ace/snippets/plain_text.js +2 -3
  292. data/assets/_vendor/ace/snippets/powershell.js +2 -3
  293. data/assets/_vendor/ace/snippets/praat.js +2 -3
  294. data/assets/_vendor/ace/snippets/prolog.js +2 -3
  295. data/assets/_vendor/ace/snippets/properties.js +2 -3
  296. data/assets/_vendor/ace/snippets/protobuf.js +1 -2
  297. data/assets/_vendor/ace/snippets/puppet.js +2 -3
  298. data/assets/_vendor/ace/snippets/python.js +1 -2
  299. data/assets/_vendor/ace/snippets/r.js +1 -2
  300. data/assets/_vendor/ace/snippets/razor.js +1 -2
  301. data/assets/_vendor/ace/snippets/rdoc.js +2 -3
  302. data/assets/_vendor/ace/snippets/red.js +1 -2
  303. data/assets/_vendor/ace/snippets/redshift.js +2 -3
  304. data/assets/_vendor/ace/snippets/rhtml.js +2 -3
  305. data/assets/_vendor/ace/snippets/rst.js +1 -2
  306. data/assets/_vendor/ace/snippets/ruby.js +1 -2
  307. data/assets/_vendor/ace/snippets/rust.js +2 -3
  308. data/assets/_vendor/ace/snippets/sass.js +2 -3
  309. data/assets/_vendor/ace/snippets/scad.js +2 -3
  310. data/assets/_vendor/ace/snippets/scala.js +2 -3
  311. data/assets/_vendor/ace/snippets/scheme.js +2 -3
  312. data/assets/_vendor/ace/snippets/scss.js +2 -3
  313. data/assets/_vendor/ace/snippets/sh.js +1 -2
  314. data/assets/_vendor/ace/snippets/sjs.js +2 -3
  315. data/assets/_vendor/ace/snippets/slim.js +2 -3
  316. data/assets/_vendor/ace/snippets/smarty.js +2 -3
  317. data/assets/_vendor/ace/snippets/snippets.js +1 -2
  318. data/assets/_vendor/ace/snippets/soy_template.js +2 -3
  319. data/assets/_vendor/ace/snippets/space.js +2 -3
  320. data/assets/_vendor/ace/snippets/sparql.js +1 -2
  321. data/assets/_vendor/ace/snippets/sql.js +1 -2
  322. data/assets/_vendor/ace/snippets/sqlserver.js +1 -2
  323. data/assets/_vendor/ace/snippets/stylus.js +2 -3
  324. data/assets/_vendor/ace/snippets/svg.js +2 -3
  325. data/assets/_vendor/ace/snippets/swift.js +2 -3
  326. data/assets/_vendor/ace/snippets/tcl.js +1 -2
  327. data/assets/_vendor/ace/snippets/terraform.js +2 -3
  328. data/assets/_vendor/ace/snippets/tex.js +1 -2
  329. data/assets/_vendor/ace/snippets/text.js +2 -3
  330. data/assets/_vendor/ace/snippets/textile.js +1 -2
  331. data/assets/_vendor/ace/snippets/toml.js +2 -3
  332. data/assets/_vendor/ace/snippets/tsx.js +2 -3
  333. data/assets/_vendor/ace/snippets/turtle.js +1 -2
  334. data/assets/_vendor/ace/snippets/twig.js +2 -3
  335. data/assets/_vendor/ace/snippets/typescript.js +2 -3
  336. data/assets/_vendor/ace/snippets/vala.js +1 -2
  337. data/assets/_vendor/ace/snippets/vbscript.js +2 -3
  338. data/assets/_vendor/ace/snippets/velocity.js +1 -2
  339. data/assets/_vendor/ace/snippets/verilog.js +2 -3
  340. data/assets/_vendor/ace/snippets/vhdl.js +2 -3
  341. data/assets/_vendor/ace/snippets/visualforce.js +14 -0
  342. data/assets/_vendor/ace/snippets/wollok.js +1 -2
  343. data/assets/_vendor/ace/snippets/xml.js +2 -3
  344. data/assets/_vendor/ace/snippets/xquery.js +1 -2
  345. data/assets/_vendor/ace/snippets/yaml.js +2 -3
  346. data/assets/_vendor/ace/theme-ambiance.js +1 -2
  347. data/assets/_vendor/ace/theme-chaos.js +1 -2
  348. data/assets/_vendor/ace/theme-chrome.js +1 -2
  349. data/assets/_vendor/ace/theme-clouds.js +1 -2
  350. data/assets/_vendor/ace/theme-clouds_midnight.js +1 -2
  351. data/assets/_vendor/ace/theme-cobalt.js +1 -2
  352. data/assets/_vendor/ace/theme-crimson_editor.js +1 -2
  353. data/assets/_vendor/ace/theme-dawn.js +1 -2
  354. data/assets/_vendor/ace/theme-dracula.js +1 -2
  355. data/assets/_vendor/ace/theme-dreamweaver.js +1 -2
  356. data/assets/_vendor/ace/theme-eclipse.js +1 -2
  357. data/assets/_vendor/ace/theme-github.js +3 -3
  358. data/assets/_vendor/ace/theme-gob.js +1 -2
  359. data/assets/_vendor/ace/theme-gruvbox.js +1 -2
  360. data/assets/_vendor/ace/theme-idle_fingers.js +1 -2
  361. data/assets/_vendor/ace/theme-iplastic.js +1 -2
  362. data/assets/_vendor/ace/theme-katzenmilch.js +1 -2
  363. data/assets/_vendor/ace/theme-kr_theme.js +1 -2
  364. data/assets/_vendor/ace/theme-kuroir.js +1 -2
  365. data/assets/_vendor/ace/theme-merbivore.js +1 -2
  366. data/assets/_vendor/ace/theme-merbivore_soft.js +1 -2
  367. data/assets/_vendor/ace/theme-mono_industrial.js +1 -2
  368. data/assets/_vendor/ace/theme-monokai.js +1 -2
  369. data/assets/_vendor/ace/theme-pastel_on_dark.js +1 -2
  370. data/assets/_vendor/ace/theme-solarized_dark.js +1 -2
  371. data/assets/_vendor/ace/theme-solarized_light.js +1 -2
  372. data/assets/_vendor/ace/theme-sqlserver.js +1 -2
  373. data/assets/_vendor/ace/theme-terminal.js +1 -2
  374. data/assets/_vendor/ace/theme-textmate.js +1 -2
  375. data/assets/_vendor/ace/theme-tomorrow.js +1 -2
  376. data/assets/_vendor/ace/theme-tomorrow_night.js +1 -2
  377. data/assets/_vendor/ace/theme-tomorrow_night_blue.js +1 -2
  378. data/assets/_vendor/ace/theme-tomorrow_night_bright.js +1 -2
  379. data/assets/_vendor/ace/theme-tomorrow_night_eighties.js +1 -2
  380. data/assets/_vendor/ace/theme-twilight.js +1 -2
  381. data/assets/_vendor/ace/theme-vibrant_ink.js +1 -2
  382. data/assets/_vendor/ace/theme-xcode.js +1 -2
  383. data/assets/_vendor/ace/worker-coffee.js +11 -20
  384. data/assets/_vendor/ace/worker-css.js +23 -20
  385. data/assets/_vendor/ace/worker-html.js +25 -31
  386. data/assets/_vendor/ace/worker-javascript.js +76 -36
  387. data/assets/_vendor/ace/worker-json.js +25 -20
  388. data/assets/_vendor/ace/worker-lua.js +68 -69
  389. data/assets/_vendor/ace/worker-php.js +12 -20
  390. data/assets/_vendor/ace/worker-xml.js +12 -22
  391. data/assets/_vendor/ace/worker-xquery.js +44 -12378
  392. data/assets/_vendor/tinymce/plugins/advlist/plugin.js +137 -137
  393. data/assets/_vendor/tinymce/plugins/anchor/plugin.js +102 -102
  394. data/assets/_vendor/tinymce/plugins/autolink/plugin.js +154 -154
  395. data/assets/_vendor/tinymce/plugins/autoresize/plugin.js +145 -145
  396. data/assets/_vendor/tinymce/plugins/autosave/plugin.js +207 -217
  397. data/assets/_vendor/tinymce/plugins/autosave/plugin.min.js +1 -1
  398. data/assets/_vendor/tinymce/plugins/bbcode/plugin.js +89 -89
  399. data/assets/_vendor/tinymce/plugins/charmap/plugin.js +1246 -1246
  400. data/assets/_vendor/tinymce/plugins/code/plugin.js +80 -80
  401. data/assets/_vendor/tinymce/plugins/codesample/plugin.js +852 -852
  402. data/assets/_vendor/tinymce/plugins/colorpicker/plugin.js +109 -109
  403. data/assets/_vendor/tinymce/plugins/contextmenu/plugin.js +144 -144
  404. data/assets/_vendor/tinymce/plugins/directionality/plugin.js +53 -53
  405. data/assets/_vendor/tinymce/plugins/emoticons/plugin.js +74 -74
  406. data/assets/_vendor/tinymce/plugins/fullpage/plugin.js +464 -464
  407. data/assets/_vendor/tinymce/plugins/fullscreen/plugin.js +152 -152
  408. data/assets/_vendor/tinymce/plugins/help/plugin.js +639 -678
  409. data/assets/_vendor/tinymce/plugins/help/plugin.min.js +1 -1
  410. data/assets/_vendor/tinymce/plugins/hr/plugin.js +29 -29
  411. data/assets/_vendor/tinymce/plugins/image/plugin.js +1119 -1126
  412. data/assets/_vendor/tinymce/plugins/image/plugin.min.js +1 -1
  413. data/assets/_vendor/tinymce/plugins/imagetools/plugin.js +3414 -3445
  414. data/assets/_vendor/tinymce/plugins/imagetools/plugin.min.js +1 -1
  415. data/assets/_vendor/tinymce/plugins/importcss/plugin.js +230 -230
  416. data/assets/_vendor/tinymce/plugins/insertdatetime/plugin.js +152 -152
  417. data/assets/_vendor/tinymce/plugins/legacyoutput/plugin.js +193 -193
  418. data/assets/_vendor/tinymce/plugins/link/plugin.js +646 -646
  419. data/assets/_vendor/tinymce/plugins/lists/plugin.js +2103 -1037
  420. data/assets/_vendor/tinymce/plugins/lists/plugin.min.js +1 -1
  421. data/assets/_vendor/tinymce/plugins/media/plugin.js +1050 -1050
  422. data/assets/_vendor/tinymce/plugins/nonbreaking/plugin.js +69 -69
  423. data/assets/_vendor/tinymce/plugins/noneditable/plugin.js +98 -98
  424. data/assets/_vendor/tinymce/plugins/pagebreak/plugin.js +91 -91
  425. data/assets/_vendor/tinymce/plugins/paste/plugin.js +1725 -1364
  426. data/assets/_vendor/tinymce/plugins/paste/plugin.min.js +1 -1
  427. data/assets/_vendor/tinymce/plugins/preview/plugin.js +107 -107
  428. data/assets/_vendor/tinymce/plugins/print/plugin.js +28 -28
  429. data/assets/_vendor/tinymce/plugins/save/plugin.js +101 -101
  430. data/assets/_vendor/tinymce/plugins/searchreplace/plugin.js +535 -537
  431. data/assets/_vendor/tinymce/plugins/searchreplace/plugin.min.js +1 -1
  432. data/assets/_vendor/tinymce/plugins/spellchecker/plugin.js +683 -681
  433. data/assets/_vendor/tinymce/plugins/spellchecker/plugin.min.js +1 -1
  434. data/assets/_vendor/tinymce/plugins/tabfocus/plugin.js +95 -95
  435. data/assets/_vendor/tinymce/plugins/table/plugin.js +8927 -9805
  436. data/assets/_vendor/tinymce/plugins/table/plugin.min.js +1 -1
  437. data/assets/_vendor/tinymce/plugins/template/plugin.js +305 -311
  438. data/assets/_vendor/tinymce/plugins/template/plugin.min.js +1 -1
  439. data/assets/_vendor/tinymce/plugins/textcolor/plugin.js +317 -317
  440. data/assets/_vendor/tinymce/plugins/textpattern/plugin.js +575 -329
  441. data/assets/_vendor/tinymce/plugins/textpattern/plugin.min.js +1 -1
  442. data/assets/_vendor/tinymce/plugins/toc/plugin.js +201 -201
  443. data/assets/_vendor/tinymce/plugins/visualblocks/plugin.js +113 -113
  444. data/assets/_vendor/tinymce/plugins/visualchars/plugin.js +419 -471
  445. data/assets/_vendor/tinymce/plugins/visualchars/plugin.min.js +1 -1
  446. data/assets/_vendor/tinymce/plugins/wordcount/plugin.js +371 -308
  447. data/assets/_vendor/tinymce/plugins/wordcount/plugin.min.js +1 -1
  448. data/assets/_vendor/tinymce/skins/lightgray/fonts/tinymce.eot +0 -0
  449. data/assets/_vendor/tinymce/skins/lightgray/fonts/tinymce.svg +1 -0
  450. data/assets/_vendor/tinymce/skins/lightgray/fonts/tinymce.ttf +0 -0
  451. data/assets/_vendor/tinymce/skins/lightgray/fonts/tinymce.woff +0 -0
  452. data/assets/_vendor/tinymce/skins/lightgray/skin.min.css +1 -1
  453. data/assets/_vendor/tinymce/themes/inlite/theme.js +9272 -9686
  454. data/assets/_vendor/tinymce/themes/inlite/theme.min.js +1 -1
  455. data/assets/_vendor/tinymce/themes/mobile/theme.js +12130 -13042
  456. data/assets/_vendor/tinymce/themes/mobile/theme.min.js +1 -1
  457. data/assets/_vendor/tinymce/themes/modern/theme.js +9090 -9504
  458. data/assets/_vendor/tinymce/themes/modern/theme.min.js +1 -1
  459. data/assets/_vendor/tinymce/tinymce.js +24914 -25218
  460. data/assets/bedrock/js/bedrock.js +1 -1
  461. data/assets/bedrock/scss/components/no-content.scss +5 -0
  462. data/assets/bedrock/scss/components/select-box.scss +1 -1
  463. data/lib/bedrock_sass.rb +51 -16
  464. data/lib/bedrock_sass/engine.rb +3 -2
  465. data/lib/bedrock_sass/version.rb +1 -1
  466. metadata +17 -7
@@ -705,6 +705,7 @@ function validateDelta(docLines, delta) {
705
705
  }
706
706
 
707
707
  exports.applyDelta = function(docLines, delta, doNotValidate) {
708
+
708
709
  var row = delta.start.row;
709
710
  var startColumn = delta.start.column;
710
711
  var line = docLines[row] || "";
@@ -786,10 +787,15 @@ EventEmitter._signal = function(eventName, e) {
786
787
 
787
788
  EventEmitter.once = function(eventName, callback) {
788
789
  var _self = this;
789
- callback && this.addEventListener(eventName, function newCallback() {
790
+ this.addEventListener(eventName, function newCallback() {
790
791
  _self.removeEventListener(eventName, newCallback);
791
792
  callback.apply(null, arguments);
792
793
  });
794
+ if (!callback) {
795
+ return new Promise(function(resolve) {
796
+ callback = resolve;
797
+ });
798
+ }
793
799
  };
794
800
 
795
801
 
@@ -921,6 +927,7 @@ var Anchor = exports.Anchor = function(doc, row, column) {
921
927
  column: point.column + (point.row == deltaEnd.row ? deltaColShift : 0)
922
928
  };
923
929
  }
930
+
924
931
  return {
925
932
  row: deltaStart.row,
926
933
  column: deltaStart.column
@@ -1169,7 +1176,7 @@ var Document = function(textOrLines) {
1169
1176
  column = this.$lines[row].length;
1170
1177
  }
1171
1178
  this.insertMergedLines({row: row, column: column}, lines);
1172
- };
1179
+ };
1173
1180
  this.insertMergedLines = function(position, lines) {
1174
1181
  var start = this.clippedPos(position.row, position.column);
1175
1182
  var end = {
@@ -9731,16 +9738,13 @@ module.exports = {
9731
9738
  },
9732
9739
  {}],
9733
9740
  13:[function(_dereq_,module,exports){
9734
- //
9735
- //
9736
- //
9737
- //
9738
- //
9739
9741
  var util = _dereq_('util/');
9740
9742
 
9741
9743
  var pSlice = Array.prototype.slice;
9742
9744
  var hasOwn = Object.prototype.hasOwnProperty;
9745
+
9743
9746
  var assert = module.exports = ok;
9747
+
9744
9748
  assert.AssertionError = function AssertionError(options) {
9745
9749
  this.name = 'AssertionError';
9746
9750
  this.actual = options.actual;
@@ -9801,6 +9805,7 @@ function getMessage(self) {
9801
9805
  self.operator + ' ' +
9802
9806
  truncate(JSON.stringify(self.expected, replacer), 128);
9803
9807
  }
9808
+
9804
9809
  function fail(actual, expected, message, operator, stackStartFunction) {
9805
9810
  throw new assert.AssertionError({
9806
9811
  message: message,
@@ -9811,18 +9816,22 @@ function fail(actual, expected, message, operator, stackStartFunction) {
9811
9816
  });
9812
9817
  }
9813
9818
  assert.fail = fail;
9819
+
9814
9820
  function ok(value, message) {
9815
9821
  if (!value) fail(value, true, message, '==', assert.ok);
9816
9822
  }
9817
9823
  assert.ok = ok;
9824
+
9818
9825
  assert.equal = function equal(actual, expected, message) {
9819
9826
  if (actual != expected) fail(actual, expected, message, '==', assert.equal);
9820
9827
  };
9828
+
9821
9829
  assert.notEqual = function notEqual(actual, expected, message) {
9822
9830
  if (actual == expected) {
9823
9831
  fail(actual, expected, message, '!=', assert.notEqual);
9824
9832
  }
9825
9833
  };
9834
+
9826
9835
  assert.deepEqual = function deepEqual(actual, expected, message) {
9827
9836
  if (!_deepEqual(actual, expected)) {
9828
9837
  fail(actual, expected, message, 'deepEqual', assert.deepEqual);
@@ -9893,16 +9902,19 @@ function objEquiv(a, b) {
9893
9902
  }
9894
9903
  return true;
9895
9904
  }
9905
+
9896
9906
  assert.notDeepEqual = function notDeepEqual(actual, expected, message) {
9897
9907
  if (_deepEqual(actual, expected)) {
9898
9908
  fail(actual, expected, message, 'notDeepEqual', assert.notDeepEqual);
9899
9909
  }
9900
9910
  };
9911
+
9901
9912
  assert.strictEqual = function strictEqual(actual, expected, message) {
9902
9913
  if (actual !== expected) {
9903
9914
  fail(actual, expected, message, '===', assert.strictEqual);
9904
9915
  }
9905
9916
  };
9917
+
9906
9918
  assert.notStrictEqual = function notStrictEqual(actual, expected, message) {
9907
9919
  if (actual === expected) {
9908
9920
  fail(actual, expected, message, '!==', assert.notStrictEqual);
@@ -9955,6 +9967,7 @@ function _throws(shouldThrow, block, expected, message) {
9955
9967
  throw actual;
9956
9968
  }
9957
9969
  }
9970
+
9958
9971
  assert.throws = function(block, /*optional*/error, /*optional*/message) {
9959
9972
  _throws.apply(this, [true].concat(pSlice.call(arguments)));
9960
9973
  };
@@ -9985,9 +9998,7 @@ module.exports = function isBuffer(arg) {
9985
9998
  {}],
9986
9999
  15:[function(_dereq_,module,exports){
9987
10000
  (function (process,global){
9988
- //
9989
- //
9990
- //
10001
+
9991
10002
  var formatRegExp = /%[sdj%]/g;
9992
10003
  exports.format = function(f) {
9993
10004
  if (!isString(f)) {
@@ -10482,9 +10493,7 @@ function hasOwnProperty(obj, prop) {
10482
10493
  },
10483
10494
  {"./support/isBuffer":14,"/usr/local/lib/node_modules/browserify/node_modules/insert-module-globals/node_modules/process/browser.js":18,"inherits":17}],
10484
10495
  16:[function(_dereq_,module,exports){
10485
- //
10486
- //
10487
- //
10496
+
10488
10497
  function EventEmitter() {
10489
10498
  this._events = this._events || {};
10490
10499
  this._maxListeners = this._maxListeners || undefined;
@@ -10766,6 +10775,7 @@ if (typeof Object.create === 'function') {
10766
10775
  },
10767
10776
  {}],
10768
10777
  18:[function(_dereq_,module,exports){
10778
+
10769
10779
  var process = module.exports = {};
10770
10780
 
10771
10781
  process.nextTick = (function () {
@@ -10902,8 +10912,6 @@ oop.inherits(Worker, Mirror);
10902
10912
 
10903
10913
  define("ace/lib/es5-shim",[], function(require, exports, module) {
10904
10914
 
10905
- //
10906
- //
10907
10915
  function Empty() {}
10908
10916
 
10909
10917
  if (!Function.prototype.bind) {
@@ -10916,6 +10924,7 @@ if (!Function.prototype.bind) {
10916
10924
  var bound = function () {
10917
10925
 
10918
10926
  if (this instanceof bound) {
10927
+
10919
10928
  var result = target.apply(
10920
10929
  this,
10921
10930
  args.concat(slice.call(arguments))
@@ -10939,7 +10948,6 @@ if (!Function.prototype.bind) {
10939
10948
  bound.prototype = new Empty();
10940
10949
  Empty.prototype = null;
10941
10950
  }
10942
- //
10943
10951
  return bound;
10944
10952
  };
10945
10953
  }
@@ -10960,9 +10968,6 @@ if ((supportsAccessors = owns(prototypeOfObject, "__defineGetter__"))) {
10960
10968
  lookupGetter = call.bind(prototypeOfObject.__lookupGetter__);
10961
10969
  lookupSetter = call.bind(prototypeOfObject.__lookupSetter__);
10962
10970
  }
10963
-
10964
- //
10965
- //
10966
10971
  if ([1,2].splice(0).length != 2) {
10967
10972
  if(function() { // test IE < 9 to splice bug - see issue #138
10968
10973
  function makeArray(l) {
@@ -11285,9 +11290,6 @@ if (!Array.prototype.lastIndexOf || ([0, 1].lastIndexOf(0, -3) != -1)) {
11285
11290
  return -1;
11286
11291
  };
11287
11292
  }
11288
-
11289
- //
11290
- //
11291
11293
  if (!Object.getPrototypeOf) {
11292
11294
  Object.getPrototypeOf = function getPrototypeOf(object) {
11293
11295
  return object.__proto__ || (
@@ -11371,6 +11373,7 @@ if (!Object.create) {
11371
11373
  return object;
11372
11374
  };
11373
11375
  }
11376
+
11374
11377
  function doesDefinePropertyWork(object) {
11375
11378
  try {
11376
11379
  Object.defineProperty(object, "sentinel", {});
@@ -11536,18 +11539,11 @@ if (!Object.keys) {
11536
11539
  };
11537
11540
 
11538
11541
  }
11539
-
11540
- //
11541
- //
11542
11542
  if (!Date.now) {
11543
11543
  Date.now = function now() {
11544
11544
  return new Date().getTime();
11545
11545
  };
11546
11546
  }
11547
-
11548
-
11549
- //
11550
- //
11551
11547
  var ws = "\x09\x0A\x0B\x0C\x0D\x20\xA0\u1680\u180E\u2000\u2001\u2002\u2003" +
11552
11548
  "\u2004\u2005\u2006\u2007\u2008\u2009\u200A\u202F\u205F\u3000\u2028" +
11553
11549
  "\u2029\uFEFF";
@@ -11560,8 +11556,6 @@ if (!String.prototype.trim || ws.trim()) {
11560
11556
  };
11561
11557
  }
11562
11558
 
11563
- //
11564
- //
11565
11559
  function toInteger(n) {
11566
11560
  n = +n;
11567
11561
  if (n !== n) { // isNaN
@@ -517,6 +517,7 @@ function validateDelta(docLines, delta) {
517
517
  }
518
518
 
519
519
  exports.applyDelta = function(docLines, delta, doNotValidate) {
520
+
520
521
  var row = delta.start.row;
521
522
  var startColumn = delta.start.column;
522
523
  var line = docLines[row] || "";
@@ -598,10 +599,15 @@ EventEmitter._signal = function(eventName, e) {
598
599
 
599
600
  EventEmitter.once = function(eventName, callback) {
600
601
  var _self = this;
601
- callback && this.addEventListener(eventName, function newCallback() {
602
+ this.addEventListener(eventName, function newCallback() {
602
603
  _self.removeEventListener(eventName, newCallback);
603
604
  callback.apply(null, arguments);
604
605
  });
606
+ if (!callback) {
607
+ return new Promise(function(resolve) {
608
+ callback = resolve;
609
+ });
610
+ }
605
611
  };
606
612
 
607
613
 
@@ -733,6 +739,7 @@ var Anchor = exports.Anchor = function(doc, row, column) {
733
739
  column: point.column + (point.row == deltaEnd.row ? deltaColShift : 0)
734
740
  };
735
741
  }
742
+
736
743
  return {
737
744
  row: deltaStart.row,
738
745
  column: deltaStart.column
@@ -981,7 +988,7 @@ var Document = function(textOrLines) {
981
988
  column = this.$lines[row].length;
982
989
  }
983
990
  this.insertMergedLines({row: row, column: column}, lines);
984
- };
991
+ };
985
992
  this.insertMergedLines = function(position, lines) {
986
993
  var start = this.clippedPos(position.row, position.column);
987
994
  var end = {
@@ -1427,9 +1434,7 @@ module.exports = (function outer (modules, cache, entry) {
1427
1434
  return newRequire(entry[0]);
1428
1435
  })
1429
1436
  ({"/node_modules/browserify/node_modules/events/events.js":[function(_dereq_,module,exports){
1430
- //
1431
- //
1432
- //
1437
+
1433
1438
  function EventEmitter() {
1434
1439
  this._events = this._events || {};
1435
1440
  this._maxListeners = this._maxListeners || undefined;
@@ -3267,6 +3272,7 @@ var state = _dereq_("./state.js").state;
3267
3272
  var style = _dereq_("./style.js");
3268
3273
  var options = _dereq_("./options.js");
3269
3274
  var scopeManager = _dereq_("./scope-manager.js");
3275
+
3270
3276
  var JSHINT = (function() {
3271
3277
  "use strict";
3272
3278
 
@@ -3725,6 +3731,7 @@ var JSHINT = (function() {
3725
3731
  }
3726
3732
 
3727
3733
  if (key === "validthis") {
3734
+
3728
3735
  if (state.funct["(global)"])
3729
3736
  return void error("E009");
3730
3737
 
@@ -3917,6 +3924,7 @@ var JSHINT = (function() {
3917
3924
  assume();
3918
3925
  }
3919
3926
  }
3927
+
3920
3928
  function peek(p) {
3921
3929
  var i = p || 0, j = lookahead.length, t;
3922
3930
 
@@ -3946,6 +3954,7 @@ var JSHINT = (function() {
3946
3954
  } while (t.id === "(endline)");
3947
3955
  return t;
3948
3956
  }
3957
+
3949
3958
  function advance(id, t) {
3950
3959
 
3951
3960
  switch (state.tokens.curr.id) {
@@ -4028,6 +4037,7 @@ var JSHINT = (function() {
4028
4037
  function isBeginOfExpr(prev) {
4029
4038
  return !prev.left && prev.arity !== "unary";
4030
4039
  }
4040
+
4031
4041
  function expression(rbp, initial) {
4032
4042
  var left, isArray = false, isObject = false, isLetExpr = false;
4033
4043
 
@@ -4110,6 +4120,7 @@ var JSHINT = (function() {
4110
4120
 
4111
4121
  return left;
4112
4122
  }
4123
+
4113
4124
  function startLine(token) {
4114
4125
  return token.startLine || token.line;
4115
4126
  }
@@ -4193,6 +4204,7 @@ var JSHINT = (function() {
4193
4204
  }
4194
4205
  return true;
4195
4206
  }
4207
+
4196
4208
  function symbol(s, p) {
4197
4209
  var x = state.syntax[s];
4198
4210
  if (!x || typeof x !== "object") {
@@ -4576,6 +4588,7 @@ var JSHINT = (function() {
4576
4588
  };
4577
4589
  return x;
4578
4590
  }
4591
+
4579
4592
  function optionalidentifier(fnparam, prop, preserve) {
4580
4593
  if (!state.tokens.next.identifier) {
4581
4594
  return;
@@ -4694,6 +4707,7 @@ var JSHINT = (function() {
4694
4707
  return;
4695
4708
  }
4696
4709
  var res = isReserved(t);
4710
+
4697
4711
  if (res && t.meta && t.meta.isFutureReservedWord && peek().id === ":") {
4698
4712
  warning("W024", t, t.id);
4699
4713
  res = false;
@@ -4714,12 +4728,13 @@ var JSHINT = (function() {
4714
4728
  state.tokens.next.label = t.value;
4715
4729
  t = state.tokens.next;
4716
4730
  }
4731
+
4717
4732
  if (t.id === "{") {
4718
- //
4719
4733
  var iscase = (state.funct["(verb)"] === "case" && state.tokens.curr.value === ":");
4720
4734
  block(true, true, false, false, iscase);
4721
4735
  return;
4722
4736
  }
4737
+
4723
4738
  r = expression(0, true);
4724
4739
 
4725
4740
  if (r && !(r.identifier && r.value === "function") &&
@@ -4730,6 +4745,7 @@ var JSHINT = (function() {
4730
4745
  warning("E007");
4731
4746
  }
4732
4747
  }
4748
+
4733
4749
  if (!t.block) {
4734
4750
  if (!state.option.expr && (!r || !r.exps)) {
4735
4751
  warning("W030", state.tokens.curr);
@@ -4738,6 +4754,7 @@ var JSHINT = (function() {
4738
4754
  }
4739
4755
  parseFinalSemicolon();
4740
4756
  }
4757
+
4741
4758
  indent = i;
4742
4759
  if (hasOwnScope) {
4743
4760
  state.funct["(scope)"].unstack();
@@ -4945,6 +4962,7 @@ var JSHINT = (function() {
4945
4962
  member[m] = 1;
4946
4963
  }
4947
4964
  }
4965
+
4948
4966
  type("(number)", function() {
4949
4967
  return this;
4950
4968
  });
@@ -4960,8 +4978,6 @@ var JSHINT = (function() {
4960
4978
 
4961
4979
  nud: function() {
4962
4980
  var v = this.value;
4963
- //
4964
- //
4965
4981
  if (state.tokens.next.id === "=>") {
4966
4982
  return this;
4967
4983
  }
@@ -5012,6 +5028,7 @@ var JSHINT = (function() {
5012
5028
  type("(regexp)", function() {
5013
5029
  return this;
5014
5030
  });
5031
+
5015
5032
  delim("(endline)");
5016
5033
  delim("(begin)");
5017
5034
  delim("(end)").reach = true;
@@ -5258,15 +5275,6 @@ var JSHINT = (function() {
5258
5275
  if (!state.inES6(true)) {
5259
5276
  warning("W119", this, "spread/rest operator", "6");
5260
5277
  }
5261
- //
5262
- //
5263
- //
5264
- //
5265
- //
5266
- //
5267
- //
5268
- //
5269
- //
5270
5278
  if (!state.tokens.next.identifier &&
5271
5279
  state.tokens.next.type !== "(string)" &&
5272
5280
  !checkPunctuators(state.tokens.next, ["[", "("])) {
@@ -6046,6 +6054,7 @@ var JSHINT = (function() {
6046
6054
  function increaseComplexityCount() {
6047
6055
  state.funct["(metrics)"].ComplexityCount += 1;
6048
6056
  }
6057
+
6049
6058
  function checkCondAssignment(expr) {
6050
6059
  var id, paren;
6051
6060
  if (expr) {
@@ -6377,6 +6386,7 @@ var JSHINT = (function() {
6377
6386
  }
6378
6387
 
6379
6388
  function blockVariableStatement(type, statement, context) {
6389
+
6380
6390
  var prefix = context && context.prefix;
6381
6391
  var inexport = context && context.inexport;
6382
6392
  var isLet = type === "let";
@@ -7492,6 +7502,7 @@ var JSHINT = (function() {
7492
7502
 
7493
7503
  return this;
7494
7504
  }).exps = true;
7505
+
7495
7506
  FutureReservedWord("abstract");
7496
7507
  FutureReservedWord("boolean");
7497
7508
  FutureReservedWord("byte");
@@ -7520,6 +7531,7 @@ var JSHINT = (function() {
7520
7531
  FutureReservedWord("synchronized");
7521
7532
  FutureReservedWord("transient");
7522
7533
  FutureReservedWord("volatile");
7534
+
7523
7535
  var lookupBlockType = function() {
7524
7536
  var pn, pn1, prev;
7525
7537
  var i = -1;
@@ -7624,6 +7636,7 @@ var JSHINT = (function() {
7624
7636
  return token.type === "(punctuator)" && token.value === value;
7625
7637
  }
7626
7638
  function destructuringAssignOrJsonValue() {
7639
+
7627
7640
  var block = lookupBlockType();
7628
7641
  if (block.notJson) {
7629
7642
  if (!state.inES6() && block.isDestAssign) {
@@ -7636,6 +7649,7 @@ var JSHINT = (function() {
7636
7649
  jsonValue();
7637
7650
  }
7638
7651
  }
7652
+
7639
7653
  var arrayComprehension = function() {
7640
7654
  var CompArray = function() {
7641
7655
  this.mode = "use";
@@ -7720,6 +7734,7 @@ var JSHINT = (function() {
7720
7734
  }
7721
7735
  };
7722
7736
  };
7737
+
7723
7738
  function jsonValue() {
7724
7739
  function jsonObject() {
7725
7740
  var o = {}, t = state.tokens.next;
@@ -8054,6 +8069,7 @@ var JSHINT = (function() {
8054
8069
  throw err;
8055
8070
  }
8056
8071
  }
8072
+
8057
8073
  if (JSHINT.scope === "(main)") {
8058
8074
  o = o || {};
8059
8075
 
@@ -8166,6 +8182,7 @@ var state = _dereq_("./state.js").state;
8166
8182
  var unicodeData = _dereq_("../data/ascii-identifier-data.js");
8167
8183
  var asciiIdentifierStartTable = unicodeData.asciiIdentifierStartTable;
8168
8184
  var asciiIdentifierPartTable = unicodeData.asciiIdentifierPartTable;
8185
+
8169
8186
  var Token = {
8170
8187
  Identifier: 1,
8171
8188
  Punctuator: 2,
@@ -8186,6 +8203,7 @@ var Context = {
8186
8203
  Block: 1,
8187
8204
  Template: 2
8188
8205
  };
8206
+
8189
8207
  function asyncTrigger() {
8190
8208
  var _checks = [];
8191
8209
 
@@ -8212,6 +8230,7 @@ function Lexer(source) {
8212
8230
  .replace(/\r/g, "\n")
8213
8231
  .split("\n");
8214
8232
  }
8233
+
8215
8234
  if (lines[0] && lines[0].substr(0, 2) === "#!") {
8216
8235
  if (lines[0].indexOf("node") !== -1) {
8217
8236
  state.option.node = true;
@@ -8343,15 +8362,18 @@ Lexer.prototype = {
8343
8362
  case "":
8344
8363
  return null;
8345
8364
  }
8365
+
8346
8366
  ch2 = this.peek(1);
8347
8367
  ch3 = this.peek(2);
8348
8368
  ch4 = this.peek(3);
8369
+
8349
8370
  if (ch1 === ">" && ch2 === ">" && ch3 === ">" && ch4 === "=") {
8350
8371
  return {
8351
8372
  type: Token.Punctuator,
8352
8373
  value: ">>>="
8353
8374
  };
8354
8375
  }
8376
+
8355
8377
  if (ch1 === "=" && ch2 === "=" && ch3 === "=") {
8356
8378
  return {
8357
8379
  type: Token.Punctuator,
@@ -8412,6 +8434,7 @@ Lexer.prototype = {
8412
8434
  value: ch1
8413
8435
  };
8414
8436
  }
8437
+
8415
8438
  if (ch1 === "/") {
8416
8439
  if (ch2 === "=") {
8417
8440
  return {
@@ -8435,6 +8458,7 @@ Lexer.prototype = {
8435
8458
  var startLine = this.line;
8436
8459
  var startChar = this.char;
8437
8460
  var self = this;
8461
+
8438
8462
  function commentToken(label, body, opt) {
8439
8463
  var special = ["jshint", "jslint", "members", "member", "globals", "global", "exported"];
8440
8464
  var isSpecial = false;
@@ -8757,6 +8781,7 @@ Lexer.prototype = {
8757
8781
  return (ch === "$") || (ch === "_") || (ch === "\\") ||
8758
8782
  (ch >= "a" && ch <= "z") || (ch >= "A" && ch <= "Z");
8759
8783
  }
8784
+
8760
8785
  if (char !== "." && !isDecimalDigit(char)) {
8761
8786
  return null;
8762
8787
  }
@@ -8815,6 +8840,7 @@ Lexer.prototype = {
8815
8840
  index += 1;
8816
8841
  value += char;
8817
8842
  }
8843
+
8818
8844
  if (!isOctalDigit(char) && isDecimalDigit(char)) {
8819
8845
  index += 1;
8820
8846
  value += char;
@@ -8858,6 +8884,7 @@ Lexer.prototype = {
8858
8884
  };
8859
8885
  }
8860
8886
  }
8887
+
8861
8888
  if (char === ".") {
8862
8889
  value += char;
8863
8890
  index += 1;
@@ -8871,6 +8898,7 @@ Lexer.prototype = {
8871
8898
  index += 1;
8872
8899
  }
8873
8900
  }
8901
+
8874
8902
  if (char === "e" || char === "E") {
8875
8903
  value += char;
8876
8904
  index += 1;
@@ -9105,7 +9133,7 @@ Lexer.prototype = {
9105
9133
 
9106
9134
  while (this.peek() !== quote) {
9107
9135
  if (this.peek() === "") { // End Of Line
9108
- //
9136
+
9109
9137
  if (!allowNewLine) {
9110
9138
  this.trigger("warning", {
9111
9139
  code: "W112",
@@ -9114,6 +9142,7 @@ Lexer.prototype = {
9114
9142
  });
9115
9143
  } else {
9116
9144
  allowNewLine = false;
9145
+
9117
9146
  this.triggerAsync("warning", {
9118
9147
  code: "W043",
9119
9148
  line: this.line,
@@ -9126,6 +9155,7 @@ Lexer.prototype = {
9126
9155
  character: this.char
9127
9156
  }, checks, function() { return state.jsonMode && state.option.multistr; });
9128
9157
  }
9158
+
9129
9159
  if (!this.nextLine()) {
9130
9160
  this.trigger("error", {
9131
9161
  code: "E029",
@@ -9148,6 +9178,7 @@ Lexer.prototype = {
9148
9178
  allowNewLine = false;
9149
9179
  var char = this.peek();
9150
9180
  var jump = 1; // A length of a jump, after we're done
9181
+
9151
9182
  if (char < " ") {
9152
9183
  this.trigger("warning", {
9153
9184
  code: "W113",
@@ -9214,6 +9245,7 @@ Lexer.prototype = {
9214
9245
 
9215
9246
  index += 1;
9216
9247
  terminated = false;
9248
+
9217
9249
  while (index < length) {
9218
9250
  char = this.peek(index);
9219
9251
  value += char;
@@ -9273,6 +9305,7 @@ Lexer.prototype = {
9273
9305
 
9274
9306
  index += 1;
9275
9307
  }
9308
+
9276
9309
  if (!terminated) {
9277
9310
  this.trigger("error", {
9278
9311
  code: "E015",
@@ -9285,6 +9318,7 @@ Lexer.prototype = {
9285
9318
  from: this.from
9286
9319
  });
9287
9320
  }
9321
+
9288
9322
  while (index < length) {
9289
9323
  char = this.peek(index);
9290
9324
  if (!/[gim]/.test(char)) {
@@ -9294,6 +9328,7 @@ Lexer.prototype = {
9294
9328
  value += char;
9295
9329
  index += 1;
9296
9330
  }
9331
+
9297
9332
  try {
9298
9333
  new RegExp(body, flags.join(""));
9299
9334
  } catch (err) {
@@ -9331,6 +9366,7 @@ Lexer.prototype = {
9331
9366
  this.skip();
9332
9367
  }
9333
9368
  }
9369
+
9334
9370
  var match = this.scanComments() ||
9335
9371
  this.scanStringLiteral(checks) ||
9336
9372
  this.scanTemplateLiteral(checks);
@@ -9338,6 +9374,7 @@ Lexer.prototype = {
9338
9374
  if (match) {
9339
9375
  return match;
9340
9376
  }
9377
+
9341
9378
  match =
9342
9379
  this.scanRegExp() ||
9343
9380
  this.scanPunctuator() ||
@@ -9349,6 +9386,7 @@ Lexer.prototype = {
9349
9386
  this.skip(match.tokenLength || match.value.length);
9350
9387
  return match;
9351
9388
  }
9389
+
9352
9390
  return null;
9353
9391
  },
9354
9392
  nextLine: function() {
@@ -9393,6 +9431,7 @@ Lexer.prototype = {
9393
9431
  if (char >= 0) {
9394
9432
  this.trigger("warning", { code: "W100", line: this.line, character: char });
9395
9433
  }
9434
+
9396
9435
  if (!this.ignoringLinterErrors && state.option.maxlen &&
9397
9436
  state.option.maxlen < this.input.length) {
9398
9437
  var inComment = this.inComment ||
@@ -10065,6 +10104,7 @@ exports.val = {
10065
10104
  latedef : false,
10066
10105
 
10067
10106
  ignore : false, // start/end ignoring lines of code, bypassing the lexer
10107
+
10068
10108
  ignoreDelimiters: false, // array of start/end delimiters used to ignore
10069
10109
  esversion: 5
10070
10110
  };
@@ -10775,6 +10815,7 @@ var state = {
10775
10815
  return this.directive["use strict"] || this.inClassBody ||
10776
10816
  this.option.module || this.option.strict === "implied";
10777
10817
  },
10818
+
10778
10819
  inMoz: function() {
10779
10820
  return this.option.moz;
10780
10821
  },
@@ -10818,6 +10859,7 @@ exports.state = state;
10818
10859
  "use strict";
10819
10860
 
10820
10861
  exports.register = function(linter) {
10862
+
10821
10863
  linter.on("Identifier", function style_scanProto(data) {
10822
10864
  if (linter.getOption("proto")) {
10823
10865
  return;
@@ -10831,6 +10873,7 @@ exports.register = function(linter) {
10831
10873
  });
10832
10874
  }
10833
10875
  });
10876
+
10834
10877
  linter.on("Identifier", function style_scanIterator(data) {
10835
10878
  if (linter.getOption("iterator")) {
10836
10879
  return;
@@ -10844,6 +10887,7 @@ exports.register = function(linter) {
10844
10887
  });
10845
10888
  }
10846
10889
  });
10890
+
10847
10891
  linter.on("Identifier", function style_scanCamelCase(data) {
10848
10892
  if (!linter.getOption("camelcase")) {
10849
10893
  return;
@@ -10857,6 +10901,7 @@ exports.register = function(linter) {
10857
10901
  });
10858
10902
  }
10859
10903
  });
10904
+
10860
10905
  linter.on("String", function style_scanQuotes(data) {
10861
10906
  var quotmark = linter.getOption("quotmark");
10862
10907
  var code;
@@ -10864,12 +10909,15 @@ exports.register = function(linter) {
10864
10909
  if (!quotmark) {
10865
10910
  return;
10866
10911
  }
10912
+
10867
10913
  if (quotmark === "single" && data.quote !== "'") {
10868
10914
  code = "W109";
10869
10915
  }
10916
+
10870
10917
  if (quotmark === "double" && data.quote !== "\"") {
10871
10918
  code = "W108";
10872
10919
  }
10920
+
10873
10921
  if (quotmark === true) {
10874
10922
  if (!linter.getCache("quotmark")) {
10875
10923
  linter.setCache("quotmark", data.quote);
@@ -10913,6 +10961,7 @@ exports.register = function(linter) {
10913
10961
  });
10914
10962
  }
10915
10963
  });
10964
+
10916
10965
  linter.on("String", function style_scanJavaScriptURLs(data) {
10917
10966
  var re = /^(?:javascript|jscript|ecmascript|vbscript|livescript)\s*:/i;
10918
10967
 
@@ -10930,7 +10979,9 @@ exports.register = function(linter) {
10930
10979
  };
10931
10980
 
10932
10981
  },{}],"/node_modules/jshint/src/vars.js":[function(_dereq_,module,exports){
10982
+
10933
10983
  "use strict";
10984
+
10934
10985
  exports.reservedVars = {
10935
10986
  arguments : false,
10936
10987
  NaN : false
@@ -10979,6 +11030,7 @@ exports.ecmaIdentifiers = {
10979
11030
  WeakSet : false
10980
11031
  }
10981
11032
  };
11033
+
10982
11034
  exports.browser = {
10983
11035
  Audio : false,
10984
11036
  Blob : false,
@@ -11323,6 +11375,7 @@ exports.nonstandard = {
11323
11375
  escape : false,
11324
11376
  unescape: false
11325
11377
  };
11378
+
11326
11379
  exports.couch = {
11327
11380
  "require" : false,
11328
11381
  respond : false,
@@ -11344,6 +11397,7 @@ exports.node = {
11344
11397
  global : false,
11345
11398
  module : false,
11346
11399
  require : false,
11400
+
11347
11401
  Buffer : true,
11348
11402
  console : true,
11349
11403
  exports : true,
@@ -11476,6 +11530,7 @@ exports.wsh = {
11476
11530
  WScript : true,
11477
11531
  XDomainRequest : true
11478
11532
  };
11533
+
11479
11534
  exports.dojo = {
11480
11535
  dojo : false,
11481
11536
  dijit : false,
@@ -11770,6 +11825,7 @@ oop.inherits(JavaScriptWorker, Mirror);
11770
11825
  if (errorAdded) {
11771
11826
  }
11772
11827
  }
11828
+
11773
11829
  this.sender.emit("annotate", errors);
11774
11830
  };
11775
11831
 
@@ -11779,8 +11835,6 @@ oop.inherits(JavaScriptWorker, Mirror);
11779
11835
 
11780
11836
  define("ace/lib/es5-shim",[], function(require, exports, module) {
11781
11837
 
11782
- //
11783
- //
11784
11838
  function Empty() {}
11785
11839
 
11786
11840
  if (!Function.prototype.bind) {
@@ -11793,6 +11847,7 @@ if (!Function.prototype.bind) {
11793
11847
  var bound = function () {
11794
11848
 
11795
11849
  if (this instanceof bound) {
11850
+
11796
11851
  var result = target.apply(
11797
11852
  this,
11798
11853
  args.concat(slice.call(arguments))
@@ -11816,7 +11871,6 @@ if (!Function.prototype.bind) {
11816
11871
  bound.prototype = new Empty();
11817
11872
  Empty.prototype = null;
11818
11873
  }
11819
- //
11820
11874
  return bound;
11821
11875
  };
11822
11876
  }
@@ -11837,9 +11891,6 @@ if ((supportsAccessors = owns(prototypeOfObject, "__defineGetter__"))) {
11837
11891
  lookupGetter = call.bind(prototypeOfObject.__lookupGetter__);
11838
11892
  lookupSetter = call.bind(prototypeOfObject.__lookupSetter__);
11839
11893
  }
11840
-
11841
- //
11842
- //
11843
11894
  if ([1,2].splice(0).length != 2) {
11844
11895
  if(function() { // test IE < 9 to splice bug - see issue #138
11845
11896
  function makeArray(l) {
@@ -12162,9 +12213,6 @@ if (!Array.prototype.lastIndexOf || ([0, 1].lastIndexOf(0, -3) != -1)) {
12162
12213
  return -1;
12163
12214
  };
12164
12215
  }
12165
-
12166
- //
12167
- //
12168
12216
  if (!Object.getPrototypeOf) {
12169
12217
  Object.getPrototypeOf = function getPrototypeOf(object) {
12170
12218
  return object.__proto__ || (
@@ -12248,6 +12296,7 @@ if (!Object.create) {
12248
12296
  return object;
12249
12297
  };
12250
12298
  }
12299
+
12251
12300
  function doesDefinePropertyWork(object) {
12252
12301
  try {
12253
12302
  Object.defineProperty(object, "sentinel", {});
@@ -12413,18 +12462,11 @@ if (!Object.keys) {
12413
12462
  };
12414
12463
 
12415
12464
  }
12416
-
12417
- //
12418
- //
12419
12465
  if (!Date.now) {
12420
12466
  Date.now = function now() {
12421
12467
  return new Date().getTime();
12422
12468
  };
12423
12469
  }
12424
-
12425
-
12426
- //
12427
- //
12428
12470
  var ws = "\x09\x0A\x0B\x0C\x0D\x20\xA0\u1680\u180E\u2000\u2001\u2002\u2003" +
12429
12471
  "\u2004\u2005\u2006\u2007\u2008\u2009\u200A\u202F\u205F\u3000\u2028" +
12430
12472
  "\u2029\uFEFF";
@@ -12437,8 +12479,6 @@ if (!String.prototype.trim || ws.trim()) {
12437
12479
  };
12438
12480
  }
12439
12481
 
12440
- //
12441
- //
12442
12482
  function toInteger(n) {
12443
12483
  n = +n;
12444
12484
  if (n !== n) { // isNaN