Docs.rs
  • vue-compiler-core-0.1.0
    • vue-compiler-core 0.1.0
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • crates.io
    • Source
    • Owners
    • HerringtonDarkholme
    • Dependencies
      • bitflags ^1.3 normal
      • json ^0.12.4 normal
      • rslint_parser ^0.3.0 normal
      • rustc-hash ^1.1.0 normal
      • serde ^1.0 normal optional
      • smallvec ^1.7.0 normal
      • insta ^1.8.0 dev
    • Versions
    • 19.14% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

vue_compiler_core0.1.0

Module util

Module Items

  • Modules
  • Structs
  • Traits
  • Functions

In crate vue_compiler_core

vue_compiler_core

Module util

Source

Modules§

rslint

Structs§

Lazy
PropFinder
PropFound
VStr
A str for Vue compiler’s internal modification. Instead of returning a Cow, StrOp is recorded in the VStr and will be processed later in codegen phase.

Traits§

PropMatcher
PropPattern

Functions§

dir_finder
find_dir
find_dir_empty
find_prop
get_core_component
get_vnode_call_helper
is_bind_key
is_builtin_symbol
is_component_tag
is_core_component
is_global_allow_listed
is_mergeable_prop
is_reserved_prop
is_simple_identifier
no
non_whitespace
prop_finder
yes