vue-template-es2015-compiler
This is an internal package used by `vue-loader` and `vueify`. It processes the raw render functions generated by `vue-template-compiler` to:
Last updated 8 years ago by yyx990803 .
MIT · Original npm · Tarball · package.json
$ gnpm install vue-template-es2015-compiler 
SYNC missed versions from official npm registry.

This is an internal package used by vue-loader and vueify. It processes the raw render functions generated by vue-template-compiler to:

  1. add support to ES2015 features in template expressions via Buble. (see supported features here).

Note: since version 1.8.0, object rest spread usage inside templates are transpiled to Object.assign calls by default. This means if you need to support IE, you will need to polyfill Object.assign. (Latest version of Vue CLI will do this for you).

  1. remove the with block inside render functions to make it strict-mode compliant. This is performed only at build time so that the base template compiler can be extremely small and lightweight.

The buble implementation is built from a fork at https://github.com/yyx990803/buble

Current Tags

  • 1.9.1                                ...           latest (6 years ago)

25 Versions

  • 1.9.1                                ...           6 years ago
  • 1.9.0                                ...           6 years ago
  • 1.8.2                                ...           6 years ago
  • 1.8.1                                ...           6 years ago
  • 1.8.0                                ...           6 years ago
  • 1.7.0                                ...           6 years ago
  • 1.6.0                                ...           7 years ago
  • 1.5.3                                ...           7 years ago
  • 1.5.2                                ...           8 years ago
  • 1.5.1                                ...           8 years ago
  • 1.5.0                                ...           8 years ago
  • 1.4.2                                ...           8 years ago
  • 1.4.1                                ...           8 years ago
  • 1.4.0                                ...           8 years ago
  • 1.3.2                                ...           8 years ago
  • 1.3.1                                ...           8 years ago
  • 1.3.0                                ...           8 years ago
  • 1.2.4                                ...           8 years ago
  • 1.2.3                                ...           8 years ago
  • 1.2.2                                ...           8 years ago
  • 1.2.1                                ...           8 years ago
  • 1.2.0                                ...           8 years ago
  • 1.1.1                                ...           8 years ago
  • 1.1.0                                ...           8 years ago
  • 1.0.0                                ...           8 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (0)
None
Dev Dependencies (0)
None

Copyright 2013 - present © cnpmjs.org | Home |