339 matches across 25 files for func main
snippet_mode: summary · sorted by relevance
packages/compiler-sfc/src/babelUtils.ts TYPESCRIPT 25 matches · showing 1 view file →
1// https://github.com/vuejs/core/blob/main/packages/compiler-core/src/babelUtils.ts
+ 24 more matches in this file
packages/compiler-sfc/src/compileScript.ts TYPESCRIPT 64 matches · showing 1 view file →
3import { walkIdentifiers, isFunctionType } from './babelUtils'
+ 63 more matches in this file
src/compiler/parser/html-parser.ts TYPESCRIPT 8 matches · showing 1 view file →
53function decodeAttr(value, shouldDecodeNewlines) {
+ 7 more matches in this file
scripts/release.js JAVASCRIPT 4 matches · showing 1 view file →
36async function main() {
+ 3 more matches in this file
src/platforms/web/runtime/components/transition-group.ts TYPESCRIPT 7 matches · showing 1 view file →
10// nodes will remain where they should be.
+ 6 more matches in this file
packages/compiler-sfc/src/compileTemplate.ts TYPESCRIPT 12 matches · showing 1 view file →
23 isFunctional?: boolean
+ 11 more matches in this file
examples/classic/todomvc/app.js JAVASCRIPT 24 matches · showing 1 view file →
7 fetch: function () {
+ 23 more matches in this file
src/platforms/web/util/element.ts TYPESCRIPT 3 matches · showing 1 view file →
12 'div,dd,dl,dt,figcaption,figure,picture,hr,img,li,main,ol,p,pre,ul,' +
+ 2 more matches in this file
src/platforms/web/compiler/modules/model.ts TYPESCRIPT 3 matches · showing 1 view file →
21function preTransformNode(el: ASTElement, options: CompilerOptions) {
+ 2 more matches in this file
test/unit/modules/vdom/patch/children.spec.ts TYPESCRIPT 12 matches · showing 1 view file →
4function prop(name) {
+ 11 more matches in this file
packages/server-renderer/test/ssr-template.spec.ts TYPESCRIPT 9 matches · showing 1 view file →
15async function generateClientManifest(file: string) {
+ 8 more matches in this file
examples/classic/firebase/app.js JAVASCRIPT 6 matches · showing 1 view file →
6 authDomain: "vue-demo-537e6.firebaseapp.com",
+ 5 more matches in this file
test/e2e/commits.spec.ts TYPESCRIPT 5 matches · showing 1 view file →
8 async function testCommits(apiType: 'classic' | 'composition') {
+ 4 more matches in this file
test/unit/modules/compiler/parser.spec.ts TYPESCRIPT 5 matches · showing 1 view file →
868 it('preserve whitespace in <pre> tag', function () {
+ 4 more matches in this file
examples/classic/commits/app.js JAVASCRIPT 7 matches · showing 1 view file →
11 branches: ['main', 'dev'],
+ 6 more matches in this file
examples/composition/todomvc.html HTML 19 matches · showing 1 view file →
20 <section class="main" v-show="state.todos.length">
+ 18 more matches in this file
packages/template-compiler/README.md MARKDOWN 15 matches · showing 1 view file →
5This 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
.github/CONTRIBUTING.md MARKDOWN 5 matches · showing 1 view 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
types/jsx.d.ts TYPESCRIPT TYPINGS 7 matches · showing 1 view file →
101 * Indicates what functions can be performed when a dragged object is released on the drop target.
+ 6 more matches in this file
CHANGELOG.md MARKDOWN 35 matches · showing 1 view 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
packages/compiler-sfc/test/rewriteDefault.spec.ts TYPESCRIPT 6 matches · showing 1 view file →
51 rewriteDefault(`let App = {}\n export {\nApp as default\n}`, '_sfc_main')
+ 5 more matches in this file
test/e2e/todomvc.spec.ts TYPESCRIPT 4 matches · showing 1 view file →
18 async function removeItemAt(n: number) {
+ 3 more matches in this file
pnpm-lock.yaml YAML 16 matches · showing 1 view file →
1660 function-bind: 1.1.2
+ 15 more matches in this file
packages/compiler-sfc/test/__snapshots__/compileScript.spec.ts.snap 12 matches · showing 1 view file →
315 function b() {}
+ 11 more matches in this file
test/unit/features/component/component-keep-alive.spec.ts TYPESCRIPT 9 matches · showing 1 view file →
30 function assertHookCalls(component, callCounts) {
+ 8 more matches in this file
Search syntax
auth loginboth terms (AND is implicit)
auth OR logineither term
NOT path:vendorexclude matches
"exact phrase"quoted exact match
/func\s+Test/regex
handler~1fuzzy (Levenshtein 1)
file:*_test.gofilename glob
path:pkg/auth/**full path glob
lang:golanguage filter

Search any public repo from your terminal

This page calls POST /api/v1/code_search. Same tool, available over MCP for Claude/Cursor/Copilot.