Skip to content

Commit 22f461e

Browse files
committed
prepare release
1 parent caac5e8 commit 22f461e

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

Diff for: docs/implementing-custom-template-tokenizers.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Implementing custom template tokenizers
22

3+
**This is an experimental feature. It may be changed or deleted without notice in the minor version.**
4+
35
A custom template tokenizer needs to create two types of tokens from the text it is given:
46

57
- Low level [tokens](https://github.com/vuejs/vue-eslint-parser/blob/master/src/ast/tokens.ts), which can be of an [existing HTML type](https://github.com/vuejs/vue-eslint-parser/blob/master/src/html/tokenizer.ts#L59) or even new types.

Diff for: package.json

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
2+
"publishConfig": {
3+
"tag": "next"
4+
},
25
"name": "vue-eslint-parser",
36
"version": "8.3.0",
47
"description": "The ESLint custom parser for `.vue` files.",

0 commit comments

Comments
 (0)