339 matches across 25 files for func main
snippet_mode: summary · sorted by relevance
1▶// https://github.com/vuejs/core/blob/main/packages/compiler-core/src/babelUtils.ts
+ 24 more matches in this file
3▶import { walkIdentifiers, isFunctionType } from './babelUtils'
+ 63 more matches in this file
53▶function decodeAttr(value, shouldDecodeNewlines) {
+ 7 more matches in this file
36▶async function main() {
+ 3 more matches in this file
10▶// nodes will remain where they should be.
+ 6 more matches in this file
23▶ isFunctional?: boolean
+ 11 more matches in this file
+ 23 more matches in this file
12▶ 'div,dd,dl,dt,figcaption,figure,picture,hr,img,li,main,ol,p,pre,ul,' +
+ 2 more matches in this file
21▶function preTransformNode(el: ASTElement, options: CompilerOptions) {
+ 2 more matches in this file
+ 11 more matches in this file
15▶async function generateClientManifest(file: string) {
+ 8 more matches in this file
6▶ authDomain: "vue-demo-537e6.firebaseapp.com",
+ 5 more matches in this file
8▶ async function testCommits(apiType: 'classic' | 'composition') {
+ 4 more matches in this file
868▶ it('preserve whitespace in <pre> tag', function () {
+ 4 more matches in this file
11▶ branches: ['main', 'dev'],
+ 6 more matches in this file
20▶ <section class="main" v-show="state.todos.length">
+ 18 more matches in this file
5▶This package can be used to pre-compile Vue 2.0 templates into render functions to avoid runtime-compilation overhead and CSP restrictions. In most cases you should be using it with [`vue-loader`](https://github.com/vuejs/vue-loader), you will only need it separately if you are writing build tools with very specific needs.
+ 14 more matches in this file
92▶ - `vue-server-renderer` and `vue-template-compiler` are distributed as separate NPM packages. They are automatically generated from the source code and always have the same version with the main `vue` package.
+ 4 more matches in this file
101▶ * Indicates what functions can be performed when a dragged object is released on the drop target.
+ 6 more matches in this file
103▶* **types:** support Ref and function types in tsx ref attribute ([#12759](https://github.com/vuejs/vue/issues/12759)) ([87f69aa](https://github.com/vuejs/vue/commit/87f69aa26f195390b948fbb0ff62cf954b58c82c)), closes [#12758](https://github.com/vuejs/vue/issues/12758)
+ 34 more matches in this file
51▶ rewriteDefault(`let App = {}\n export {\nApp as default\n}`, '_sfc_main')
+ 5 more matches in this file
18▶ async function removeItemAt(n: number) {
+ 3 more matches in this file
1660▶ function-bind: 1.1.2
+ 15 more matches in this file
+ 11 more matches in this file
30▶ function assertHookCalls(component, callCounts) {
+ 8 more matches in this file
Search syntax
auth login | both terms (AND is implicit) |
auth OR login | either term |
NOT path:vendor | exclude matches |
"exact phrase" | quoted exact match |
/func\s+Test/ | regex |
handler~1 | fuzzy (Levenshtein 1) |
file:*_test.go | filename glob |
path:pkg/auth/** | full path glob |
lang:go | language filter |