"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "src/compiler/parser/index.ts" between
vue-2.7.13.tar.gz and vue-2.7.14.tar.gz

About: Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

index.ts  (vue-2.7.13):index.ts  (vue-2.7.14)
skipping to change at line 45 skipping to change at line 45
export const forAliasRE = /([\s\S]*?)\s+(?:in|of)\s+([\s\S]*)/ export const forAliasRE = /([\s\S]*?)\s+(?:in|of)\s+([\s\S]*)/
export const forIteratorRE = /,([^,\}\]]*)(?:,([^,\}\]]*))?$/ export const forIteratorRE = /,([^,\}\]]*)(?:,([^,\}\]]*))?$/
const stripParensRE = /^\(|\)$/g const stripParensRE = /^\(|\)$/g
const dynamicArgRE = /^\[.*\]$/ const dynamicArgRE = /^\[.*\]$/
const argRE = /:(.*)$/ const argRE = /:(.*)$/
export const bindRE = /^:|^\.|^v-bind:/ export const bindRE = /^:|^\.|^v-bind:/
const propBindRE = /^\./ const propBindRE = /^\./
const modifierRE = /\.[^.\]]+(?=[^\]]*$)/g const modifierRE = /\.[^.\]]+(?=[^\]]*$)/g
const slotRE = /^v-slot(:|$)|^#/ export const slotRE = /^v-slot(:|$)|^#/
const lineBreakRE = /[\r\n]/ const lineBreakRE = /[\r\n]/
const whitespaceRE = /[ \f\t\r\n]+/g const whitespaceRE = /[ \f\t\r\n]+/g
const invalidAttributeRE = /[\s"'<>\/=]/ const invalidAttributeRE = /[\s"'<>\/=]/
const decodeHTMLCached = cached(he.decode) const decodeHTMLCached = cached(he.decode)
export const emptySlotScopeToken = `_empty_` export const emptySlotScopeToken = `_empty_`
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)