wallaby 5.1.8 → 6.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/{MIT-LICENSE → LICENSE} +0 -0
- data/app/assets/images/wallaby/{422.png → bad_request.png} +0 -0
- data/app/assets/images/wallaby/{404.png → forbidden.png} +0 -0
- data/app/assets/images/wallaby/{500.png → internal_server_error.png} +0 -0
- data/app/assets/images/wallaby/not_found.png +0 -0
- data/app/assets/images/wallaby/not_implemented.png +0 -0
- data/app/assets/images/wallaby/unauthorized.png +0 -0
- data/app/assets/images/wallaby/unprocessable_entity.png +0 -0
- data/app/assets/javascripts/wallaby/auto_select.js +93 -66
- data/app/assets/javascripts/wallaby/base.js +12 -10
- data/app/assets/javascripts/wallaby/setup.js.erb +57 -47
- data/app/assets/stylesheets/wallaby/base.scss +7 -7
- data/app/assets/stylesheets/wallaby/base/_functions.scss +34 -0
- data/app/assets/stylesheets/wallaby/base/_layout.scss +55 -50
- data/app/assets/stylesheets/wallaby/base/_layout_desktop.scss +1 -7
- data/app/assets/stylesheets/wallaby/base/_mixins.scss +13 -9
- data/app/assets/stylesheets/wallaby/base/_override.scss +8 -0
- data/app/assets/stylesheets/wallaby/base/_vars.scss +1 -1
- data/app/assets/stylesheets/wallaby/components/_auto_select.scss +6 -3
- data/app/assets/stylesheets/wallaby/components/_pagination.scss +3 -2
- data/app/assets/stylesheets/wallaby/components/_query.scss +9 -5
- data/app/assets/stylesheets/wallaby/pages/_error.scss +3 -106
- data/app/assets/stylesheets/wallaby/pages/_index.scss +26 -25
- data/app/assets/stylesheets/wallaby/pages/_index_desktop.scss +0 -4
- data/app/assets/stylesheets/wallaby/pages/_show.scss +22 -0
- data/app/assets/stylesheets/wallaby/pages/_show_desktop.scss +14 -0
- data/app/views/layouts/wallaby/resources.csv.erb +1 -0
- data/app/views/layouts/wallaby/{application.html.erb → resources.html.erb} +2 -4
- data/app/views/layouts/wallaby/resources.json.erb +1 -0
- data/app/views/wallaby/resources/_footer.html.erb +1 -0
- data/app/views/wallaby/resources/_form.html.erb +2 -2
- data/app/views/wallaby/resources/_frontend.html.erb +4 -0
- data/app/views/wallaby/resources/_header.html.erb +28 -32
- data/app/views/wallaby/resources/_imodal.html.erb +2 -2
- data/app/views/wallaby/resources/_index_actions.html.erb +2 -2
- data/app/views/wallaby/resources/_index_filters.html.erb +3 -4
- data/app/views/wallaby/resources/_index_pagination.html.erb +34 -42
- data/app/views/wallaby/resources/_index_query.html.erb +7 -8
- data/app/views/wallaby/resources/_logo.html.erb +2 -1
- data/app/views/wallaby/resources/_navs.html.erb +11 -9
- data/app/views/wallaby/resources/_resource_navs.html.erb +17 -15
- data/app/views/wallaby/resources/_title.html.erb +1 -0
- data/app/views/wallaby/resources/_user_menu.html.erb +3 -2
- data/app/views/wallaby/resources/active_storage_html.rb +13 -0
- data/app/views/wallaby/resources/bad_request.json.jbuilder +2 -0
- data/app/views/wallaby/resources/edit.html.erb +2 -2
- data/app/views/wallaby/resources/error.html.erb +22 -0
- data/app/views/wallaby/{error.json.jbuilder → resources/error.json.jbuilder} +2 -0
- data/app/views/wallaby/resources/form.json.jbuilder +2 -0
- data/app/views/wallaby/resources/form/_active_storage.html.erb +27 -0
- data/app/views/wallaby/resources/form/_belongs_to.html.erb +35 -22
- data/app/views/wallaby/resources/form/_bigint.html.erb +1 -1
- data/app/views/wallaby/resources/form/_bigserial.html.erb +1 -1
- data/app/views/wallaby/resources/form/_binary.html.erb +1 -1
- data/app/views/wallaby/resources/form/_bit.html.erb +1 -1
- data/app/views/wallaby/resources/form/_bit_varying.html.erb +1 -1
- data/app/views/wallaby/resources/form/_blob.html.erb +1 -1
- data/app/views/wallaby/resources/form/_boolean.html.erb +9 -7
- data/app/views/wallaby/resources/form/_box.html.erb +1 -1
- data/app/views/wallaby/resources/form/_cidr.html.erb +1 -1
- data/app/views/wallaby/resources/form/_circle.html.erb +1 -1
- data/app/views/wallaby/resources/form/_color.html.erb +1 -1
- data/app/views/wallaby/resources/form/_date.html.erb +5 -4
- data/app/views/wallaby/resources/form/_daterange.html.erb +12 -10
- data/app/views/wallaby/resources/form/_datetime.html.erb +5 -4
- data/app/views/wallaby/resources/form/_decimal.html.erb +1 -1
- data/app/views/wallaby/resources/form/_dropdown.html.erb +2 -2
- data/app/views/wallaby/resources/form/_file.html.erb +1 -1
- data/app/views/wallaby/resources/form/_float.html.erb +2 -2
- data/app/views/wallaby/resources/form/_has_and_belongs_to_many.html.erb +3 -3
- data/app/views/wallaby/resources/form/_has_many.html.erb +3 -3
- data/app/views/wallaby/resources/form/_inet.html.erb +1 -1
- data/app/views/wallaby/resources/form/_int4range.html.erb +4 -4
- data/app/views/wallaby/resources/form/_int8range.html.erb +4 -4
- data/app/views/wallaby/resources/form/_integer.html.erb +1 -1
- data/app/views/wallaby/resources/form/_line.html.erb +1 -1
- data/app/views/wallaby/resources/form/_longblob.html.erb +1 -1
- data/app/views/wallaby/resources/form/_lseg.html.erb +1 -1
- data/app/views/wallaby/resources/form/_ltree.html.erb +1 -1
- data/app/views/wallaby/resources/form/_macaddr.html.erb +1 -1
- data/app/views/wallaby/resources/form/_mediumblob.html.erb +1 -1
- data/app/views/wallaby/resources/form/_money.html.erb +2 -2
- data/app/views/wallaby/resources/form/_numrange.html.erb +4 -4
- data/app/views/wallaby/resources/form/_password.html.erb +1 -1
- data/app/views/wallaby/resources/form/_point.html.erb +4 -4
- data/app/views/wallaby/resources/form/_serial.html.erb +1 -1
- data/app/views/wallaby/resources/form/_sti.html.erb +1 -1
- data/app/views/wallaby/resources/form/_string.html.erb +1 -1
- data/app/views/wallaby/resources/form/_time.html.erb +5 -4
- data/app/views/wallaby/resources/form/_tinyblob.html.erb +1 -1
- data/app/views/wallaby/resources/form/_tsrange.html.erb +12 -10
- data/app/views/wallaby/resources/form/_tstzrange.html.erb +12 -10
- data/app/views/wallaby/resources/form/_unsigned_bigint.html.erb +1 -1
- data/app/views/wallaby/resources/form/_unsigned_decimal.html.erb +1 -1
- data/app/views/wallaby/resources/form/_unsigned_float.html.erb +1 -1
- data/app/views/wallaby/resources/form/_unsigned_integer.html.erb +1 -1
- data/app/views/wallaby/resources/form/_uuid.html.erb +1 -1
- data/app/views/wallaby/resources/index.csv.erb +1 -1
- data/app/views/wallaby/resources/index.html.erb +2 -2
- data/app/views/wallaby/resources/index.json.jbuilder +8 -2
- data/app/views/wallaby/resources/index/{_money.html.erb → _link.csv.erb} +1 -1
- data/app/views/wallaby/resources/index/belongs_to_html.rb +15 -0
- data/app/views/wallaby/resources/index/bigint_html.rb +15 -0
- data/app/views/wallaby/resources/index/bigserial_html.rb +15 -0
- data/app/views/wallaby/resources/index/binary_html.rb +15 -0
- data/app/views/wallaby/resources/index/bit_html.rb +19 -0
- data/app/views/wallaby/resources/index/bit_varying_html.rb +19 -0
- data/app/views/wallaby/resources/index/blob_html.rb +15 -0
- data/app/views/wallaby/resources/index/boolean_html.rb +19 -0
- data/app/views/wallaby/resources/index/box_html.rb +11 -0
- data/app/views/wallaby/resources/index/cidr_html.rb +11 -0
- data/app/views/wallaby/resources/index/circle_html.rb +11 -0
- data/app/views/wallaby/resources/index/citext_html.rb +11 -0
- data/app/views/wallaby/resources/index/color_html.rb +20 -0
- data/app/views/wallaby/resources/index/date_html.rb +21 -0
- data/app/views/wallaby/resources/index/daterange_html.rb +22 -0
- data/app/views/wallaby/resources/index/datetime_html.rb +21 -0
- data/app/views/wallaby/resources/index/decimal_html.rb +15 -0
- data/app/views/wallaby/resources/index/email_html.rb +15 -0
- data/app/views/wallaby/resources/index/float_html.rb +15 -0
- data/app/views/wallaby/resources/index/has_and_belongs_to_many_html.rb +11 -0
- data/app/views/wallaby/resources/index/has_many_html.rb +25 -0
- data/app/views/wallaby/resources/index/has_one_html.rb +15 -0
- data/app/views/wallaby/resources/index/hstore_html.rb +11 -0
- data/app/views/wallaby/resources/index/inet_html.rb +23 -0
- data/app/views/wallaby/resources/index/int4range_html.rb +11 -0
- data/app/views/wallaby/resources/index/int8range_html.rb +11 -0
- data/app/views/wallaby/resources/index/integer_html.rb +15 -0
- data/app/views/wallaby/resources/index/json_html.rb +26 -0
- data/app/views/wallaby/resources/index/jsonb_html.rb +11 -0
- data/app/views/wallaby/resources/index/line_html.rb +26 -0
- data/app/views/wallaby/resources/index/link_html.rb +15 -0
- data/app/views/wallaby/resources/index/longblob_html.rb +15 -0
- data/app/views/wallaby/resources/index/longtext_html.rb +11 -0
- data/app/views/wallaby/resources/index/lseg_html.rb +11 -0
- data/app/views/wallaby/resources/index/ltree_html.rb +11 -0
- data/app/views/wallaby/resources/index/macaddr_html.rb +19 -0
- data/app/views/wallaby/resources/index/mediumblob_html.rb +15 -0
- data/app/views/wallaby/resources/index/mediumtext_html.rb +11 -0
- data/app/views/wallaby/resources/index/money_html.rb +15 -0
- data/app/views/wallaby/resources/index/numrange_html.rb +21 -0
- data/app/views/wallaby/resources/index/password_html.rb +19 -0
- data/app/views/wallaby/resources/index/path_html.rb +26 -0
- data/app/views/wallaby/resources/index/point_html.rb +23 -0
- data/app/views/wallaby/resources/index/polygon_html.rb +11 -0
- data/app/views/wallaby/resources/index/raw_html.rb +19 -0
- data/app/views/wallaby/resources/index/serial_html.rb +15 -0
- data/app/views/wallaby/resources/index/sti_html.rb +11 -0
- data/app/views/wallaby/resources/index/string_html.rb +26 -0
- data/app/views/wallaby/resources/index/text_html.rb +26 -0
- data/app/views/wallaby/resources/index/time_html.rb +20 -0
- data/app/views/wallaby/resources/index/tinyblob_html.rb +15 -0
- data/app/views/wallaby/resources/index/tinytext_html.rb +11 -0
- data/app/views/wallaby/resources/index/tsrange_html.rb +11 -0
- data/app/views/wallaby/resources/index/tstzrange_html.rb +11 -0
- data/app/views/wallaby/resources/index/tsvector_html.rb +11 -0
- data/app/views/wallaby/resources/index/unsigned_bigint_html.rb +15 -0
- data/app/views/wallaby/resources/index/unsigned_decimal_html.rb +15 -0
- data/app/views/wallaby/resources/index/unsigned_float_html.rb +15 -0
- data/app/views/wallaby/resources/index/unsigned_integer_html.rb +15 -0
- data/app/views/wallaby/resources/index/uuid_html.rb +11 -0
- data/app/views/wallaby/resources/index/xml_html.rb +11 -0
- data/app/views/wallaby/resources/new.html.erb +5 -2
- data/app/views/wallaby/resources/resource_actions_html.rb +15 -0
- data/app/views/wallaby/resources/show.html.erb +32 -18
- data/app/views/wallaby/resources/show.json.jbuilder +2 -0
- data/app/views/wallaby/resources/show/_cidr.html.erb +1 -1
- data/app/views/wallaby/resources/show/_color.html.erb +1 -1
- data/app/views/wallaby/resources/show/_inet.html.erb +1 -1
- data/app/views/wallaby/resources/{index/_belongs_to.html.erb → show/_link.html.erb} +1 -1
- data/lib/generators/wallaby/install/USAGE +20 -0
- data/lib/generators/wallaby/install/install_generator.rb +90 -0
- data/lib/generators/wallaby/install/templates/application_authorizer.rb.erb +40 -0
- data/lib/generators/wallaby/install/templates/application_controller.rb.erb +148 -0
- data/lib/generators/wallaby/install/templates/application_decorator.rb.erb +10 -0
- data/lib/generators/wallaby/install/templates/application_paginator.rb.erb +30 -0
- data/lib/generators/wallaby/install/templates/application_servicer.rb.erb +50 -0
- data/lib/generators/wallaby/install/templates/initializer.rb.erb +58 -0
- data/lib/wallaby.rb +7 -24
- data/lib/wallaby/ui_engine.rb +32 -0
- data/lib/wallaby/version.rb +4 -1
- data/lib/wallaby/views.rb +17 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/addon/comment/comment.js +209 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/addon/comment/continuecomment.js +113 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/addon/dialog/dialog.css +32 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/addon/dialog/dialog.js +161 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/addon/display/autorefresh.js +47 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/addon/display/fullscreen.css +6 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/addon/display/fullscreen.js +41 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/addon/display/panel.js +127 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/addon/display/placeholder.js +63 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/addon/display/rulers.js +51 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/addon/edit/closebrackets.js +191 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/addon/edit/closetag.js +184 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/addon/edit/continuelist.js +99 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/addon/edit/matchbrackets.js +150 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/addon/edit/matchtags.js +66 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/addon/edit/trailingspace.js +27 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/addon/fold/brace-fold.js +105 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/addon/fold/comment-fold.js +59 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/addon/fold/foldcode.js +152 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/addon/fold/foldgutter.css +20 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/addon/fold/foldgutter.js +163 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/addon/fold/indent-fold.js +48 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/addon/fold/markdown-fold.js +49 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/addon/fold/xml-fold.js +184 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/addon/hint/anyword-hint.js +41 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/addon/hint/css-hint.js +60 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/addon/hint/html-hint.js +350 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/addon/hint/javascript-hint.js +157 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/addon/hint/show-hint.css +36 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/addon/hint/show-hint.js +460 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/addon/hint/sql-hint.js +304 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/addon/hint/xml-hint.js +123 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/addon/lint/coffeescript-lint.js +47 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/addon/lint/css-lint.js +40 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/addon/lint/html-lint.js +59 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/addon/lint/javascript-lint.js +63 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/addon/lint/json-lint.js +40 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/addon/lint/lint.css +73 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/addon/lint/lint.js +252 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/addon/lint/yaml-lint.js +41 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/addon/merge/merge.css +119 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/addon/merge/merge.js +1002 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/addon/mode/loadmode.js +64 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/addon/mode/multiplex.js +131 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/addon/mode/multiplex_test.js +33 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/addon/mode/overlay.js +90 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/addon/mode/simple.js +216 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/addon/runmode/colorize.js +40 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/addon/runmode/runmode-standalone.js +158 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/addon/runmode/runmode.js +72 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/addon/runmode/runmode.node.js +197 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/addon/scroll/annotatescrollbar.js +122 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/addon/scroll/scrollpastend.js +48 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/addon/scroll/simplescrollbars.css +66 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/addon/scroll/simplescrollbars.js +152 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/addon/search/jump-to-line.js +50 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/addon/search/match-highlighter.js +165 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/addon/search/matchesonscrollbar.css +8 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/addon/search/matchesonscrollbar.js +97 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/addon/search/search.js +260 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/addon/search/searchcursor.js +293 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/addon/selection/active-line.js +72 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/addon/selection/mark-selection.js +119 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/addon/selection/selection-pointer.js +98 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/addon/tern/tern.css +87 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/addon/tern/tern.js +718 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/addon/tern/worker.js +44 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/addon/wrap/hardwrap.js +145 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/lib/codemirror.js +9783 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/apl/apl.js +174 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/apl/index.html +72 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/asciiarmor/asciiarmor.js +74 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/asciiarmor/index.html +46 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/asn.1/asn.1.js +204 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/asn.1/index.html +78 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/asterisk/asterisk.js +220 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/asterisk/index.html +155 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/brainfuck/brainfuck.js +85 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/brainfuck/index.html +85 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/clike/clike.js +935 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/clike/index.html +380 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/clike/scala.html +767 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/clike/test.js +165 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/clojure/clojure.js +292 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/clojure/index.html +95 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/clojure/test.js +384 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/cmake/cmake.js +97 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/cmake/index.html +129 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/cobol/cobol.js +255 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/cobol/index.html +210 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/coffeescript/coffeescript.js +359 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/coffeescript/index.html +740 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/commonlisp/commonlisp.js +124 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/commonlisp/index.html +177 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/crystal/crystal.js +433 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/crystal/index.html +116 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/css/css.js +831 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/css/gss.html +104 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/css/gss_test.js +17 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/css/index.html +75 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/css/less.html +152 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/css/less_test.js +54 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/css/scss.html +158 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/css/scss_test.js +110 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/css/test.js +217 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/cypher/cypher.js +150 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/cypher/index.html +64 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/cypher/test.js +37 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/d/d.js +223 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/d/index.html +273 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/d/test.js +11 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/dart/dart.js +166 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/dart/index.html +71 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/diff/diff.js +47 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/diff/index.html +117 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/django/django.js +356 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/django/index.html +73 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/dockerfile/dockerfile.js +211 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/dockerfile/index.html +73 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/dockerfile/test.js +128 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/dtd/dtd.js +142 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/dtd/index.html +89 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/dylan/dylan.js +352 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/dylan/index.html +407 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/dylan/test.js +88 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/ebnf/ebnf.js +195 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/ebnf/index.html +102 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/ecl/ecl.js +206 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/ecl/index.html +52 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/eiffel/eiffel.js +160 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/eiffel/index.html +429 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/elm/elm.js +205 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/elm/index.html +61 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/erlang/erlang.js +619 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/erlang/index.html +76 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/factor/factor.js +85 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/factor/index.html +77 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/fcl/fcl.js +173 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/fcl/index.html +108 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/forth/forth.js +180 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/forth/index.html +75 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/fortran/fortran.js +188 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/fortran/index.html +81 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/gas/gas.js +345 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/gas/index.html +68 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/gfm/gfm.js +129 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/gfm/index.html +136 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/gfm/test.js +198 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/gherkin/gherkin.js +178 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/gherkin/index.html +48 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/go/go.js +187 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/go/index.html +85 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/groovy/groovy.js +233 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/groovy/index.html +84 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/haml/haml.js +161 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/haml/index.html +79 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/haml/test.js +97 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/handlebars/handlebars.js +70 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/handlebars/index.html +82 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/haskell-literate/haskell-literate.js +43 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/haskell-literate/index.html +282 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/haskell/haskell.js +268 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/haskell/index.html +73 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/haxe/haxe.js +515 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/haxe/index.html +124 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/htmlembedded/htmlembedded.js +37 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/htmlembedded/index.html +60 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/htmlmixed/htmlmixed.js +152 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/htmlmixed/index.html +100 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/http/http.js +113 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/http/index.html +45 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/idl/idl.js +290 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/idl/index.html +65 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/index.html +165 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/javascript/index.html +114 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/javascript/javascript.js +930 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/javascript/json-ld.html +72 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/javascript/test.js +513 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/javascript/typescript.html +62 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/jinja2/index.html +54 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/jinja2/jinja2.js +146 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/jsx/index.html +89 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/jsx/jsx.js +148 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/jsx/test.js +91 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/julia/index.html +196 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/julia/julia.js +429 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/livescript/index.html +459 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/livescript/livescript.js +280 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/lua/index.html +85 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/lua/lua.js +159 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/markdown/index.html +412 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/markdown/markdown.js +883 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/markdown/test.js +1317 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/mathematica/index.html +72 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/mathematica/mathematica.js +176 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/mbox/index.html +44 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/mbox/mbox.js +129 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/meta.js +219 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/mirc/index.html +161 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/mirc/mirc.js +193 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/mllike/index.html +198 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/mllike/mllike.js +359 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/modelica/index.html +67 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/modelica/modelica.js +245 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/mscgen/index.html +151 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/mscgen/mscgen.js +175 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/mscgen/mscgen_test.js +84 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/mscgen/msgenny_test.js +77 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/mscgen/xu_test.js +87 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/mumps/index.html +85 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/mumps/mumps.js +148 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/nginx/index.html +181 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/nginx/nginx.js +178 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/nsis/index.html +80 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/nsis/nsis.js +95 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/ntriples/index.html +70 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/ntriples/ntriples.js +195 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/octave/index.html +84 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/octave/octave.js +139 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/oz/index.html +59 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/oz/oz.js +252 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/pascal/index.html +61 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/pascal/pascal.js +121 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/pegjs/index.html +66 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/pegjs/pegjs.js +114 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/perl/index.html +75 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/perl/perl.js +837 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/php/index.html +64 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/php/php.js +234 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/php/test.js +154 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/pig/index.html +53 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/pig/pig.js +178 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/powershell/index.html +205 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/powershell/powershell.js +398 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/powershell/test.js +74 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/properties/index.html +53 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/properties/properties.js +78 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/protobuf/index.html +104 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/protobuf/protobuf.js +69 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/pug/index.html +70 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/pug/pug.js +591 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/puppet/index.html +121 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/puppet/puppet.js +220 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/python/index.html +207 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/python/python.js +399 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/python/test.js +44 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/q/index.html +144 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/q/q.js +139 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/r/index.html +88 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/r/r.js +190 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/rpm/changes/index.html +66 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/rpm/index.html +149 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/rpm/rpm.js +109 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/rst/index.html +535 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/rst/rst.js +557 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/ruby/index.html +183 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/ruby/ruby.js +298 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/ruby/test.js +23 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/rust/index.html +64 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/rust/rust.js +72 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/rust/test.js +39 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/sas/index.html +81 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/sas/sas.js +303 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/sass/index.html +68 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/sass/sass.js +454 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/sass/test.js +122 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/scheme/index.html +77 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/scheme/scheme.js +265 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/shell/index.html +66 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/shell/shell.js +152 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/shell/test.js +73 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/sieve/index.html +93 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/sieve/sieve.js +193 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/slim/index.html +96 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/slim/slim.js +575 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/slim/test.js +96 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/smalltalk/index.html +68 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/smalltalk/smalltalk.js +168 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/smarty/index.html +138 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/smarty/smarty.js +225 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/solr/index.html +57 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/solr/solr.js +104 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/soy/index.html +68 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/soy/soy.js +437 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/soy/test.js +204 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/sparql/index.html +61 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/sparql/sparql.js +180 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/spreadsheet/index.html +42 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/spreadsheet/spreadsheet.js +112 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/sql/index.html +89 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/sql/sql.js +494 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/stex/index.html +116 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/stex/stex.js +264 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/stex/test.js +132 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/stylus/index.html +106 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/stylus/stylus.js +771 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/swift/index.html +70 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/swift/swift.js +223 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/swift/test.js +162 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/tcl/index.html +142 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/tcl/tcl.js +139 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/textile/index.html +191 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/textile/test.js +417 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/textile/textile.js +469 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/tiddlywiki/index.html +154 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/tiddlywiki/tiddlywiki.css +14 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/tiddlywiki/tiddlywiki.js +308 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/tiki/index.html +95 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/tiki/tiki.css +26 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/tiki/tiki.js +312 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/toml/index.html +73 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/toml/toml.js +88 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/tornado/index.html +63 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/tornado/tornado.js +68 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/troff/index.html +146 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/troff/troff.js +84 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/ttcn-cfg/index.html +116 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/ttcn-cfg/ttcn-cfg.js +214 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/ttcn/index.html +119 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/ttcn/ttcn.js +283 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/turtle/index.html +51 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/turtle/turtle.js +162 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/twig/index.html +45 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/twig/twig.js +141 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/vb/index.html +49 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/vb/vb.js +275 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/vbscript/index.html +55 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/vbscript/vbscript.js +350 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/velocity/index.html +120 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/velocity/velocity.js +201 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/verilog/index.html +120 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/verilog/test.js +273 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/verilog/verilog.js +675 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/vhdl/index.html +95 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/vhdl/vhdl.js +189 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/vue/index.html +69 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/vue/vue.js +77 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/webidl/index.html +71 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/webidl/webidl.js +195 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/xml/index.html +61 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/xml/test.js +51 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/xml/xml.js +413 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/xquery/index.html +211 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/xquery/test.js +67 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/xquery/xquery.js +448 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/yacas/index.html +87 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/yacas/yacas.js +204 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/yaml-frontmatter/index.html +121 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/yaml-frontmatter/yaml-frontmatter.js +68 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/yaml/index.html +80 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/yaml/yaml.js +120 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/z80/index.html +53 -0
- data/vendor/assets/javascripts/codemirror/5.49.2/mode/z80/z80.js +116 -0
- data/vendor/assets/stylesheets/codemirror/5.49.2/lib/codemirror.css +349 -0
- data/vendor/assets/stylesheets/codemirror/5.49.2/theme/3024-day.css +41 -0
- data/vendor/assets/stylesheets/codemirror/5.49.2/theme/3024-night.css +39 -0
- data/vendor/assets/stylesheets/codemirror/5.49.2/theme/abcdef.css +32 -0
- data/vendor/assets/stylesheets/codemirror/5.49.2/theme/ambiance-mobile.css +5 -0
- data/vendor/assets/stylesheets/codemirror/5.49.2/theme/ambiance.css +74 -0
- data/vendor/assets/stylesheets/codemirror/5.49.2/theme/base16-dark.css +38 -0
- data/vendor/assets/stylesheets/codemirror/5.49.2/theme/base16-light.css +38 -0
- data/vendor/assets/stylesheets/codemirror/5.49.2/theme/bespin.css +34 -0
- data/vendor/assets/stylesheets/codemirror/5.49.2/theme/blackboard.css +32 -0
- data/vendor/assets/stylesheets/codemirror/5.49.2/theme/cobalt.css +25 -0
- data/vendor/assets/stylesheets/codemirror/5.49.2/theme/colorforth.css +33 -0
- data/vendor/assets/stylesheets/codemirror/5.49.2/theme/darcula.css +53 -0
- data/vendor/assets/stylesheets/codemirror/5.49.2/theme/dracula.css +40 -0
- data/vendor/assets/stylesheets/codemirror/5.49.2/theme/duotone-dark.css +35 -0
- data/vendor/assets/stylesheets/codemirror/5.49.2/theme/duotone-light.css +36 -0
- data/vendor/assets/stylesheets/codemirror/5.49.2/theme/eclipse.css +23 -0
- data/vendor/assets/stylesheets/codemirror/5.49.2/theme/elegant.css +13 -0
- data/vendor/assets/stylesheets/codemirror/5.49.2/theme/erlang-dark.css +34 -0
- data/vendor/assets/stylesheets/codemirror/5.49.2/theme/gruvbox-dark.css +37 -0
- data/vendor/assets/stylesheets/codemirror/5.49.2/theme/hopscotch.css +34 -0
- data/vendor/assets/stylesheets/codemirror/5.49.2/theme/icecoder.css +43 -0
- data/vendor/assets/stylesheets/codemirror/5.49.2/theme/idea.css +42 -0
- data/vendor/assets/stylesheets/codemirror/5.49.2/theme/isotope.css +34 -0
- data/vendor/assets/stylesheets/codemirror/5.49.2/theme/lesser-dark.css +47 -0
- data/vendor/assets/stylesheets/codemirror/5.49.2/theme/liquibyte.css +95 -0
- data/vendor/assets/stylesheets/codemirror/5.49.2/theme/lucario.css +37 -0
- data/vendor/assets/stylesheets/codemirror/5.49.2/theme/material-darker.css +135 -0
- data/vendor/assets/stylesheets/codemirror/5.49.2/theme/material-ocean.css +135 -0
- data/vendor/assets/stylesheets/codemirror/5.49.2/theme/material-palenight.css +135 -0
- data/vendor/assets/stylesheets/codemirror/5.49.2/theme/material.css +135 -0
- data/vendor/assets/stylesheets/codemirror/5.49.2/theme/mbo.css +37 -0
- data/vendor/assets/stylesheets/codemirror/5.49.2/theme/mdn-like.css +46 -0
- data/vendor/assets/stylesheets/codemirror/5.49.2/theme/midnight.css +39 -0
- data/vendor/assets/stylesheets/codemirror/5.49.2/theme/monokai.css +41 -0
- data/vendor/assets/stylesheets/codemirror/5.49.2/theme/moxer.css +143 -0
- data/vendor/assets/stylesheets/codemirror/5.49.2/theme/neat.css +12 -0
- data/vendor/assets/stylesheets/codemirror/5.49.2/theme/neo.css +43 -0
- data/vendor/assets/stylesheets/codemirror/5.49.2/theme/night.css +27 -0
- data/vendor/assets/stylesheets/codemirror/5.49.2/theme/nord.css +42 -0
- data/vendor/assets/stylesheets/codemirror/5.49.2/theme/oceanic-next.css +44 -0
- data/vendor/assets/stylesheets/codemirror/5.49.2/theme/panda-syntax.css +85 -0
- data/vendor/assets/stylesheets/codemirror/5.49.2/theme/paraiso-dark.css +38 -0
- data/vendor/assets/stylesheets/codemirror/5.49.2/theme/paraiso-light.css +38 -0
- data/vendor/assets/stylesheets/codemirror/5.49.2/theme/pastel-on-dark.css +52 -0
- data/vendor/assets/stylesheets/codemirror/5.49.2/theme/railscasts.css +34 -0
- data/vendor/assets/stylesheets/codemirror/5.49.2/theme/rubyblue.css +25 -0
- data/vendor/assets/stylesheets/codemirror/5.49.2/theme/seti.css +44 -0
- data/vendor/assets/stylesheets/codemirror/5.49.2/theme/shadowfox.css +52 -0
- data/vendor/assets/stylesheets/codemirror/5.49.2/theme/solarized.css +168 -0
- data/vendor/assets/stylesheets/codemirror/5.49.2/theme/ssms.css +16 -0
- data/vendor/assets/stylesheets/codemirror/5.49.2/theme/the-matrix.css +30 -0
- data/vendor/assets/stylesheets/codemirror/5.49.2/theme/tomorrow-night-bright.css +35 -0
- data/vendor/assets/stylesheets/codemirror/5.49.2/theme/tomorrow-night-eighties.css +38 -0
- data/vendor/assets/stylesheets/codemirror/5.49.2/theme/ttcn.css +64 -0
- data/vendor/assets/stylesheets/codemirror/5.49.2/theme/twilight.css +32 -0
- data/vendor/assets/stylesheets/codemirror/5.49.2/theme/vibrant-ink.css +34 -0
- data/vendor/assets/stylesheets/codemirror/5.49.2/theme/xq-dark.css +53 -0
- data/vendor/assets/stylesheets/codemirror/5.49.2/theme/xq-light.css +43 -0
- data/vendor/assets/stylesheets/codemirror/5.49.2/theme/yeti.css +44 -0
- data/vendor/assets/stylesheets/codemirror/5.49.2/theme/yonce.css +59 -0
- data/vendor/assets/stylesheets/codemirror/5.49.2/theme/zenburn.css +37 -0
- metadata +529 -199
- data/Rakefile +0 -27
- data/app/controllers/wallaby/abstract_resources_controller.rb +0 -318
- data/app/controllers/wallaby/application_controller.rb +0 -71
- data/app/controllers/wallaby/base_controller.rb +0 -23
- data/app/controllers/wallaby/resources_controller.rb +0 -5
- data/app/controllers/wallaby/secure_controller.rb +0 -60
- data/app/security/ability.rb +0 -10
- data/app/views/layouts/wallaby/error.html.erb +0 -42
- data/app/views/wallaby/error.html.erb +0 -11
- data/app/views/wallaby/resources/_resource_actions.html.erb +0 -3
- data/app/views/wallaby/resources/index/_bigint.html.erb +0 -5
- data/app/views/wallaby/resources/index/_bigserial.html.erb +0 -5
- data/app/views/wallaby/resources/index/_binary.html.erb +0 -5
- data/app/views/wallaby/resources/index/_bit.html.erb +0 -9
- data/app/views/wallaby/resources/index/_bit_varying.html.erb +0 -9
- data/app/views/wallaby/resources/index/_blob.html.erb +0 -5
- data/app/views/wallaby/resources/index/_boolean.html.erb +0 -9
- data/app/views/wallaby/resources/index/_box.html.erb +0 -16
- data/app/views/wallaby/resources/index/_cidr.html.erb +0 -10
- data/app/views/wallaby/resources/index/_circle.html.erb +0 -16
- data/app/views/wallaby/resources/index/_citext.html.erb +0 -16
- data/app/views/wallaby/resources/index/_color.html.erb +0 -10
- data/app/views/wallaby/resources/index/_date.html.erb +0 -11
- data/app/views/wallaby/resources/index/_daterange.html.erb +0 -12
- data/app/views/wallaby/resources/index/_datetime.html.erb +0 -11
- data/app/views/wallaby/resources/index/_decimal.html.erb +0 -5
- data/app/views/wallaby/resources/index/_email.html.erb +0 -5
- data/app/views/wallaby/resources/index/_float.html.erb +0 -5
- data/app/views/wallaby/resources/index/_has_and_belongs_to_many.html.erb +0 -15
- data/app/views/wallaby/resources/index/_has_many.html.erb +0 -15
- data/app/views/wallaby/resources/index/_has_one.html.erb +0 -5
- data/app/views/wallaby/resources/index/_hstore.html.erb +0 -16
- data/app/views/wallaby/resources/index/_inet.html.erb +0 -10
- data/app/views/wallaby/resources/index/_int4range.html.erb +0 -11
- data/app/views/wallaby/resources/index/_int8range.html.erb +0 -11
- data/app/views/wallaby/resources/index/_integer.html.erb +0 -5
- data/app/views/wallaby/resources/index/_json.html.erb +0 -15
- data/app/views/wallaby/resources/index/_jsonb.html.erb +0 -15
- data/app/views/wallaby/resources/index/_line.html.erb +0 -16
- data/app/views/wallaby/resources/index/_longblob.html.erb +0 -5
- data/app/views/wallaby/resources/index/_longtext.html.erb +0 -16
- data/app/views/wallaby/resources/index/_lseg.html.erb +0 -16
- data/app/views/wallaby/resources/index/_ltree.html.erb +0 -16
- data/app/views/wallaby/resources/index/_macaddr.html.erb +0 -9
- data/app/views/wallaby/resources/index/_mediumblob.html.erb +0 -5
- data/app/views/wallaby/resources/index/_mediumtext.html.erb +0 -16
- data/app/views/wallaby/resources/index/_numrange.html.erb +0 -11
- data/app/views/wallaby/resources/index/_password.html.erb +0 -9
- data/app/views/wallaby/resources/index/_path.html.erb +0 -16
- data/app/views/wallaby/resources/index/_point.html.erb +0 -10
- data/app/views/wallaby/resources/index/_polygon.html.erb +0 -16
- data/app/views/wallaby/resources/index/_raw.html.erb +0 -9
- data/app/views/wallaby/resources/index/_serial.html.erb +0 -5
- data/app/views/wallaby/resources/index/_sti.html.erb +0 -16
- data/app/views/wallaby/resources/index/_string.html.erb +0 -16
- data/app/views/wallaby/resources/index/_text.html.erb +0 -16
- data/app/views/wallaby/resources/index/_time.html.erb +0 -10
- data/app/views/wallaby/resources/index/_tinyblob.html.erb +0 -5
- data/app/views/wallaby/resources/index/_tinytext.html.erb +0 -16
- data/app/views/wallaby/resources/index/_tsrange.html.erb +0 -12
- data/app/views/wallaby/resources/index/_tstzrange.html.erb +0 -12
- data/app/views/wallaby/resources/index/_tsvector.html.erb +0 -16
- data/app/views/wallaby/resources/index/_unsigned_bigint.html.erb +0 -5
- data/app/views/wallaby/resources/index/_unsigned_decimal.html.erb +0 -5
- data/app/views/wallaby/resources/index/_unsigned_float.html.erb +0 -5
- data/app/views/wallaby/resources/index/_unsigned_integer.html.erb +0 -5
- data/app/views/wallaby/resources/index/_uuid.html.erb +0 -16
- data/app/views/wallaby/resources/index/_xml.html.erb +0 -16
- data/config/locales/wallaby.en.yml +0 -101
- data/config/routes.rb +0 -36
- data/lib/adaptors/wallaby/active_record.rb +0 -5
- data/lib/adaptors/wallaby/active_record/model_decorator.rb +0 -132
- data/lib/adaptors/wallaby/active_record/model_decorator/fields_builder.rb +0 -57
- data/lib/adaptors/wallaby/active_record/model_decorator/fields_builder/association_builder.rb +0 -50
- data/lib/adaptors/wallaby/active_record/model_decorator/fields_builder/polymorphic_builder.rb +0 -53
- data/lib/adaptors/wallaby/active_record/model_decorator/fields_builder/sti_builder.rb +0 -49
- data/lib/adaptors/wallaby/active_record/model_decorator/title_field_finder.rb +0 -32
- data/lib/adaptors/wallaby/active_record/model_finder.rb +0 -52
- data/lib/adaptors/wallaby/active_record/model_pagination_provider.rb +0 -27
- data/lib/adaptors/wallaby/active_record/model_service_provider.rb +0 -144
- data/lib/adaptors/wallaby/active_record/model_service_provider/normalizer.rb +0 -57
- data/lib/adaptors/wallaby/active_record/model_service_provider/permitter.rb +0 -76
- data/lib/adaptors/wallaby/active_record/model_service_provider/querier.rb +0 -166
- data/lib/adaptors/wallaby/active_record/model_service_provider/querier/transformer.rb +0 -77
- data/lib/adaptors/wallaby/active_record/model_service_provider/validator.rb +0 -35
- data/lib/concerns/wallaby/resources_helper_methods.rb +0 -44
- data/lib/decorators/wallaby/abstract_resource_decorator.rb +0 -79
- data/lib/decorators/wallaby/resource_decorator.rb +0 -7
- data/lib/errors/wallaby/general_error.rb +0 -4
- data/lib/errors/wallaby/invalid_error.rb +0 -4
- data/lib/errors/wallaby/model_not_found.rb +0 -9
- data/lib/errors/wallaby/not_authenticated.rb +0 -4
- data/lib/errors/wallaby/not_found.rb +0 -4
- data/lib/errors/wallaby/not_implemented.rb +0 -4
- data/lib/errors/wallaby/resource_not_found.rb +0 -9
- data/lib/errors/wallaby/unprocessable_entity.rb +0 -4
- data/lib/forms/wallaby/form_builder.rb +0 -55
- data/lib/helpers/wallaby/application_helper.rb +0 -49
- data/lib/helpers/wallaby/base_helper.rb +0 -60
- data/lib/helpers/wallaby/form_helper.rb +0 -63
- data/lib/helpers/wallaby/index_helper.rb +0 -63
- data/lib/helpers/wallaby/links_helper.rb +0 -155
- data/lib/helpers/wallaby/resources_helper.rb +0 -52
- data/lib/helpers/wallaby/secure_helper.rb +0 -50
- data/lib/helpers/wallaby/styling_helper.rb +0 -66
- data/lib/interfaces/wallaby/mode.rb +0 -47
- data/lib/interfaces/wallaby/model_decorator.rb +0 -135
- data/lib/interfaces/wallaby/model_decorator/field_helpers.rb +0 -78
- data/lib/interfaces/wallaby/model_finder.rb +0 -10
- data/lib/interfaces/wallaby/model_pagination_provider.rb +0 -105
- data/lib/interfaces/wallaby/model_service_provider.rb +0 -79
- data/lib/paginators/wallaby/abstract_resource_paginator.rb +0 -28
- data/lib/paginators/wallaby/resource_paginator.rb +0 -6
- data/lib/parsers/wallaby/parser.rb +0 -33
- data/lib/responders/wallaby/abstract_responder.rb +0 -81
- data/lib/responders/wallaby/resources_responder.rb +0 -6
- data/lib/routes/wallaby/resources_router.rb +0 -45
- data/lib/servicers/wallaby/abstract_model_servicer.rb +0 -72
- data/lib/servicers/wallaby/model_servicer.rb +0 -6
- data/lib/services/wallaby/link_options_normalizer.rb +0 -20
- data/lib/services/wallaby/lookup_context_wrapper.rb +0 -42
- data/lib/services/wallaby/map.rb +0 -128
- data/lib/services/wallaby/map/mode_mapper.rb +0 -21
- data/lib/services/wallaby/map/model_class_collector.rb +0 -48
- data/lib/services/wallaby/map/model_class_mapper.rb +0 -38
- data/lib/services/wallaby/partial_renderer.rb +0 -67
- data/lib/services/wallaby/prefixes_builder.rb +0 -72
- data/lib/services/wallaby/sorting/hash_builder.rb +0 -22
- data/lib/services/wallaby/sorting/link_builder.rb +0 -50
- data/lib/services/wallaby/sorting/next_builder.rb +0 -75
- data/lib/services/wallaby/url_for.rb +0 -36
- data/lib/tree/wallaby/node.rb +0 -19
- data/lib/utils/wallaby/test_utils.rb +0 -32
- data/lib/utils/wallaby/utils.rb +0 -122
- data/lib/wallaby/configuration.rb +0 -74
- data/lib/wallaby/configuration/features.rb +0 -13
- data/lib/wallaby/configuration/mapping.rb +0 -66
- data/lib/wallaby/configuration/metadata.rb +0 -13
- data/lib/wallaby/configuration/models.rb +0 -32
- data/lib/wallaby/configuration/pagination.rb +0 -13
- data/lib/wallaby/configuration/security.rb +0 -62
- data/lib/wallaby/engine.rb +0 -154
@@ -0,0 +1,65 @@
|
|
1
|
+
<!doctype html>
|
2
|
+
|
3
|
+
<title>CodeMirror: IDL mode</title>
|
4
|
+
<meta charset="utf-8"/>
|
5
|
+
<link rel=stylesheet href="../../doc/docs.css">
|
6
|
+
|
7
|
+
<link rel="stylesheet" href="../../lib/codemirror.css">
|
8
|
+
<script src="../../lib/codemirror.js"></script>
|
9
|
+
<script src="../../addon/edit/matchbrackets.js"></script>
|
10
|
+
<script src="idl.js"></script>
|
11
|
+
<style>.CodeMirror {border-top: 1px solid black; border-bottom: 1px solid black;}</style>
|
12
|
+
<div id=nav>
|
13
|
+
<a href="https://codemirror.net"><h1>CodeMirror</h1><img id=logo src="../../doc/logo.png" alt=""></a>
|
14
|
+
|
15
|
+
<ul>
|
16
|
+
<li><a href="../../index.html">Home</a>
|
17
|
+
<li><a href="../../doc/manual.html">Manual</a>
|
18
|
+
<li><a href="https://github.com/codemirror/codemirror">Code</a>
|
19
|
+
</ul>
|
20
|
+
<ul>
|
21
|
+
<li><a href="../index.html">Language modes</a>
|
22
|
+
<li><a class=active href="#">IDL</a>
|
23
|
+
</ul>
|
24
|
+
</div>
|
25
|
+
|
26
|
+
<article>
|
27
|
+
<h2>IDL mode</h2>
|
28
|
+
|
29
|
+
<div><textarea id="code" name="code">
|
30
|
+
;; Example IDL code
|
31
|
+
FUNCTION mean_and_stddev,array
|
32
|
+
;; This program reads in an array of numbers
|
33
|
+
;; and returns a structure containing the
|
34
|
+
;; average and standard deviation
|
35
|
+
|
36
|
+
ave = 0.0
|
37
|
+
count = 0.0
|
38
|
+
|
39
|
+
for i=0,N_ELEMENTS(array)-1 do begin
|
40
|
+
ave = ave + array[i]
|
41
|
+
count = count + 1
|
42
|
+
endfor
|
43
|
+
|
44
|
+
ave = ave/count
|
45
|
+
|
46
|
+
std = stddev(array)
|
47
|
+
|
48
|
+
return, {average:ave,std:std}
|
49
|
+
|
50
|
+
END
|
51
|
+
|
52
|
+
</textarea></div>
|
53
|
+
<script>
|
54
|
+
var editor = CodeMirror.fromTextArea(document.getElementById("code"), {
|
55
|
+
mode: {name: "idl",
|
56
|
+
version: 1,
|
57
|
+
singleLineStringErrors: false},
|
58
|
+
lineNumbers: true,
|
59
|
+
indentUnit: 4,
|
60
|
+
matchBrackets: true
|
61
|
+
});
|
62
|
+
</script>
|
63
|
+
|
64
|
+
<p><strong>MIME types defined:</strong> <code>text/x-idl</code>.</p>
|
65
|
+
</article>
|
@@ -0,0 +1,165 @@
|
|
1
|
+
<!doctype html>
|
2
|
+
|
3
|
+
<title>CodeMirror: Language Modes</title>
|
4
|
+
<meta charset="utf-8"/>
|
5
|
+
<link rel=stylesheet href="../doc/docs.css">
|
6
|
+
|
7
|
+
<div id=nav>
|
8
|
+
<a href="https://codemirror.net"><h1>CodeMirror</h1><img id=logo src="../doc/logo.png"></a>
|
9
|
+
|
10
|
+
<ul>
|
11
|
+
<li><a href="../index.html">Home</a>
|
12
|
+
<li><a href="../doc/manual.html">Manual</a>
|
13
|
+
<li><a href="https://github.com/codemirror/codemirror">Code</a>
|
14
|
+
</ul>
|
15
|
+
<ul>
|
16
|
+
<li><a class=active href="#">Language modes</a>
|
17
|
+
</ul>
|
18
|
+
</div>
|
19
|
+
|
20
|
+
<article>
|
21
|
+
|
22
|
+
<h2>Language modes</h2>
|
23
|
+
|
24
|
+
<p>This is a list of every mode in the distribution. Each mode lives
|
25
|
+
in a subdirectory of the <code>mode/</code> directory, and typically
|
26
|
+
defines a single JavaScript file that implements the mode. Loading
|
27
|
+
such file will make the language available to CodeMirror, through
|
28
|
+
the <a href="../doc/manual.html#option_mode"><code>mode</code></a>
|
29
|
+
option.</p>
|
30
|
+
|
31
|
+
<div style="-webkit-columns: 100px 2; -moz-columns: 100px 2; columns: 100px 2;">
|
32
|
+
<ul style="margin-top: 0">
|
33
|
+
<li><a href="apl/index.html">APL</a></li>
|
34
|
+
<li><a href="asn.1/index.html">ASN.1</a></li>
|
35
|
+
<li><a href="asterisk/index.html">Asterisk dialplan</a></li>
|
36
|
+
<li><a href="brainfuck/index.html">Brainfuck</a></li>
|
37
|
+
<li><a href="clike/index.html">C, C++, C#</a></li>
|
38
|
+
<li><a href="clike/index.html">Ceylon</a></li>
|
39
|
+
<li><a href="clojure/index.html">Clojure</a></li>
|
40
|
+
<li><a href="css/gss.html">Closure Stylesheets (GSS)</a></li>
|
41
|
+
<li><a href="cmake/index.html">CMake</a></li>
|
42
|
+
<li><a href="cobol/index.html">COBOL</a></li>
|
43
|
+
<li><a href="coffeescript/index.html">CoffeeScript</a></li>
|
44
|
+
<li><a href="commonlisp/index.html">Common Lisp</a></li>
|
45
|
+
<li><a href="crystal/index.html">Crystal</a></li>
|
46
|
+
<li><a href="css/index.html">CSS</a></li>
|
47
|
+
<li><a href="cypher/index.html">Cypher</a></li>
|
48
|
+
<li><a href="python/index.html">Cython</a></li>
|
49
|
+
<li><a href="d/index.html">D</a></li>
|
50
|
+
<li><a href="dart/index.html">Dart</a></li>
|
51
|
+
<li><a href="django/index.html">Django</a> (templating language)</li>
|
52
|
+
<li><a href="dockerfile/index.html">Dockerfile</a></li>
|
53
|
+
<li><a href="diff/index.html">diff</a></li>
|
54
|
+
<li><a href="dtd/index.html">DTD</a></li>
|
55
|
+
<li><a href="dylan/index.html">Dylan</a></li>
|
56
|
+
<li><a href="ebnf/index.html">EBNF</a></li>
|
57
|
+
<li><a href="ecl/index.html">ECL</a></li>
|
58
|
+
<li><a href="eiffel/index.html">Eiffel</a></li>
|
59
|
+
<li><a href="https://github.com/optick/codemirror-mode-elixir">Elixir</a></li>
|
60
|
+
<li><a href="elm/index.html">Elm</a></li>
|
61
|
+
<li><a href="erlang/index.html">Erlang</a></li>
|
62
|
+
<li><a href="factor/index.html">Factor</a></li>
|
63
|
+
<li><a href="fcl/index.html">FCL</a></li>
|
64
|
+
<li><a href="forth/index.html">Forth</a></li>
|
65
|
+
<li><a href="fortran/index.html">Fortran</a></li>
|
66
|
+
<li><a href="mllike/index.html">F#</a></li>
|
67
|
+
<li><a href="gas/index.html">Gas</a> (AT&T-style assembly)</li>
|
68
|
+
<li><a href="gherkin/index.html">Gherkin</a></li>
|
69
|
+
<li><a href="go/index.html">Go</a></li>
|
70
|
+
<li><a href="groovy/index.html">Groovy</a></li>
|
71
|
+
<li><a href="haml/index.html">HAML</a></li>
|
72
|
+
<li><a href="handlebars/index.html">Handlebars</a></li>
|
73
|
+
<li><a href="haskell/index.html">Haskell</a> (<a href="haskell-literate/index.html">Literate</a>)</li>
|
74
|
+
<li><a href="haxe/index.html">Haxe</a></li>
|
75
|
+
<li><a href="htmlembedded/index.html">HTML embedded</a> (JSP, ASP.NET)</li>
|
76
|
+
<li><a href="htmlmixed/index.html">HTML mixed-mode</a></li>
|
77
|
+
<li><a href="http/index.html">HTTP</a></li>
|
78
|
+
<li><a href="idl/index.html">IDL</a></li>
|
79
|
+
<li><a href="clike/index.html">Java</a></li>
|
80
|
+
<li><a href="javascript/index.html">JavaScript</a> (<a href="jsx/index.html">JSX</a>)</li>
|
81
|
+
<li><a href="jinja2/index.html">Jinja2</a></li>
|
82
|
+
<li><a href="julia/index.html">Julia</a></li>
|
83
|
+
<li><a href="clike/index.html">Kotlin</a></li>
|
84
|
+
<li><a href="css/less.html">LESS</a></li>
|
85
|
+
<li><a href="livescript/index.html">LiveScript</a></li>
|
86
|
+
<li><a href="lua/index.html">Lua</a></li>
|
87
|
+
<li><a href="markdown/index.html">Markdown</a> (<a href="gfm/index.html">GitHub-flavour</a>)</li>
|
88
|
+
<li><a href="mathematica/index.html">Mathematica</a></li>
|
89
|
+
<li><a href="mbox/index.html">mbox</a></li>
|
90
|
+
<li><a href="mirc/index.html">mIRC</a></li>
|
91
|
+
<li><a href="modelica/index.html">Modelica</a></li>
|
92
|
+
<li><a href="mscgen/index.html">MscGen</a></li>
|
93
|
+
<li><a href="mumps/index.html">MUMPS</a></li>
|
94
|
+
<li><a href="nginx/index.html">Nginx</a></li>
|
95
|
+
<li><a href="nsis/index.html">NSIS</a></li>
|
96
|
+
<li><a href="ntriples/index.html">N-Triples/N-Quads</a></li>
|
97
|
+
<li><a href="clike/index.html">Objective C</a></li>
|
98
|
+
<li><a href="mllike/index.html">OCaml</a></li>
|
99
|
+
<li><a href="octave/index.html">Octave</a> (MATLAB)</li>
|
100
|
+
<li><a href="oz/index.html">Oz</a></li>
|
101
|
+
<li><a href="pascal/index.html">Pascal</a></li>
|
102
|
+
<li><a href="pegjs/index.html">PEG.js</a></li>
|
103
|
+
<li><a href="perl/index.html">Perl</a></li>
|
104
|
+
<li><a href="asciiarmor/index.html">PGP (ASCII armor)</a></li>
|
105
|
+
<li><a href="php/index.html">PHP</a></li>
|
106
|
+
<li><a href="pig/index.html">Pig Latin</a></li>
|
107
|
+
<li><a href="powershell/index.html">PowerShell</a></li>
|
108
|
+
<li><a href="properties/index.html">Properties files</a></li>
|
109
|
+
<li><a href="protobuf/index.html">ProtoBuf</a></li>
|
110
|
+
<li><a href="pug/index.html">Pug</a></li>
|
111
|
+
<li><a href="puppet/index.html">Puppet</a></li>
|
112
|
+
<li><a href="python/index.html">Python</a></li>
|
113
|
+
<li><a href="q/index.html">Q</a></li>
|
114
|
+
<li><a href="r/index.html">R</a></li>
|
115
|
+
<li><a href="rpm/index.html">RPM</a></li>
|
116
|
+
<li><a href="rst/index.html">reStructuredText</a></li>
|
117
|
+
<li><a href="ruby/index.html">Ruby</a></li>
|
118
|
+
<li><a href="rust/index.html">Rust</a></li>
|
119
|
+
<li><a href="sas/index.html">SAS</a></li>
|
120
|
+
<li><a href="sass/index.html">Sass</a></li>
|
121
|
+
<li><a href="spreadsheet/index.html">Spreadsheet</a></li>
|
122
|
+
<li><a href="clike/scala.html">Scala</a></li>
|
123
|
+
<li><a href="scheme/index.html">Scheme</a></li>
|
124
|
+
<li><a href="css/scss.html">SCSS</a></li>
|
125
|
+
<li><a href="shell/index.html">Shell</a></li>
|
126
|
+
<li><a href="sieve/index.html">Sieve</a></li>
|
127
|
+
<li><a href="slim/index.html">Slim</a></li>
|
128
|
+
<li><a href="smalltalk/index.html">Smalltalk</a></li>
|
129
|
+
<li><a href="smarty/index.html">Smarty</a></li>
|
130
|
+
<li><a href="solr/index.html">Solr</a></li>
|
131
|
+
<li><a href="soy/index.html">Soy</a></li>
|
132
|
+
<li><a href="stylus/index.html">Stylus</a></li>
|
133
|
+
<li><a href="sql/index.html">SQL</a> (several dialects)</li>
|
134
|
+
<li><a href="sparql/index.html">SPARQL</a></li>
|
135
|
+
<li><a href="clike/index.html">Squirrel</a></li>
|
136
|
+
<li><a href="swift/index.html">Swift</a></li>
|
137
|
+
<li><a href="stex/index.html">sTeX, LaTeX</a></li>
|
138
|
+
<li><a href="tcl/index.html">Tcl</a></li>
|
139
|
+
<li><a href="textile/index.html">Textile</a></li>
|
140
|
+
<li><a href="tiddlywiki/index.html">Tiddlywiki</a></li>
|
141
|
+
<li><a href="tiki/index.html">Tiki wiki</a></li>
|
142
|
+
<li><a href="toml/index.html">TOML</a></li>
|
143
|
+
<li><a href="tornado/index.html">Tornado</a> (templating language)</li>
|
144
|
+
<li><a href="troff/index.html">troff</a> (for manpages)</li>
|
145
|
+
<li><a href="ttcn/index.html">TTCN</a></li>
|
146
|
+
<li><a href="ttcn-cfg/index.html">TTCN Configuration</a></li>
|
147
|
+
<li><a href="turtle/index.html">Turtle</a></li>
|
148
|
+
<li><a href="twig/index.html">Twig</a></li>
|
149
|
+
<li><a href="vb/index.html">VB.NET</a></li>
|
150
|
+
<li><a href="vbscript/index.html">VBScript</a></li>
|
151
|
+
<li><a href="velocity/index.html">Velocity</a></li>
|
152
|
+
<li><a href="verilog/index.html">Verilog/SystemVerilog</a></li>
|
153
|
+
<li><a href="vhdl/index.html">VHDL</a></li>
|
154
|
+
<li><a href="vue/index.html">Vue.js app</a></li>
|
155
|
+
<li><a href="webidl/index.html">Web IDL</a></li>
|
156
|
+
<li><a href="xml/index.html">XML/HTML</a></li>
|
157
|
+
<li><a href="xquery/index.html">XQuery</a></li>
|
158
|
+
<li><a href="yacas/index.html">Yacas</a></li>
|
159
|
+
<li><a href="yaml/index.html">YAML</a></li>
|
160
|
+
<li><a href="yaml-frontmatter/index.html">YAML frontmatter</a></li>
|
161
|
+
<li><a href="z80/index.html">Z80</a></li>
|
162
|
+
</ul>
|
163
|
+
</div>
|
164
|
+
|
165
|
+
</article>
|
@@ -0,0 +1,114 @@
|
|
1
|
+
<!doctype html>
|
2
|
+
|
3
|
+
<title>CodeMirror: JavaScript mode</title>
|
4
|
+
<meta charset="utf-8"/>
|
5
|
+
<link rel=stylesheet href="../../doc/docs.css">
|
6
|
+
|
7
|
+
<link rel="stylesheet" href="../../lib/codemirror.css">
|
8
|
+
<script src="../../lib/codemirror.js"></script>
|
9
|
+
<script src="../../addon/edit/matchbrackets.js"></script>
|
10
|
+
<script src="../../addon/comment/continuecomment.js"></script>
|
11
|
+
<script src="../../addon/comment/comment.js"></script>
|
12
|
+
<script src="javascript.js"></script>
|
13
|
+
<style>.CodeMirror {border-top: 1px solid black; border-bottom: 1px solid black;}</style>
|
14
|
+
<div id=nav>
|
15
|
+
<a href="https://codemirror.net"><h1>CodeMirror</h1><img id=logo src="../../doc/logo.png" alt=""></a>
|
16
|
+
|
17
|
+
<ul>
|
18
|
+
<li><a href="../../index.html">Home</a>
|
19
|
+
<li><a href="../../doc/manual.html">Manual</a>
|
20
|
+
<li><a href="https://github.com/codemirror/codemirror">Code</a>
|
21
|
+
</ul>
|
22
|
+
<ul>
|
23
|
+
<li><a href="../index.html">Language modes</a>
|
24
|
+
<li><a class=active href="#">JavaScript</a>
|
25
|
+
</ul>
|
26
|
+
</div>
|
27
|
+
|
28
|
+
<article>
|
29
|
+
<h2>JavaScript mode</h2>
|
30
|
+
|
31
|
+
|
32
|
+
<div><textarea id="code" name="code">
|
33
|
+
// Demo code (the actual new parser character stream implementation)
|
34
|
+
|
35
|
+
function StringStream(string) {
|
36
|
+
this.pos = 0;
|
37
|
+
this.string = string;
|
38
|
+
}
|
39
|
+
|
40
|
+
StringStream.prototype = {
|
41
|
+
done: function() {return this.pos >= this.string.length;},
|
42
|
+
peek: function() {return this.string.charAt(this.pos);},
|
43
|
+
next: function() {
|
44
|
+
if (this.pos < this.string.length)
|
45
|
+
return this.string.charAt(this.pos++);
|
46
|
+
},
|
47
|
+
eat: function(match) {
|
48
|
+
var ch = this.string.charAt(this.pos);
|
49
|
+
if (typeof match == "string") var ok = ch == match;
|
50
|
+
else var ok = ch && match.test ? match.test(ch) : match(ch);
|
51
|
+
if (ok) {this.pos++; return ch;}
|
52
|
+
},
|
53
|
+
eatWhile: function(match) {
|
54
|
+
var start = this.pos;
|
55
|
+
while (this.eat(match));
|
56
|
+
if (this.pos > start) return this.string.slice(start, this.pos);
|
57
|
+
},
|
58
|
+
backUp: function(n) {this.pos -= n;},
|
59
|
+
column: function() {return this.pos;},
|
60
|
+
eatSpace: function() {
|
61
|
+
var start = this.pos;
|
62
|
+
while (/\s/.test(this.string.charAt(this.pos))) this.pos++;
|
63
|
+
return this.pos - start;
|
64
|
+
},
|
65
|
+
match: function(pattern, consume, caseInsensitive) {
|
66
|
+
if (typeof pattern == "string") {
|
67
|
+
function cased(str) {return caseInsensitive ? str.toLowerCase() : str;}
|
68
|
+
if (cased(this.string).indexOf(cased(pattern), this.pos) == this.pos) {
|
69
|
+
if (consume !== false) this.pos += str.length;
|
70
|
+
return true;
|
71
|
+
}
|
72
|
+
}
|
73
|
+
else {
|
74
|
+
var match = this.string.slice(this.pos).match(pattern);
|
75
|
+
if (match && consume !== false) this.pos += match[0].length;
|
76
|
+
return match;
|
77
|
+
}
|
78
|
+
}
|
79
|
+
};
|
80
|
+
</textarea></div>
|
81
|
+
|
82
|
+
<script>
|
83
|
+
var editor = CodeMirror.fromTextArea(document.getElementById("code"), {
|
84
|
+
lineNumbers: true,
|
85
|
+
matchBrackets: true,
|
86
|
+
continueComments: "Enter",
|
87
|
+
extraKeys: {"Ctrl-Q": "toggleComment"}
|
88
|
+
});
|
89
|
+
</script>
|
90
|
+
|
91
|
+
<p>
|
92
|
+
JavaScript mode supports several configuration options:
|
93
|
+
<ul>
|
94
|
+
<li><code>json</code> which will set the mode to expect JSON
|
95
|
+
data rather than a JavaScript program.</li>
|
96
|
+
<li><code>jsonld</code> which will set the mode to expect
|
97
|
+
<a href="http://json-ld.org">JSON-LD</a> linked data rather
|
98
|
+
than a JavaScript program (<a href="json-ld.html">demo</a>).</li>
|
99
|
+
<li><code>typescript</code> which will activate additional
|
100
|
+
syntax highlighting and some other things for TypeScript code
|
101
|
+
(<a href="typescript.html">demo</a>).</li>
|
102
|
+
<li><code>statementIndent</code> which (given a number) will
|
103
|
+
determine the amount of indentation to use for statements
|
104
|
+
continued on a new line.</li>
|
105
|
+
<li><code>wordCharacters</code>, a regexp that indicates which
|
106
|
+
characters should be considered part of an identifier.
|
107
|
+
Defaults to <code>/[\w$]/</code>, which does not handle
|
108
|
+
non-ASCII identifiers. Can be set to something more elaborate
|
109
|
+
to improve Unicode support.</li>
|
110
|
+
</ul>
|
111
|
+
</p>
|
112
|
+
|
113
|
+
<p><strong>MIME types defined:</strong> <code>text/javascript</code>, <code>application/json</code>, <code>application/ld+json</code>, <code>text/typescript</code>, <code>application/typescript</code>.</p>
|
114
|
+
</article>
|
@@ -0,0 +1,930 @@
|
|
1
|
+
// CodeMirror, copyright (c) by Marijn Haverbeke and others
|
2
|
+
// Distributed under an MIT license: https://codemirror.net/LICENSE
|
3
|
+
|
4
|
+
(function(mod) {
|
5
|
+
if (typeof exports == "object" && typeof module == "object") // CommonJS
|
6
|
+
mod(require("../../lib/codemirror"));
|
7
|
+
else if (typeof define == "function" && define.amd) // AMD
|
8
|
+
define(["../../lib/codemirror"], mod);
|
9
|
+
else // Plain browser env
|
10
|
+
mod(CodeMirror);
|
11
|
+
})(function(CodeMirror) {
|
12
|
+
"use strict";
|
13
|
+
|
14
|
+
CodeMirror.defineMode("javascript", function(config, parserConfig) {
|
15
|
+
var indentUnit = config.indentUnit;
|
16
|
+
var statementIndent = parserConfig.statementIndent;
|
17
|
+
var jsonldMode = parserConfig.jsonld;
|
18
|
+
var jsonMode = parserConfig.json || jsonldMode;
|
19
|
+
var isTS = parserConfig.typescript;
|
20
|
+
var wordRE = parserConfig.wordCharacters || /[\w$\xa1-\uffff]/;
|
21
|
+
|
22
|
+
// Tokenizer
|
23
|
+
|
24
|
+
var keywords = function(){
|
25
|
+
function kw(type) {return {type: type, style: "keyword"};}
|
26
|
+
var A = kw("keyword a"), B = kw("keyword b"), C = kw("keyword c"), D = kw("keyword d");
|
27
|
+
var operator = kw("operator"), atom = {type: "atom", style: "atom"};
|
28
|
+
|
29
|
+
return {
|
30
|
+
"if": kw("if"), "while": A, "with": A, "else": B, "do": B, "try": B, "finally": B,
|
31
|
+
"return": D, "break": D, "continue": D, "new": kw("new"), "delete": C, "void": C, "throw": C,
|
32
|
+
"debugger": kw("debugger"), "var": kw("var"), "const": kw("var"), "let": kw("var"),
|
33
|
+
"function": kw("function"), "catch": kw("catch"),
|
34
|
+
"for": kw("for"), "switch": kw("switch"), "case": kw("case"), "default": kw("default"),
|
35
|
+
"in": operator, "typeof": operator, "instanceof": operator,
|
36
|
+
"true": atom, "false": atom, "null": atom, "undefined": atom, "NaN": atom, "Infinity": atom,
|
37
|
+
"this": kw("this"), "class": kw("class"), "super": kw("atom"),
|
38
|
+
"yield": C, "export": kw("export"), "import": kw("import"), "extends": C,
|
39
|
+
"await": C
|
40
|
+
};
|
41
|
+
}();
|
42
|
+
|
43
|
+
var isOperatorChar = /[+\-*&%=<>!?|~^@]/;
|
44
|
+
var isJsonldKeyword = /^@(context|id|value|language|type|container|list|set|reverse|index|base|vocab|graph)"/;
|
45
|
+
|
46
|
+
function readRegexp(stream) {
|
47
|
+
var escaped = false, next, inSet = false;
|
48
|
+
while ((next = stream.next()) != null) {
|
49
|
+
if (!escaped) {
|
50
|
+
if (next == "/" && !inSet) return;
|
51
|
+
if (next == "[") inSet = true;
|
52
|
+
else if (inSet && next == "]") inSet = false;
|
53
|
+
}
|
54
|
+
escaped = !escaped && next == "\\";
|
55
|
+
}
|
56
|
+
}
|
57
|
+
|
58
|
+
// Used as scratch variables to communicate multiple values without
|
59
|
+
// consing up tons of objects.
|
60
|
+
var type, content;
|
61
|
+
function ret(tp, style, cont) {
|
62
|
+
type = tp; content = cont;
|
63
|
+
return style;
|
64
|
+
}
|
65
|
+
function tokenBase(stream, state) {
|
66
|
+
var ch = stream.next();
|
67
|
+
if (ch == '"' || ch == "'") {
|
68
|
+
state.tokenize = tokenString(ch);
|
69
|
+
return state.tokenize(stream, state);
|
70
|
+
} else if (ch == "." && stream.match(/^\d[\d_]*(?:[eE][+\-]?[\d_]+)?/)) {
|
71
|
+
return ret("number", "number");
|
72
|
+
} else if (ch == "." && stream.match("..")) {
|
73
|
+
return ret("spread", "meta");
|
74
|
+
} else if (/[\[\]{}\(\),;\:\.]/.test(ch)) {
|
75
|
+
return ret(ch);
|
76
|
+
} else if (ch == "=" && stream.eat(">")) {
|
77
|
+
return ret("=>", "operator");
|
78
|
+
} else if (ch == "0" && stream.match(/^(?:x[\dA-Fa-f_]+|o[0-7_]+|b[01_]+)n?/)) {
|
79
|
+
return ret("number", "number");
|
80
|
+
} else if (/\d/.test(ch)) {
|
81
|
+
stream.match(/^[\d_]*(?:n|(?:\.[\d_]*)?(?:[eE][+\-]?[\d_]+)?)?/);
|
82
|
+
return ret("number", "number");
|
83
|
+
} else if (ch == "/") {
|
84
|
+
if (stream.eat("*")) {
|
85
|
+
state.tokenize = tokenComment;
|
86
|
+
return tokenComment(stream, state);
|
87
|
+
} else if (stream.eat("/")) {
|
88
|
+
stream.skipToEnd();
|
89
|
+
return ret("comment", "comment");
|
90
|
+
} else if (expressionAllowed(stream, state, 1)) {
|
91
|
+
readRegexp(stream);
|
92
|
+
stream.match(/^\b(([gimyus])(?![gimyus]*\2))+\b/);
|
93
|
+
return ret("regexp", "string-2");
|
94
|
+
} else {
|
95
|
+
stream.eat("=");
|
96
|
+
return ret("operator", "operator", stream.current());
|
97
|
+
}
|
98
|
+
} else if (ch == "`") {
|
99
|
+
state.tokenize = tokenQuasi;
|
100
|
+
return tokenQuasi(stream, state);
|
101
|
+
} else if (ch == "#") {
|
102
|
+
stream.skipToEnd();
|
103
|
+
return ret("error", "error");
|
104
|
+
} else if (ch == "<" && stream.match("!--") || ch == "-" && stream.match("->")) {
|
105
|
+
stream.skipToEnd()
|
106
|
+
return ret("comment", "comment")
|
107
|
+
} else if (isOperatorChar.test(ch)) {
|
108
|
+
if (ch != ">" || !state.lexical || state.lexical.type != ">") {
|
109
|
+
if (stream.eat("=")) {
|
110
|
+
if (ch == "!" || ch == "=") stream.eat("=")
|
111
|
+
} else if (/[<>*+\-]/.test(ch)) {
|
112
|
+
stream.eat(ch)
|
113
|
+
if (ch == ">") stream.eat(ch)
|
114
|
+
}
|
115
|
+
}
|
116
|
+
return ret("operator", "operator", stream.current());
|
117
|
+
} else if (wordRE.test(ch)) {
|
118
|
+
stream.eatWhile(wordRE);
|
119
|
+
var word = stream.current()
|
120
|
+
if (state.lastType != ".") {
|
121
|
+
if (keywords.propertyIsEnumerable(word)) {
|
122
|
+
var kw = keywords[word]
|
123
|
+
return ret(kw.type, kw.style, word)
|
124
|
+
}
|
125
|
+
if (word == "async" && stream.match(/^(\s|\/\*.*?\*\/)*[\[\(\w]/, false))
|
126
|
+
return ret("async", "keyword", word)
|
127
|
+
}
|
128
|
+
return ret("variable", "variable", word)
|
129
|
+
}
|
130
|
+
}
|
131
|
+
|
132
|
+
function tokenString(quote) {
|
133
|
+
return function(stream, state) {
|
134
|
+
var escaped = false, next;
|
135
|
+
if (jsonldMode && stream.peek() == "@" && stream.match(isJsonldKeyword)){
|
136
|
+
state.tokenize = tokenBase;
|
137
|
+
return ret("jsonld-keyword", "meta");
|
138
|
+
}
|
139
|
+
while ((next = stream.next()) != null) {
|
140
|
+
if (next == quote && !escaped) break;
|
141
|
+
escaped = !escaped && next == "\\";
|
142
|
+
}
|
143
|
+
if (!escaped) state.tokenize = tokenBase;
|
144
|
+
return ret("string", "string");
|
145
|
+
};
|
146
|
+
}
|
147
|
+
|
148
|
+
function tokenComment(stream, state) {
|
149
|
+
var maybeEnd = false, ch;
|
150
|
+
while (ch = stream.next()) {
|
151
|
+
if (ch == "/" && maybeEnd) {
|
152
|
+
state.tokenize = tokenBase;
|
153
|
+
break;
|
154
|
+
}
|
155
|
+
maybeEnd = (ch == "*");
|
156
|
+
}
|
157
|
+
return ret("comment", "comment");
|
158
|
+
}
|
159
|
+
|
160
|
+
function tokenQuasi(stream, state) {
|
161
|
+
var escaped = false, next;
|
162
|
+
while ((next = stream.next()) != null) {
|
163
|
+
if (!escaped && (next == "`" || next == "$" && stream.eat("{"))) {
|
164
|
+
state.tokenize = tokenBase;
|
165
|
+
break;
|
166
|
+
}
|
167
|
+
escaped = !escaped && next == "\\";
|
168
|
+
}
|
169
|
+
return ret("quasi", "string-2", stream.current());
|
170
|
+
}
|
171
|
+
|
172
|
+
var brackets = "([{}])";
|
173
|
+
// This is a crude lookahead trick to try and notice that we're
|
174
|
+
// parsing the argument patterns for a fat-arrow function before we
|
175
|
+
// actually hit the arrow token. It only works if the arrow is on
|
176
|
+
// the same line as the arguments and there's no strange noise
|
177
|
+
// (comments) in between. Fallback is to only notice when we hit the
|
178
|
+
// arrow, and not declare the arguments as locals for the arrow
|
179
|
+
// body.
|
180
|
+
function findFatArrow(stream, state) {
|
181
|
+
if (state.fatArrowAt) state.fatArrowAt = null;
|
182
|
+
var arrow = stream.string.indexOf("=>", stream.start);
|
183
|
+
if (arrow < 0) return;
|
184
|
+
|
185
|
+
if (isTS) { // Try to skip TypeScript return type declarations after the arguments
|
186
|
+
var m = /:\s*(?:\w+(?:<[^>]*>|\[\])?|\{[^}]*\})\s*$/.exec(stream.string.slice(stream.start, arrow))
|
187
|
+
if (m) arrow = m.index
|
188
|
+
}
|
189
|
+
|
190
|
+
var depth = 0, sawSomething = false;
|
191
|
+
for (var pos = arrow - 1; pos >= 0; --pos) {
|
192
|
+
var ch = stream.string.charAt(pos);
|
193
|
+
var bracket = brackets.indexOf(ch);
|
194
|
+
if (bracket >= 0 && bracket < 3) {
|
195
|
+
if (!depth) { ++pos; break; }
|
196
|
+
if (--depth == 0) { if (ch == "(") sawSomething = true; break; }
|
197
|
+
} else if (bracket >= 3 && bracket < 6) {
|
198
|
+
++depth;
|
199
|
+
} else if (wordRE.test(ch)) {
|
200
|
+
sawSomething = true;
|
201
|
+
} else if (/["'\/`]/.test(ch)) {
|
202
|
+
for (;; --pos) {
|
203
|
+
if (pos == 0) return
|
204
|
+
var next = stream.string.charAt(pos - 1)
|
205
|
+
if (next == ch && stream.string.charAt(pos - 2) != "\\") { pos--; break }
|
206
|
+
}
|
207
|
+
} else if (sawSomething && !depth) {
|
208
|
+
++pos;
|
209
|
+
break;
|
210
|
+
}
|
211
|
+
}
|
212
|
+
if (sawSomething && !depth) state.fatArrowAt = pos;
|
213
|
+
}
|
214
|
+
|
215
|
+
// Parser
|
216
|
+
|
217
|
+
var atomicTypes = {"atom": true, "number": true, "variable": true, "string": true, "regexp": true, "this": true, "jsonld-keyword": true};
|
218
|
+
|
219
|
+
function JSLexical(indented, column, type, align, prev, info) {
|
220
|
+
this.indented = indented;
|
221
|
+
this.column = column;
|
222
|
+
this.type = type;
|
223
|
+
this.prev = prev;
|
224
|
+
this.info = info;
|
225
|
+
if (align != null) this.align = align;
|
226
|
+
}
|
227
|
+
|
228
|
+
function inScope(state, varname) {
|
229
|
+
for (var v = state.localVars; v; v = v.next)
|
230
|
+
if (v.name == varname) return true;
|
231
|
+
for (var cx = state.context; cx; cx = cx.prev) {
|
232
|
+
for (var v = cx.vars; v; v = v.next)
|
233
|
+
if (v.name == varname) return true;
|
234
|
+
}
|
235
|
+
}
|
236
|
+
|
237
|
+
function parseJS(state, style, type, content, stream) {
|
238
|
+
var cc = state.cc;
|
239
|
+
// Communicate our context to the combinators.
|
240
|
+
// (Less wasteful than consing up a hundred closures on every call.)
|
241
|
+
cx.state = state; cx.stream = stream; cx.marked = null, cx.cc = cc; cx.style = style;
|
242
|
+
|
243
|
+
if (!state.lexical.hasOwnProperty("align"))
|
244
|
+
state.lexical.align = true;
|
245
|
+
|
246
|
+
while(true) {
|
247
|
+
var combinator = cc.length ? cc.pop() : jsonMode ? expression : statement;
|
248
|
+
if (combinator(type, content)) {
|
249
|
+
while(cc.length && cc[cc.length - 1].lex)
|
250
|
+
cc.pop()();
|
251
|
+
if (cx.marked) return cx.marked;
|
252
|
+
if (type == "variable" && inScope(state, content)) return "variable-2";
|
253
|
+
return style;
|
254
|
+
}
|
255
|
+
}
|
256
|
+
}
|
257
|
+
|
258
|
+
// Combinator utils
|
259
|
+
|
260
|
+
var cx = {state: null, column: null, marked: null, cc: null};
|
261
|
+
function pass() {
|
262
|
+
for (var i = arguments.length - 1; i >= 0; i--) cx.cc.push(arguments[i]);
|
263
|
+
}
|
264
|
+
function cont() {
|
265
|
+
pass.apply(null, arguments);
|
266
|
+
return true;
|
267
|
+
}
|
268
|
+
function inList(name, list) {
|
269
|
+
for (var v = list; v; v = v.next) if (v.name == name) return true
|
270
|
+
return false;
|
271
|
+
}
|
272
|
+
function register(varname) {
|
273
|
+
var state = cx.state;
|
274
|
+
cx.marked = "def";
|
275
|
+
if (state.context) {
|
276
|
+
if (state.lexical.info == "var" && state.context && state.context.block) {
|
277
|
+
// FIXME function decls are also not block scoped
|
278
|
+
var newContext = registerVarScoped(varname, state.context)
|
279
|
+
if (newContext != null) {
|
280
|
+
state.context = newContext
|
281
|
+
return
|
282
|
+
}
|
283
|
+
} else if (!inList(varname, state.localVars)) {
|
284
|
+
state.localVars = new Var(varname, state.localVars)
|
285
|
+
return
|
286
|
+
}
|
287
|
+
}
|
288
|
+
// Fall through means this is global
|
289
|
+
if (parserConfig.globalVars && !inList(varname, state.globalVars))
|
290
|
+
state.globalVars = new Var(varname, state.globalVars)
|
291
|
+
}
|
292
|
+
function registerVarScoped(varname, context) {
|
293
|
+
if (!context) {
|
294
|
+
return null
|
295
|
+
} else if (context.block) {
|
296
|
+
var inner = registerVarScoped(varname, context.prev)
|
297
|
+
if (!inner) return null
|
298
|
+
if (inner == context.prev) return context
|
299
|
+
return new Context(inner, context.vars, true)
|
300
|
+
} else if (inList(varname, context.vars)) {
|
301
|
+
return context
|
302
|
+
} else {
|
303
|
+
return new Context(context.prev, new Var(varname, context.vars), false)
|
304
|
+
}
|
305
|
+
}
|
306
|
+
|
307
|
+
function isModifier(name) {
|
308
|
+
return name == "public" || name == "private" || name == "protected" || name == "abstract" || name == "readonly"
|
309
|
+
}
|
310
|
+
|
311
|
+
// Combinators
|
312
|
+
|
313
|
+
function Context(prev, vars, block) { this.prev = prev; this.vars = vars; this.block = block }
|
314
|
+
function Var(name, next) { this.name = name; this.next = next }
|
315
|
+
|
316
|
+
var defaultVars = new Var("this", new Var("arguments", null))
|
317
|
+
function pushcontext() {
|
318
|
+
cx.state.context = new Context(cx.state.context, cx.state.localVars, false)
|
319
|
+
cx.state.localVars = defaultVars
|
320
|
+
}
|
321
|
+
function pushblockcontext() {
|
322
|
+
cx.state.context = new Context(cx.state.context, cx.state.localVars, true)
|
323
|
+
cx.state.localVars = null
|
324
|
+
}
|
325
|
+
function popcontext() {
|
326
|
+
cx.state.localVars = cx.state.context.vars
|
327
|
+
cx.state.context = cx.state.context.prev
|
328
|
+
}
|
329
|
+
popcontext.lex = true
|
330
|
+
function pushlex(type, info) {
|
331
|
+
var result = function() {
|
332
|
+
var state = cx.state, indent = state.indented;
|
333
|
+
if (state.lexical.type == "stat") indent = state.lexical.indented;
|
334
|
+
else for (var outer = state.lexical; outer && outer.type == ")" && outer.align; outer = outer.prev)
|
335
|
+
indent = outer.indented;
|
336
|
+
state.lexical = new JSLexical(indent, cx.stream.column(), type, null, state.lexical, info);
|
337
|
+
};
|
338
|
+
result.lex = true;
|
339
|
+
return result;
|
340
|
+
}
|
341
|
+
function poplex() {
|
342
|
+
var state = cx.state;
|
343
|
+
if (state.lexical.prev) {
|
344
|
+
if (state.lexical.type == ")")
|
345
|
+
state.indented = state.lexical.indented;
|
346
|
+
state.lexical = state.lexical.prev;
|
347
|
+
}
|
348
|
+
}
|
349
|
+
poplex.lex = true;
|
350
|
+
|
351
|
+
function expect(wanted) {
|
352
|
+
function exp(type) {
|
353
|
+
if (type == wanted) return cont();
|
354
|
+
else if (wanted == ";" || type == "}" || type == ")" || type == "]") return pass();
|
355
|
+
else return cont(exp);
|
356
|
+
};
|
357
|
+
return exp;
|
358
|
+
}
|
359
|
+
|
360
|
+
function statement(type, value) {
|
361
|
+
if (type == "var") return cont(pushlex("vardef", value), vardef, expect(";"), poplex);
|
362
|
+
if (type == "keyword a") return cont(pushlex("form"), parenExpr, statement, poplex);
|
363
|
+
if (type == "keyword b") return cont(pushlex("form"), statement, poplex);
|
364
|
+
if (type == "keyword d") return cx.stream.match(/^\s*$/, false) ? cont() : cont(pushlex("stat"), maybeexpression, expect(";"), poplex);
|
365
|
+
if (type == "debugger") return cont(expect(";"));
|
366
|
+
if (type == "{") return cont(pushlex("}"), pushblockcontext, block, poplex, popcontext);
|
367
|
+
if (type == ";") return cont();
|
368
|
+
if (type == "if") {
|
369
|
+
if (cx.state.lexical.info == "else" && cx.state.cc[cx.state.cc.length - 1] == poplex)
|
370
|
+
cx.state.cc.pop()();
|
371
|
+
return cont(pushlex("form"), parenExpr, statement, poplex, maybeelse);
|
372
|
+
}
|
373
|
+
if (type == "function") return cont(functiondef);
|
374
|
+
if (type == "for") return cont(pushlex("form"), forspec, statement, poplex);
|
375
|
+
if (type == "class" || (isTS && value == "interface")) {
|
376
|
+
cx.marked = "keyword"
|
377
|
+
return cont(pushlex("form", type == "class" ? type : value), className, poplex)
|
378
|
+
}
|
379
|
+
if (type == "variable") {
|
380
|
+
if (isTS && value == "declare") {
|
381
|
+
cx.marked = "keyword"
|
382
|
+
return cont(statement)
|
383
|
+
} else if (isTS && (value == "module" || value == "enum" || value == "type") && cx.stream.match(/^\s*\w/, false)) {
|
384
|
+
cx.marked = "keyword"
|
385
|
+
if (value == "enum") return cont(enumdef);
|
386
|
+
else if (value == "type") return cont(typename, expect("operator"), typeexpr, expect(";"));
|
387
|
+
else return cont(pushlex("form"), pattern, expect("{"), pushlex("}"), block, poplex, poplex)
|
388
|
+
} else if (isTS && value == "namespace") {
|
389
|
+
cx.marked = "keyword"
|
390
|
+
return cont(pushlex("form"), expression, statement, poplex)
|
391
|
+
} else if (isTS && value == "abstract") {
|
392
|
+
cx.marked = "keyword"
|
393
|
+
return cont(statement)
|
394
|
+
} else {
|
395
|
+
return cont(pushlex("stat"), maybelabel);
|
396
|
+
}
|
397
|
+
}
|
398
|
+
if (type == "switch") return cont(pushlex("form"), parenExpr, expect("{"), pushlex("}", "switch"), pushblockcontext,
|
399
|
+
block, poplex, poplex, popcontext);
|
400
|
+
if (type == "case") return cont(expression, expect(":"));
|
401
|
+
if (type == "default") return cont(expect(":"));
|
402
|
+
if (type == "catch") return cont(pushlex("form"), pushcontext, maybeCatchBinding, statement, poplex, popcontext);
|
403
|
+
if (type == "export") return cont(pushlex("stat"), afterExport, poplex);
|
404
|
+
if (type == "import") return cont(pushlex("stat"), afterImport, poplex);
|
405
|
+
if (type == "async") return cont(statement)
|
406
|
+
if (value == "@") return cont(expression, statement)
|
407
|
+
return pass(pushlex("stat"), expression, expect(";"), poplex);
|
408
|
+
}
|
409
|
+
function maybeCatchBinding(type) {
|
410
|
+
if (type == "(") return cont(funarg, expect(")"))
|
411
|
+
}
|
412
|
+
function expression(type, value) {
|
413
|
+
return expressionInner(type, value, false);
|
414
|
+
}
|
415
|
+
function expressionNoComma(type, value) {
|
416
|
+
return expressionInner(type, value, true);
|
417
|
+
}
|
418
|
+
function parenExpr(type) {
|
419
|
+
if (type != "(") return pass()
|
420
|
+
return cont(pushlex(")"), expression, expect(")"), poplex)
|
421
|
+
}
|
422
|
+
function expressionInner(type, value, noComma) {
|
423
|
+
if (cx.state.fatArrowAt == cx.stream.start) {
|
424
|
+
var body = noComma ? arrowBodyNoComma : arrowBody;
|
425
|
+
if (type == "(") return cont(pushcontext, pushlex(")"), commasep(funarg, ")"), poplex, expect("=>"), body, popcontext);
|
426
|
+
else if (type == "variable") return pass(pushcontext, pattern, expect("=>"), body, popcontext);
|
427
|
+
}
|
428
|
+
|
429
|
+
var maybeop = noComma ? maybeoperatorNoComma : maybeoperatorComma;
|
430
|
+
if (atomicTypes.hasOwnProperty(type)) return cont(maybeop);
|
431
|
+
if (type == "function") return cont(functiondef, maybeop);
|
432
|
+
if (type == "class" || (isTS && value == "interface")) { cx.marked = "keyword"; return cont(pushlex("form"), classExpression, poplex); }
|
433
|
+
if (type == "keyword c" || type == "async") return cont(noComma ? expressionNoComma : expression);
|
434
|
+
if (type == "(") return cont(pushlex(")"), maybeexpression, expect(")"), poplex, maybeop);
|
435
|
+
if (type == "operator" || type == "spread") return cont(noComma ? expressionNoComma : expression);
|
436
|
+
if (type == "[") return cont(pushlex("]"), arrayLiteral, poplex, maybeop);
|
437
|
+
if (type == "{") return contCommasep(objprop, "}", null, maybeop);
|
438
|
+
if (type == "quasi") return pass(quasi, maybeop);
|
439
|
+
if (type == "new") return cont(maybeTarget(noComma));
|
440
|
+
if (type == "import") return cont(expression);
|
441
|
+
return cont();
|
442
|
+
}
|
443
|
+
function maybeexpression(type) {
|
444
|
+
if (type.match(/[;\}\)\],]/)) return pass();
|
445
|
+
return pass(expression);
|
446
|
+
}
|
447
|
+
|
448
|
+
function maybeoperatorComma(type, value) {
|
449
|
+
if (type == ",") return cont(expression);
|
450
|
+
return maybeoperatorNoComma(type, value, false);
|
451
|
+
}
|
452
|
+
function maybeoperatorNoComma(type, value, noComma) {
|
453
|
+
var me = noComma == false ? maybeoperatorComma : maybeoperatorNoComma;
|
454
|
+
var expr = noComma == false ? expression : expressionNoComma;
|
455
|
+
if (type == "=>") return cont(pushcontext, noComma ? arrowBodyNoComma : arrowBody, popcontext);
|
456
|
+
if (type == "operator") {
|
457
|
+
if (/\+\+|--/.test(value) || isTS && value == "!") return cont(me);
|
458
|
+
if (isTS && value == "<" && cx.stream.match(/^([^>]|<.*?>)*>\s*\(/, false))
|
459
|
+
return cont(pushlex(">"), commasep(typeexpr, ">"), poplex, me);
|
460
|
+
if (value == "?") return cont(expression, expect(":"), expr);
|
461
|
+
return cont(expr);
|
462
|
+
}
|
463
|
+
if (type == "quasi") { return pass(quasi, me); }
|
464
|
+
if (type == ";") return;
|
465
|
+
if (type == "(") return contCommasep(expressionNoComma, ")", "call", me);
|
466
|
+
if (type == ".") return cont(property, me);
|
467
|
+
if (type == "[") return cont(pushlex("]"), maybeexpression, expect("]"), poplex, me);
|
468
|
+
if (isTS && value == "as") { cx.marked = "keyword"; return cont(typeexpr, me) }
|
469
|
+
if (type == "regexp") {
|
470
|
+
cx.state.lastType = cx.marked = "operator"
|
471
|
+
cx.stream.backUp(cx.stream.pos - cx.stream.start - 1)
|
472
|
+
return cont(expr)
|
473
|
+
}
|
474
|
+
}
|
475
|
+
function quasi(type, value) {
|
476
|
+
if (type != "quasi") return pass();
|
477
|
+
if (value.slice(value.length - 2) != "${") return cont(quasi);
|
478
|
+
return cont(expression, continueQuasi);
|
479
|
+
}
|
480
|
+
function continueQuasi(type) {
|
481
|
+
if (type == "}") {
|
482
|
+
cx.marked = "string-2";
|
483
|
+
cx.state.tokenize = tokenQuasi;
|
484
|
+
return cont(quasi);
|
485
|
+
}
|
486
|
+
}
|
487
|
+
function arrowBody(type) {
|
488
|
+
findFatArrow(cx.stream, cx.state);
|
489
|
+
return pass(type == "{" ? statement : expression);
|
490
|
+
}
|
491
|
+
function arrowBodyNoComma(type) {
|
492
|
+
findFatArrow(cx.stream, cx.state);
|
493
|
+
return pass(type == "{" ? statement : expressionNoComma);
|
494
|
+
}
|
495
|
+
function maybeTarget(noComma) {
|
496
|
+
return function(type) {
|
497
|
+
if (type == ".") return cont(noComma ? targetNoComma : target);
|
498
|
+
else if (type == "variable" && isTS) return cont(maybeTypeArgs, noComma ? maybeoperatorNoComma : maybeoperatorComma)
|
499
|
+
else return pass(noComma ? expressionNoComma : expression);
|
500
|
+
};
|
501
|
+
}
|
502
|
+
function target(_, value) {
|
503
|
+
if (value == "target") { cx.marked = "keyword"; return cont(maybeoperatorComma); }
|
504
|
+
}
|
505
|
+
function targetNoComma(_, value) {
|
506
|
+
if (value == "target") { cx.marked = "keyword"; return cont(maybeoperatorNoComma); }
|
507
|
+
}
|
508
|
+
function maybelabel(type) {
|
509
|
+
if (type == ":") return cont(poplex, statement);
|
510
|
+
return pass(maybeoperatorComma, expect(";"), poplex);
|
511
|
+
}
|
512
|
+
function property(type) {
|
513
|
+
if (type == "variable") {cx.marked = "property"; return cont();}
|
514
|
+
}
|
515
|
+
function objprop(type, value) {
|
516
|
+
if (type == "async") {
|
517
|
+
cx.marked = "property";
|
518
|
+
return cont(objprop);
|
519
|
+
} else if (type == "variable" || cx.style == "keyword") {
|
520
|
+
cx.marked = "property";
|
521
|
+
if (value == "get" || value == "set") return cont(getterSetter);
|
522
|
+
var m // Work around fat-arrow-detection complication for detecting typescript typed arrow params
|
523
|
+
if (isTS && cx.state.fatArrowAt == cx.stream.start && (m = cx.stream.match(/^\s*:\s*/, false)))
|
524
|
+
cx.state.fatArrowAt = cx.stream.pos + m[0].length
|
525
|
+
return cont(afterprop);
|
526
|
+
} else if (type == "number" || type == "string") {
|
527
|
+
cx.marked = jsonldMode ? "property" : (cx.style + " property");
|
528
|
+
return cont(afterprop);
|
529
|
+
} else if (type == "jsonld-keyword") {
|
530
|
+
return cont(afterprop);
|
531
|
+
} else if (isTS && isModifier(value)) {
|
532
|
+
cx.marked = "keyword"
|
533
|
+
return cont(objprop)
|
534
|
+
} else if (type == "[") {
|
535
|
+
return cont(expression, maybetype, expect("]"), afterprop);
|
536
|
+
} else if (type == "spread") {
|
537
|
+
return cont(expressionNoComma, afterprop);
|
538
|
+
} else if (value == "*") {
|
539
|
+
cx.marked = "keyword";
|
540
|
+
return cont(objprop);
|
541
|
+
} else if (type == ":") {
|
542
|
+
return pass(afterprop)
|
543
|
+
}
|
544
|
+
}
|
545
|
+
function getterSetter(type) {
|
546
|
+
if (type != "variable") return pass(afterprop);
|
547
|
+
cx.marked = "property";
|
548
|
+
return cont(functiondef);
|
549
|
+
}
|
550
|
+
function afterprop(type) {
|
551
|
+
if (type == ":") return cont(expressionNoComma);
|
552
|
+
if (type == "(") return pass(functiondef);
|
553
|
+
}
|
554
|
+
function commasep(what, end, sep) {
|
555
|
+
function proceed(type, value) {
|
556
|
+
if (sep ? sep.indexOf(type) > -1 : type == ",") {
|
557
|
+
var lex = cx.state.lexical;
|
558
|
+
if (lex.info == "call") lex.pos = (lex.pos || 0) + 1;
|
559
|
+
return cont(function(type, value) {
|
560
|
+
if (type == end || value == end) return pass()
|
561
|
+
return pass(what)
|
562
|
+
}, proceed);
|
563
|
+
}
|
564
|
+
if (type == end || value == end) return cont();
|
565
|
+
if (sep && sep.indexOf(";") > -1) return pass(what)
|
566
|
+
return cont(expect(end));
|
567
|
+
}
|
568
|
+
return function(type, value) {
|
569
|
+
if (type == end || value == end) return cont();
|
570
|
+
return pass(what, proceed);
|
571
|
+
};
|
572
|
+
}
|
573
|
+
function contCommasep(what, end, info) {
|
574
|
+
for (var i = 3; i < arguments.length; i++)
|
575
|
+
cx.cc.push(arguments[i]);
|
576
|
+
return cont(pushlex(end, info), commasep(what, end), poplex);
|
577
|
+
}
|
578
|
+
function block(type) {
|
579
|
+
if (type == "}") return cont();
|
580
|
+
return pass(statement, block);
|
581
|
+
}
|
582
|
+
function maybetype(type, value) {
|
583
|
+
if (isTS) {
|
584
|
+
if (type == ":") return cont(typeexpr);
|
585
|
+
if (value == "?") return cont(maybetype);
|
586
|
+
}
|
587
|
+
}
|
588
|
+
function maybetypeOrIn(type, value) {
|
589
|
+
if (isTS && (type == ":" || value == "in")) return cont(typeexpr)
|
590
|
+
}
|
591
|
+
function mayberettype(type) {
|
592
|
+
if (isTS && type == ":") {
|
593
|
+
if (cx.stream.match(/^\s*\w+\s+is\b/, false)) return cont(expression, isKW, typeexpr)
|
594
|
+
else return cont(typeexpr)
|
595
|
+
}
|
596
|
+
}
|
597
|
+
function isKW(_, value) {
|
598
|
+
if (value == "is") {
|
599
|
+
cx.marked = "keyword"
|
600
|
+
return cont()
|
601
|
+
}
|
602
|
+
}
|
603
|
+
function typeexpr(type, value) {
|
604
|
+
if (value == "keyof" || value == "typeof" || value == "infer") {
|
605
|
+
cx.marked = "keyword"
|
606
|
+
return cont(value == "typeof" ? expressionNoComma : typeexpr)
|
607
|
+
}
|
608
|
+
if (type == "variable" || value == "void") {
|
609
|
+
cx.marked = "type"
|
610
|
+
return cont(afterType)
|
611
|
+
}
|
612
|
+
if (value == "|" || value == "&") return cont(typeexpr)
|
613
|
+
if (type == "string" || type == "number" || type == "atom") return cont(afterType);
|
614
|
+
if (type == "[") return cont(pushlex("]"), commasep(typeexpr, "]", ","), poplex, afterType)
|
615
|
+
if (type == "{") return cont(pushlex("}"), commasep(typeprop, "}", ",;"), poplex, afterType)
|
616
|
+
if (type == "(") return cont(commasep(typearg, ")"), maybeReturnType, afterType)
|
617
|
+
if (type == "<") return cont(commasep(typeexpr, ">"), typeexpr)
|
618
|
+
}
|
619
|
+
function maybeReturnType(type) {
|
620
|
+
if (type == "=>") return cont(typeexpr)
|
621
|
+
}
|
622
|
+
function typeprop(type, value) {
|
623
|
+
if (type == "variable" || cx.style == "keyword") {
|
624
|
+
cx.marked = "property"
|
625
|
+
return cont(typeprop)
|
626
|
+
} else if (value == "?" || type == "number" || type == "string") {
|
627
|
+
return cont(typeprop)
|
628
|
+
} else if (type == ":") {
|
629
|
+
return cont(typeexpr)
|
630
|
+
} else if (type == "[") {
|
631
|
+
return cont(expect("variable"), maybetypeOrIn, expect("]"), typeprop)
|
632
|
+
} else if (type == "(") {
|
633
|
+
return pass(functiondecl, typeprop)
|
634
|
+
}
|
635
|
+
}
|
636
|
+
function typearg(type, value) {
|
637
|
+
if (type == "variable" && cx.stream.match(/^\s*[?:]/, false) || value == "?") return cont(typearg)
|
638
|
+
if (type == ":") return cont(typeexpr)
|
639
|
+
if (type == "spread") return cont(typearg)
|
640
|
+
return pass(typeexpr)
|
641
|
+
}
|
642
|
+
function afterType(type, value) {
|
643
|
+
if (value == "<") return cont(pushlex(">"), commasep(typeexpr, ">"), poplex, afterType)
|
644
|
+
if (value == "|" || type == "." || value == "&") return cont(typeexpr)
|
645
|
+
if (type == "[") return cont(typeexpr, expect("]"), afterType)
|
646
|
+
if (value == "extends" || value == "implements") { cx.marked = "keyword"; return cont(typeexpr) }
|
647
|
+
if (value == "?") return cont(typeexpr, expect(":"), typeexpr)
|
648
|
+
}
|
649
|
+
function maybeTypeArgs(_, value) {
|
650
|
+
if (value == "<") return cont(pushlex(">"), commasep(typeexpr, ">"), poplex, afterType)
|
651
|
+
}
|
652
|
+
function typeparam() {
|
653
|
+
return pass(typeexpr, maybeTypeDefault)
|
654
|
+
}
|
655
|
+
function maybeTypeDefault(_, value) {
|
656
|
+
if (value == "=") return cont(typeexpr)
|
657
|
+
}
|
658
|
+
function vardef(_, value) {
|
659
|
+
if (value == "enum") {cx.marked = "keyword"; return cont(enumdef)}
|
660
|
+
return pass(pattern, maybetype, maybeAssign, vardefCont);
|
661
|
+
}
|
662
|
+
function pattern(type, value) {
|
663
|
+
if (isTS && isModifier(value)) { cx.marked = "keyword"; return cont(pattern) }
|
664
|
+
if (type == "variable") { register(value); return cont(); }
|
665
|
+
if (type == "spread") return cont(pattern);
|
666
|
+
if (type == "[") return contCommasep(eltpattern, "]");
|
667
|
+
if (type == "{") return contCommasep(proppattern, "}");
|
668
|
+
}
|
669
|
+
function proppattern(type, value) {
|
670
|
+
if (type == "variable" && !cx.stream.match(/^\s*:/, false)) {
|
671
|
+
register(value);
|
672
|
+
return cont(maybeAssign);
|
673
|
+
}
|
674
|
+
if (type == "variable") cx.marked = "property";
|
675
|
+
if (type == "spread") return cont(pattern);
|
676
|
+
if (type == "}") return pass();
|
677
|
+
if (type == "[") return cont(expression, expect(']'), expect(':'), proppattern);
|
678
|
+
return cont(expect(":"), pattern, maybeAssign);
|
679
|
+
}
|
680
|
+
function eltpattern() {
|
681
|
+
return pass(pattern, maybeAssign)
|
682
|
+
}
|
683
|
+
function maybeAssign(_type, value) {
|
684
|
+
if (value == "=") return cont(expressionNoComma);
|
685
|
+
}
|
686
|
+
function vardefCont(type) {
|
687
|
+
if (type == ",") return cont(vardef);
|
688
|
+
}
|
689
|
+
function maybeelse(type, value) {
|
690
|
+
if (type == "keyword b" && value == "else") return cont(pushlex("form", "else"), statement, poplex);
|
691
|
+
}
|
692
|
+
function forspec(type, value) {
|
693
|
+
if (value == "await") return cont(forspec);
|
694
|
+
if (type == "(") return cont(pushlex(")"), forspec1, poplex);
|
695
|
+
}
|
696
|
+
function forspec1(type) {
|
697
|
+
if (type == "var") return cont(vardef, forspec2);
|
698
|
+
if (type == "variable") return cont(forspec2);
|
699
|
+
return pass(forspec2)
|
700
|
+
}
|
701
|
+
function forspec2(type, value) {
|
702
|
+
if (type == ")") return cont()
|
703
|
+
if (type == ";") return cont(forspec2)
|
704
|
+
if (value == "in" || value == "of") { cx.marked = "keyword"; return cont(expression, forspec2) }
|
705
|
+
return pass(expression, forspec2)
|
706
|
+
}
|
707
|
+
function functiondef(type, value) {
|
708
|
+
if (value == "*") {cx.marked = "keyword"; return cont(functiondef);}
|
709
|
+
if (type == "variable") {register(value); return cont(functiondef);}
|
710
|
+
if (type == "(") return cont(pushcontext, pushlex(")"), commasep(funarg, ")"), poplex, mayberettype, statement, popcontext);
|
711
|
+
if (isTS && value == "<") return cont(pushlex(">"), commasep(typeparam, ">"), poplex, functiondef)
|
712
|
+
}
|
713
|
+
function functiondecl(type, value) {
|
714
|
+
if (value == "*") {cx.marked = "keyword"; return cont(functiondecl);}
|
715
|
+
if (type == "variable") {register(value); return cont(functiondecl);}
|
716
|
+
if (type == "(") return cont(pushcontext, pushlex(")"), commasep(funarg, ")"), poplex, mayberettype, popcontext);
|
717
|
+
if (isTS && value == "<") return cont(pushlex(">"), commasep(typeparam, ">"), poplex, functiondecl)
|
718
|
+
}
|
719
|
+
function typename(type, value) {
|
720
|
+
if (type == "keyword" || type == "variable") {
|
721
|
+
cx.marked = "type"
|
722
|
+
return cont(typename)
|
723
|
+
} else if (value == "<") {
|
724
|
+
return cont(pushlex(">"), commasep(typeparam, ">"), poplex)
|
725
|
+
}
|
726
|
+
}
|
727
|
+
function funarg(type, value) {
|
728
|
+
if (value == "@") cont(expression, funarg)
|
729
|
+
if (type == "spread") return cont(funarg);
|
730
|
+
if (isTS && isModifier(value)) { cx.marked = "keyword"; return cont(funarg); }
|
731
|
+
if (isTS && type == "this") return cont(maybetype, maybeAssign)
|
732
|
+
return pass(pattern, maybetype, maybeAssign);
|
733
|
+
}
|
734
|
+
function classExpression(type, value) {
|
735
|
+
// Class expressions may have an optional name.
|
736
|
+
if (type == "variable") return className(type, value);
|
737
|
+
return classNameAfter(type, value);
|
738
|
+
}
|
739
|
+
function className(type, value) {
|
740
|
+
if (type == "variable") {register(value); return cont(classNameAfter);}
|
741
|
+
}
|
742
|
+
function classNameAfter(type, value) {
|
743
|
+
if (value == "<") return cont(pushlex(">"), commasep(typeparam, ">"), poplex, classNameAfter)
|
744
|
+
if (value == "extends" || value == "implements" || (isTS && type == ",")) {
|
745
|
+
if (value == "implements") cx.marked = "keyword";
|
746
|
+
return cont(isTS ? typeexpr : expression, classNameAfter);
|
747
|
+
}
|
748
|
+
if (type == "{") return cont(pushlex("}"), classBody, poplex);
|
749
|
+
}
|
750
|
+
function classBody(type, value) {
|
751
|
+
if (type == "async" ||
|
752
|
+
(type == "variable" &&
|
753
|
+
(value == "static" || value == "get" || value == "set" || (isTS && isModifier(value))) &&
|
754
|
+
cx.stream.match(/^\s+[\w$\xa1-\uffff]/, false))) {
|
755
|
+
cx.marked = "keyword";
|
756
|
+
return cont(classBody);
|
757
|
+
}
|
758
|
+
if (type == "variable" || cx.style == "keyword") {
|
759
|
+
cx.marked = "property";
|
760
|
+
return cont(isTS ? classfield : functiondef, classBody);
|
761
|
+
}
|
762
|
+
if (type == "number" || type == "string") return cont(isTS ? classfield : functiondef, classBody);
|
763
|
+
if (type == "[")
|
764
|
+
return cont(expression, maybetype, expect("]"), isTS ? classfield : functiondef, classBody)
|
765
|
+
if (value == "*") {
|
766
|
+
cx.marked = "keyword";
|
767
|
+
return cont(classBody);
|
768
|
+
}
|
769
|
+
if (isTS && type == "(") return pass(functiondecl, classBody)
|
770
|
+
if (type == ";" || type == ",") return cont(classBody);
|
771
|
+
if (type == "}") return cont();
|
772
|
+
if (value == "@") return cont(expression, classBody)
|
773
|
+
}
|
774
|
+
function classfield(type, value) {
|
775
|
+
if (value == "?") return cont(classfield)
|
776
|
+
if (type == ":") return cont(typeexpr, maybeAssign)
|
777
|
+
if (value == "=") return cont(expressionNoComma)
|
778
|
+
var context = cx.state.lexical.prev, isInterface = context && context.info == "interface"
|
779
|
+
return pass(isInterface ? functiondecl : functiondef)
|
780
|
+
}
|
781
|
+
function afterExport(type, value) {
|
782
|
+
if (value == "*") { cx.marked = "keyword"; return cont(maybeFrom, expect(";")); }
|
783
|
+
if (value == "default") { cx.marked = "keyword"; return cont(expression, expect(";")); }
|
784
|
+
if (type == "{") return cont(commasep(exportField, "}"), maybeFrom, expect(";"));
|
785
|
+
return pass(statement);
|
786
|
+
}
|
787
|
+
function exportField(type, value) {
|
788
|
+
if (value == "as") { cx.marked = "keyword"; return cont(expect("variable")); }
|
789
|
+
if (type == "variable") return pass(expressionNoComma, exportField);
|
790
|
+
}
|
791
|
+
function afterImport(type) {
|
792
|
+
if (type == "string") return cont();
|
793
|
+
if (type == "(") return pass(expression);
|
794
|
+
return pass(importSpec, maybeMoreImports, maybeFrom);
|
795
|
+
}
|
796
|
+
function importSpec(type, value) {
|
797
|
+
if (type == "{") return contCommasep(importSpec, "}");
|
798
|
+
if (type == "variable") register(value);
|
799
|
+
if (value == "*") cx.marked = "keyword";
|
800
|
+
return cont(maybeAs);
|
801
|
+
}
|
802
|
+
function maybeMoreImports(type) {
|
803
|
+
if (type == ",") return cont(importSpec, maybeMoreImports)
|
804
|
+
}
|
805
|
+
function maybeAs(_type, value) {
|
806
|
+
if (value == "as") { cx.marked = "keyword"; return cont(importSpec); }
|
807
|
+
}
|
808
|
+
function maybeFrom(_type, value) {
|
809
|
+
if (value == "from") { cx.marked = "keyword"; return cont(expression); }
|
810
|
+
}
|
811
|
+
function arrayLiteral(type) {
|
812
|
+
if (type == "]") return cont();
|
813
|
+
return pass(commasep(expressionNoComma, "]"));
|
814
|
+
}
|
815
|
+
function enumdef() {
|
816
|
+
return pass(pushlex("form"), pattern, expect("{"), pushlex("}"), commasep(enummember, "}"), poplex, poplex)
|
817
|
+
}
|
818
|
+
function enummember() {
|
819
|
+
return pass(pattern, maybeAssign);
|
820
|
+
}
|
821
|
+
|
822
|
+
function isContinuedStatement(state, textAfter) {
|
823
|
+
return state.lastType == "operator" || state.lastType == "," ||
|
824
|
+
isOperatorChar.test(textAfter.charAt(0)) ||
|
825
|
+
/[,.]/.test(textAfter.charAt(0));
|
826
|
+
}
|
827
|
+
|
828
|
+
function expressionAllowed(stream, state, backUp) {
|
829
|
+
return state.tokenize == tokenBase &&
|
830
|
+
/^(?:operator|sof|keyword [bcd]|case|new|export|default|spread|[\[{}\(,;:]|=>)$/.test(state.lastType) ||
|
831
|
+
(state.lastType == "quasi" && /\{\s*$/.test(stream.string.slice(0, stream.pos - (backUp || 0))))
|
832
|
+
}
|
833
|
+
|
834
|
+
// Interface
|
835
|
+
|
836
|
+
return {
|
837
|
+
startState: function(basecolumn) {
|
838
|
+
var state = {
|
839
|
+
tokenize: tokenBase,
|
840
|
+
lastType: "sof",
|
841
|
+
cc: [],
|
842
|
+
lexical: new JSLexical((basecolumn || 0) - indentUnit, 0, "block", false),
|
843
|
+
localVars: parserConfig.localVars,
|
844
|
+
context: parserConfig.localVars && new Context(null, null, false),
|
845
|
+
indented: basecolumn || 0
|
846
|
+
};
|
847
|
+
if (parserConfig.globalVars && typeof parserConfig.globalVars == "object")
|
848
|
+
state.globalVars = parserConfig.globalVars;
|
849
|
+
return state;
|
850
|
+
},
|
851
|
+
|
852
|
+
token: function(stream, state) {
|
853
|
+
if (stream.sol()) {
|
854
|
+
if (!state.lexical.hasOwnProperty("align"))
|
855
|
+
state.lexical.align = false;
|
856
|
+
state.indented = stream.indentation();
|
857
|
+
findFatArrow(stream, state);
|
858
|
+
}
|
859
|
+
if (state.tokenize != tokenComment && stream.eatSpace()) return null;
|
860
|
+
var style = state.tokenize(stream, state);
|
861
|
+
if (type == "comment") return style;
|
862
|
+
state.lastType = type == "operator" && (content == "++" || content == "--") ? "incdec" : type;
|
863
|
+
return parseJS(state, style, type, content, stream);
|
864
|
+
},
|
865
|
+
|
866
|
+
indent: function(state, textAfter) {
|
867
|
+
if (state.tokenize == tokenComment) return CodeMirror.Pass;
|
868
|
+
if (state.tokenize != tokenBase) return 0;
|
869
|
+
var firstChar = textAfter && textAfter.charAt(0), lexical = state.lexical, top
|
870
|
+
// Kludge to prevent 'maybelse' from blocking lexical scope pops
|
871
|
+
if (!/^\s*else\b/.test(textAfter)) for (var i = state.cc.length - 1; i >= 0; --i) {
|
872
|
+
var c = state.cc[i];
|
873
|
+
if (c == poplex) lexical = lexical.prev;
|
874
|
+
else if (c != maybeelse) break;
|
875
|
+
}
|
876
|
+
while ((lexical.type == "stat" || lexical.type == "form") &&
|
877
|
+
(firstChar == "}" || ((top = state.cc[state.cc.length - 1]) &&
|
878
|
+
(top == maybeoperatorComma || top == maybeoperatorNoComma) &&
|
879
|
+
!/^[,\.=+\-*:?[\(]/.test(textAfter))))
|
880
|
+
lexical = lexical.prev;
|
881
|
+
if (statementIndent && lexical.type == ")" && lexical.prev.type == "stat")
|
882
|
+
lexical = lexical.prev;
|
883
|
+
var type = lexical.type, closing = firstChar == type;
|
884
|
+
|
885
|
+
if (type == "vardef") return lexical.indented + (state.lastType == "operator" || state.lastType == "," ? lexical.info.length + 1 : 0);
|
886
|
+
else if (type == "form" && firstChar == "{") return lexical.indented;
|
887
|
+
else if (type == "form") return lexical.indented + indentUnit;
|
888
|
+
else if (type == "stat")
|
889
|
+
return lexical.indented + (isContinuedStatement(state, textAfter) ? statementIndent || indentUnit : 0);
|
890
|
+
else if (lexical.info == "switch" && !closing && parserConfig.doubleIndentSwitch != false)
|
891
|
+
return lexical.indented + (/^(?:case|default)\b/.test(textAfter) ? indentUnit : 2 * indentUnit);
|
892
|
+
else if (lexical.align) return lexical.column + (closing ? 0 : 1);
|
893
|
+
else return lexical.indented + (closing ? 0 : indentUnit);
|
894
|
+
},
|
895
|
+
|
896
|
+
electricInput: /^\s*(?:case .*?:|default:|\{|\})$/,
|
897
|
+
blockCommentStart: jsonMode ? null : "/*",
|
898
|
+
blockCommentEnd: jsonMode ? null : "*/",
|
899
|
+
blockCommentContinue: jsonMode ? null : " * ",
|
900
|
+
lineComment: jsonMode ? null : "//",
|
901
|
+
fold: "brace",
|
902
|
+
closeBrackets: "()[]{}''\"\"``",
|
903
|
+
|
904
|
+
helperType: jsonMode ? "json" : "javascript",
|
905
|
+
jsonldMode: jsonldMode,
|
906
|
+
jsonMode: jsonMode,
|
907
|
+
|
908
|
+
expressionAllowed: expressionAllowed,
|
909
|
+
|
910
|
+
skipExpression: function(state) {
|
911
|
+
var top = state.cc[state.cc.length - 1]
|
912
|
+
if (top == expression || top == expressionNoComma) state.cc.pop()
|
913
|
+
}
|
914
|
+
};
|
915
|
+
});
|
916
|
+
|
917
|
+
CodeMirror.registerHelper("wordChars", "javascript", /[\w$]/);
|
918
|
+
|
919
|
+
CodeMirror.defineMIME("text/javascript", "javascript");
|
920
|
+
CodeMirror.defineMIME("text/ecmascript", "javascript");
|
921
|
+
CodeMirror.defineMIME("application/javascript", "javascript");
|
922
|
+
CodeMirror.defineMIME("application/x-javascript", "javascript");
|
923
|
+
CodeMirror.defineMIME("application/ecmascript", "javascript");
|
924
|
+
CodeMirror.defineMIME("application/json", {name: "javascript", json: true});
|
925
|
+
CodeMirror.defineMIME("application/x-json", {name: "javascript", json: true});
|
926
|
+
CodeMirror.defineMIME("application/ld+json", {name: "javascript", jsonld: true});
|
927
|
+
CodeMirror.defineMIME("text/typescript", { name: "javascript", typescript: true });
|
928
|
+
CodeMirror.defineMIME("application/typescript", { name: "javascript", typescript: true });
|
929
|
+
|
930
|
+
});
|