module Mint

Defined in:

assets.cr
ast.cr
ast/access.cr
ast/argument.cr
ast/array_destructuring.cr
ast/array_literal.cr
ast/await.cr
ast/block.cr
ast/bool_literal.cr
ast/bracket_access.cr
ast/builtin.cr
ast/call.cr
ast/case.cr
ast/case_branch.cr
ast/comment.cr
ast/component.cr
ast/connect.cr
ast/connect_variable.cr
ast/constant.cr
ast/css_definition.cr
ast/css_font_face.cr
ast/css_keyframes.cr
ast/css_nested_at.cr
ast/css_selector.cr
ast/dbg.cr
ast/decode.cr
ast/defer.cr
ast/directives/file_based.cr
ast/directives/format.cr
ast/directives/highlight.cr
ast/discard.cr
ast/emit.cr
ast/encode.cr
ast/env.cr
ast/field.cr
ast/field_access.cr
ast/for.cr
ast/function.cr
ast/get.cr
ast/here_document.cr
ast/html_attribute.cr
ast/html_component.cr
ast/html_element.cr
ast/html_fragment.cr
ast/html_style.cr
ast/id.cr
ast/if.cr
ast/inline_function.cr
ast/interpolation.cr
ast/js.cr
ast/locale.cr
ast/locale_key.cr
ast/map.cr
ast/map_field.cr
ast/module.cr
ast/negated_expression.cr
ast/next_call.cr
ast/node.cr
ast/number_literal.cr
ast/operation.cr
ast/parenthesized_expression.cr
ast/pipe.cr
ast/property.cr
ast/provider.cr
ast/record.cr
ast/record_update.cr
ast/regexp_literal.cr
ast/return_call.cr
ast/route.cr
ast/routes.cr
ast/signal.cr
ast/spread.cr
ast/state.cr
ast/state_setter.cr
ast/statement.cr
ast/store.cr
ast/string_literal.cr
ast/style.cr
ast/suite.cr
ast/test.cr
ast/tuple_destructuring.cr
ast/tuple_literal.cr
ast/type.cr
ast/type_definition.cr
ast/type_definition_field.cr
ast/type_destructuring.cr
ast/type_variable.cr
ast/type_variant.cr
ast/unary_minus.cr
ast/use.cr
ast/variable.cr
bundler.cr
cli.cr
command.cr
commands/build.cr
commands/docs.cr
commands/format.cr
commands/init.cr
commands/install.cr
commands/lint.cr
commands/start.cr
commands/test.cr
commands/tool.cr
commands/tool/clean.cr
commands/tool/docs_json.cr
commands/tool/docs_server.cr
commands/tool/highlight.cr
commands/tool/loc.cr
commands/tool/ls.cr
commands/tool/ls_web_socket.cr
commands/version.cr
compiler.cr
compiler/decoder.cr
compiler/encoder.cr
compiler/js.cr
compiler/renderer.cr
compilers/access.cr
compilers/argument.cr
compilers/array_literal.cr
compilers/await.cr
compilers/block.cr
compilers/bool_literal.cr
compilers/bracket_access.cr
compilers/builtin.cr
compilers/call.cr
compilers/case.cr
compilers/case_branch.cr
compilers/component.cr
compilers/constant.cr
compilers/dbg.cr
compilers/decode.cr
compilers/defer.cr
compilers/destructuring.cr
compilers/directives/asset.cr
compilers/directives/format.cr
compilers/directives/highlight.cr
compilers/directives/highlight_file.cr
compilers/directives/inline.cr
compilers/directives/svg.cr
compilers/emit.cr
compilers/encode.cr
compilers/env.cr
compilers/field.cr
compilers/field_access.cr
compilers/for_expression.cr
compilers/function.cr
compilers/get.cr
compilers/here_document.cr
compilers/html_attribute.cr
compilers/html_component.cr
compilers/html_element.cr
compilers/html_fragment.cr
compilers/if.cr
compilers/inline_function.cr
compilers/interpolation.cr
compilers/js.cr
compilers/locale_key.cr
compilers/map.cr
compilers/map_field.cr
compilers/module.cr
compilers/negated_expression.cr
compilers/next_call.cr
compilers/number_literal.cr
compilers/operation.cr
compilers/parenthesized_expression.cr
compilers/pipe.cr
compilers/provider.cr
compilers/record.cr
compilers/record_update.cr
compilers/regexp_literal.cr
compilers/return_call.cr
compilers/route.cr
compilers/signal.cr
compilers/state.cr
compilers/state_setter.cr
compilers/statement.cr
compilers/store.cr
compilers/string.cr
compilers/string_literal.cr
compilers/suite.cr
compilers/test.cr
compilers/tuple_literal.cr
compilers/type_definition.cr
compilers/unary_minus.cr
compilers/variable.cr
constants.cr
core.cr
debugger.cr
documentation_generator.cr
env.cr
error_message.cr
errorable.cr
formatter.cr
formatter/processor.cr
formatter/renderer.cr
formatters/access.cr
formatters/argument.cr
formatters/array_destructuring.cr
formatters/array_literal.cr
formatters/await.cr
formatters/block.cr
formatters/bool_literal.cr
formatters/bracket_access.cr
formatters/builtin.cr
formatters/call.cr
formatters/case.cr
formatters/case_branch.cr
formatters/comment.cr
formatters/component.cr
formatters/connect.cr
formatters/connect_variable.cr
formatters/constant.cr
formatters/css_definition.cr
formatters/css_font_face.cr
formatters/css_keyframes.cr
formatters/css_nested_at.cr
formatters/css_selector.cr
formatters/dbg.cr
formatters/decode.cr
formatters/defer.cr
formatters/directives/asset.cr
formatters/directives/format.cr
formatters/directives/highlight.cr
formatters/directives/highlight_file.cr
formatters/directives/inline.cr
formatters/directives/svg.cr
formatters/discard.cr
formatters/emit.cr
formatters/encode.cr
formatters/env.cr
formatters/field.cr
formatters/field_access.cr
formatters/for.cr
formatters/function.cr
formatters/get.cr
formatters/here_document.cr
formatters/html.cr
formatters/html_attribute.cr
formatters/html_component.cr
formatters/html_element.cr
formatters/html_fragment.cr
formatters/html_style.cr
formatters/id.cr
formatters/if.cr
formatters/inline_function.cr
formatters/interpolation.cr
formatters/js.cr
formatters/list.cr
formatters/locale.cr
formatters/locale_key.cr
formatters/map.cr
formatters/map_field.cr
formatters/module.cr
formatters/negated_expression.cr
formatters/next_call.cr
formatters/number_literal.cr
formatters/operation.cr
formatters/parenthesized_expression.cr
formatters/pipe.cr
formatters/property.cr
formatters/provider.cr
formatters/record.cr
formatters/record_update.cr
formatters/regexp_literal.cr
formatters/return_call.cr
formatters/route.cr
formatters/routes.cr
formatters/signal.cr
formatters/spread.cr
formatters/state.cr
formatters/state_setter.cr
formatters/statement.cr
formatters/store.cr
formatters/string_literal.cr
formatters/style.cr
formatters/suite.cr
formatters/test.cr
formatters/top_level.cr
formatters/tuple_destructuring.cr
formatters/tuple_literal.cr
formatters/type.cr
formatters/type_definition.cr
formatters/type_definition_field.cr
formatters/type_destructuring.cr
formatters/type_variable.cr
formatters/type_variant.cr
formatters/unary_minus.cr
formatters/use.cr
formatters/variable.cr
helpers.cr
installer.cr
installer/dependency.cr
installer/fixed_constraint.cr
installer/repository.cr
installer/semver.cr
installer/simple_constraint.cr
logger.cr
ls/code_action.cr
ls/code_actions/module_actions.cr
ls/code_actions/provider_actions.cr
ls/completion.cr
ls/completion_item/argument.cr
ls/completion_item/component.cr
ls/completion_item/constant.cr
ls/completion_item/function.cr
ls/completion_item/get.cr
ls/completion_item/property.cr
ls/completion_item/style.cr
ls/completion_request.cr
ls/completions/component.cr
ls/completions/functions.cr
ls/completions/module.cr
ls/completions/store.cr
ls/completions/style.cr
ls/completions/type_definition.cr
ls/definition.cr
ls/definitions.cr
ls/definitions/access.cr
ls/definitions/connect.cr
ls/definitions/connect_variable.cr
ls/definitions/html_attribute.cr
ls/definitions/html_component.cr
ls/definitions/html_element.cr
ls/definitions/html_style.cr
ls/definitions/id.cr
ls/definitions/type.cr
ls/definitions/type_destructuring.cr
ls/definitions/variable.cr
ls/did_change.cr
ls/did_open.cr
ls/exit.cr
ls/folding_range.cr
ls/formatting.cr
ls/hover.cr
ls/hover/access.cr
ls/hover/argument.cr
ls/hover/component.cr
ls/hover/css_definition.cr
ls/hover/function.cr
ls/hover/get.cr
ls/hover/html_attribute.cr
ls/hover/html_component.cr
ls/hover/html_element.cr
ls/hover/property.cr
ls/hover/state.cr
ls/hover/statement.cr
ls/hover/string_literal.cr
ls/hover/type.cr
ls/hover/type_definition.cr
ls/hover/type_destructuring.cr
ls/hover/type_variant.cr
ls/initialize.cr
ls/sandbox.cr
ls/sandbox_reset.cr
ls/sandbox_update.cr
ls/semantic_tokens.cr
ls/server.cr
ls/shutdown.cr
ls/websocket_server.cr
ls/will_save_wait_until.cr
mint_json.cr
mint_json/application.cr
mint_json/application/css_prefix.cr
mint_json/application/display.cr
mint_json/application/head.cr
mint_json/application/icon.cr
mint_json/application/meta.cr
mint_json/application/name.cr
mint_json/application/orientation.cr
mint_json/application/theme_color.cr
mint_json/application/title.cr
mint_json/dependencies.cr
mint_json/formatter.cr
mint_json/mint_version.cr
mint_json/name.cr
mint_json/parser.cr
mint_json/root.cr
mint_json/source_directories.cr
mint_json/test_directories.cr
parser.cr
parser/file.cr
parser/top_level.cr
parsers/access.cr
parsers/argument.cr
parsers/array_destructuring.cr
parsers/array_literal.cr
parsers/await.cr
parsers/base_expression.cr
parsers/block.cr
parsers/bool_literal.cr
parsers/bracket_access.cr
parsers/builtin.cr
parsers/call.cr
parsers/case.cr
parsers/case_branch.cr
parsers/comment.cr
parsers/component.cr
parsers/connect.cr
parsers/connect_variable.cr
parsers/constant.cr
parsers/css_definition.cr
parsers/css_font_face.cr
parsers/css_keyframes.cr
parsers/css_nested_at.cr
parsers/css_node.cr
parsers/css_selector.cr
parsers/css_selector_name.cr
parsers/dbg.cr
parsers/decode.cr
parsers/defer.cr
parsers/destructuring.cr
parsers/directives/asset.cr
parsers/directives/format.cr
parsers/directives/highlight.cr
parsers/directives/highlight_file.cr
parsers/directives/inline.cr
parsers/directives/svg.cr
parsers/discard.cr
parsers/emit.cr
parsers/encode.cr
parsers/env.cr
parsers/expression.cr
parsers/field.cr
parsers/field_access.cr
parsers/for.cr
parsers/function.cr
parsers/get.cr
parsers/here_document.cr
parsers/html_attribute.cr
parsers/html_body.cr
parsers/html_component.cr
parsers/html_element.cr
parsers/html_fragment.cr
parsers/html_style.cr
parsers/id.cr
parsers/if.cr
parsers/inline_function.cr
parsers/interpolation.cr
parsers/js.cr
parsers/locale.cr
parsers/locale_key.cr
parsers/map.cr
parsers/map_field.cr
parsers/module.cr
parsers/negated_expression.cr
parsers/next_call.cr
parsers/number_literal.cr
parsers/operation.cr
parsers/operator.cr
parsers/parenthesized_expression.cr
parsers/pipe.cr
parsers/property.cr
parsers/provider.cr
parsers/record.cr
parsers/record_update.cr
parsers/regexp_literal.cr
parsers/return.cr
parsers/route.cr
parsers/routes.cr
parsers/signal.cr
parsers/spread.cr
parsers/state.cr
parsers/state_setter.cr
parsers/statement.cr
parsers/store.cr
parsers/string_literal.cr
parsers/style.cr
parsers/suite.cr
parsers/test.cr
parsers/tuple_destructuring.cr
parsers/tuple_literal.cr
parsers/type.cr
parsers/type_definition.cr
parsers/type_definition_field.cr
parsers/type_destructuring.cr
parsers/type_variable.cr
parsers/type_variant.cr
parsers/unary_minus.cr
parsers/use.cr
parsers/value.cr
parsers/variable.cr
reactor.cr
references_tracker.cr
render/terminal.cr
scaffold.cr
scope.cr
semantic_tokenizer.cr
static_documentation_generator.cr
style_builder.cr
test_runner.cr
test_runner/browser.cr
test_runner/documentation_reporter.cr
test_runner/dot_reporter.cr
test_runner/message.cr
test_runner/reporter.cr
type_checker.cr
type_checker/artifacts.cr
type_checker/comparer.cr
type_checker/record.cr
type_checker/static_type_signature.cr
type_checker/type.cr
type_checker/variable.cr
type_checkers/access.cr
type_checkers/argument.cr
type_checkers/arguments.cr
type_checkers/array_literal.cr
type_checkers/await.cr
type_checkers/block.cr
type_checkers/bool_literal.cr
type_checkers/bracket_access.cr
type_checkers/builtin.cr
type_checkers/call.cr
type_checkers/case.cr
type_checkers/case_branch.cr
type_checkers/comment.cr
type_checkers/component.cr
type_checkers/connect.cr
type_checkers/constant.cr
type_checkers/css_definition.cr
type_checkers/css_font_face.cr
type_checkers/css_keyframes.cr
type_checkers/css_nested_at.cr
type_checkers/css_selector.cr
type_checkers/dbg.cr
type_checkers/decode.cr
type_checkers/defer.cr
type_checkers/destructuring.cr
type_checkers/directives/asset.cr
type_checkers/directives/format.cr
type_checkers/directives/highlight.cr
type_checkers/directives/highlight_file.cr
type_checkers/directives/inline.cr
type_checkers/directives/svg.cr
type_checkers/emit.cr
type_checkers/encode.cr
type_checkers/env.cr
type_checkers/field.cr
type_checkers/field_access.cr
type_checkers/for_expression.cr
type_checkers/function.cr
type_checkers/get.cr
type_checkers/here_document.cr
type_checkers/html_attribute.cr
type_checkers/html_component.cr
type_checkers/html_content.cr
type_checkers/html_element.cr
type_checkers/html_fragment.cr
type_checkers/html_style.cr
type_checkers/if.cr
type_checkers/inline_function.cr
type_checkers/interpolation.cr
type_checkers/js.cr
type_checkers/locale.cr
type_checkers/locale_key.cr
type_checkers/map.cr
type_checkers/module.cr
type_checkers/negated_expression.cr
type_checkers/next_call.cr
type_checkers/number_literal.cr
type_checkers/operation.cr
type_checkers/parenthesized_expression.cr
type_checkers/pipe.cr
type_checkers/property.cr
type_checkers/provider.cr
type_checkers/record.cr
type_checkers/record_update.cr
type_checkers/regexp_literal.cr
type_checkers/return_call.cr
type_checkers/route.cr
type_checkers/routes.cr
type_checkers/signal.cr
type_checkers/state.cr
type_checkers/state_setter.cr
type_checkers/statement.cr
type_checkers/store.cr
type_checkers/string_literal.cr
type_checkers/style.cr
type_checkers/suite.cr
type_checkers/test.cr
type_checkers/top_level.cr
type_checkers/tuple_literal.cr
type_checkers/type.cr
type_checkers/type_definition.cr
type_checkers/type_definition_field.cr
type_checkers/type_variable.cr
type_checkers/type_variant.cr
type_checkers/unary_minus.cr
type_checkers/use.cr
type_checkers/variable.cr
utils/artifact_cleaner.cr
utils/cors.cr
utils/html_builder.cr
utils/icon_generator.cr
utils/markd_vdom_renderer.cr
utils/name_pool.cr
utils/server.cr
utils/source_files.cr
utils/terminal_snippet.cr
utils/time_format.cr
utils/watcher.cr
version.cr
workspace.cr

Constant Summary

ARROW = ("➔".colorize(:dark_gray)).to_s
ASSET_DIR = "__mint__"
CHECKMARK = ("✔".colorize(:light_green)).to_s
COG = (("⚙".colorize(:light_green)).mode(:dim)).to_s
CSS_DIR = Path[DIST_DIR, "css"].to_s
DIAMOND = "◈"
DIST_DIR = "dist"
ICON_SIZES = [16, 32, 36, 48, 57, 72, 76, 96, 120, 128, 144, 152, 167, 180, 192, 196, 256, 512]
MINT_PACKAGES_DIR = Path[Dir.tempdir, "mint-packages"].to_s
PUBLIC_DIR = "public"
WARNING = ("⚠".colorize(:yellow)).to_s

Class Method Summary

Class Method Detail

def self.version #

[View source]