mirror of https://github.com/vuejs/core.git
feat: init runtime vapor
This commit is contained in:
parent
269879ef96
commit
135f5eb8e7
|
@ -19,7 +19,7 @@
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/vuejs/core.git",
|
"url": "git+https://github.com/vuejs/core-vapor.git",
|
||||||
"directory": "packages/compiler-core"
|
"directory": "packages/compiler-core"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
@ -28,9 +28,9 @@
|
||||||
"author": "Evan You",
|
"author": "Evan You",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/vuejs/core/issues"
|
"url": "https://github.com/vuejs/core-vapor/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/vuejs/core/tree/main/packages/compiler-core#readme",
|
"homepage": "https://github.com/vuejs/core-vapor/tree/main/packages/compiler-core#readme",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/parser": "^7.23.3",
|
"@babel/parser": "^7.23.3",
|
||||||
"@vue/shared": "3.3.8",
|
"@vue/shared": "3.3.8",
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/vuejs/core.git",
|
"url": "git+https://github.com/vuejs/core-vapor.git",
|
||||||
"directory": "packages/compiler-dom"
|
"directory": "packages/compiler-dom"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
@ -33,9 +33,9 @@
|
||||||
"author": "Evan You",
|
"author": "Evan You",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/vuejs/core/issues"
|
"url": "https://github.com/vuejs/core-vapor/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/vuejs/core/tree/main/packages/compiler-dom#readme",
|
"homepage": "https://github.com/vuejs/core-vapor/tree/main/packages/compiler-dom#readme",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@vue/shared": "3.3.8",
|
"@vue/shared": "3.3.8",
|
||||||
"@vue/compiler-core": "3.3.8"
|
"@vue/compiler-core": "3.3.8"
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/vuejs/core.git",
|
"url": "git+https://github.com/vuejs/core-vapor.git",
|
||||||
"directory": "packages/compiler-sfc"
|
"directory": "packages/compiler-sfc"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
@ -28,9 +28,9 @@
|
||||||
"author": "Evan You",
|
"author": "Evan You",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/vuejs/core/issues"
|
"url": "https://github.com/vuejs/core-vapor/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/vuejs/core/tree/main/packages/compiler-sfc#readme",
|
"homepage": "https://github.com/vuejs/core-vapor/tree/main/packages/compiler-sfc#readme",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/parser": "^7.23.3",
|
"@babel/parser": "^7.23.3",
|
||||||
"@vue/compiler-core": "3.3.8",
|
"@vue/compiler-core": "3.3.8",
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/vuejs/core.git",
|
"url": "git+https://github.com/vuejs/core-vapor.git",
|
||||||
"directory": "packages/compiler-ssr"
|
"directory": "packages/compiler-ssr"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
@ -24,9 +24,9 @@
|
||||||
"author": "Evan You",
|
"author": "Evan You",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/vuejs/core/issues"
|
"url": "https://github.com/vuejs/core-vapor/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/vuejs/core/tree/main/packages/compiler-ssr#readme",
|
"homepage": "https://github.com/vuejs/core-vapor/tree/main/packages/compiler-ssr#readme",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@vue/shared": "3.3.8",
|
"@vue/shared": "3.3.8",
|
||||||
"@vue/compiler-dom": "3.3.8"
|
"@vue/compiler-dom": "3.3.8"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# @vue/compiler-vapor
|
# @vue/compiler-vapor
|
||||||
|
|
||||||
> Note:
|
> **Note**
|
||||||
> Work in progress. Do not use yet.
|
> Work in progress. Do not use yet.
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
"types": "dist/compiler-vapor.d.ts",
|
"types": "dist/compiler-vapor.d.ts",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/vuejs/core.git",
|
"url": "git+https://github.com/vuejs/core-vapor.git",
|
||||||
"directory": "packages/compiler-vapor"
|
"directory": "packages/compiler-vapor"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
@ -24,9 +24,9 @@
|
||||||
"author": "Evan You",
|
"author": "Evan You",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/vuejs/core/issues"
|
"url": "https://github.com/vuejs/core-vapor/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/vuejs/core/tree/dev/packages/compiler-vapor#readme",
|
"homepage": "https://github.com/vuejs/core-vapor/tree/dev/packages/compiler-vapor#readme",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/parser": "^7.23.0",
|
"@babel/parser": "^7.23.0",
|
||||||
"@vue/compiler-core": "3.3.8",
|
"@vue/compiler-core": "3.3.8",
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
"types": "dist/reactivity-transform.d.ts",
|
"types": "dist/reactivity-transform.d.ts",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/vuejs/core.git",
|
"url": "git+https://github.com/vuejs/core-vapor.git",
|
||||||
"directory": "packages/reactivity-transform"
|
"directory": "packages/reactivity-transform"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
@ -24,9 +24,9 @@
|
||||||
"author": "Evan You",
|
"author": "Evan You",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/vuejs/core/issues"
|
"url": "https://github.com/vuejs/core-vapor/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/vuejs/core/tree/dev/packages/reactivity-transform#readme",
|
"homepage": "https://github.com/vuejs/core-vapor/tree/dev/packages/reactivity-transform#readme",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/parser": "^7.23.3",
|
"@babel/parser": "^7.23.3",
|
||||||
"@vue/compiler-core": "3.3.8",
|
"@vue/compiler-core": "3.3.8",
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
"sideEffects": false,
|
"sideEffects": false,
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/vuejs/core.git",
|
"url": "git+https://github.com/vuejs/core-vapor.git",
|
||||||
"directory": "packages/reactivity"
|
"directory": "packages/reactivity"
|
||||||
},
|
},
|
||||||
"buildOptions": {
|
"buildOptions": {
|
||||||
|
@ -32,9 +32,9 @@
|
||||||
"author": "Evan You",
|
"author": "Evan You",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/vuejs/core/issues"
|
"url": "https://github.com/vuejs/core-vapor/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/vuejs/core/tree/main/packages/reactivity#readme",
|
"homepage": "https://github.com/vuejs/core-vapor/tree/main/packages/reactivity#readme",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@vue/shared": "3.3.8"
|
"@vue/shared": "3.3.8"
|
||||||
}
|
}
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
"sideEffects": false,
|
"sideEffects": false,
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/vuejs/core.git",
|
"url": "git+https://github.com/vuejs/core-vapor.git",
|
||||||
"directory": "packages/runtime-core"
|
"directory": "packages/runtime-core"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
@ -28,9 +28,9 @@
|
||||||
"author": "Evan You",
|
"author": "Evan You",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/vuejs/core/issues"
|
"url": "https://github.com/vuejs/core-vapor/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/vuejs/core/tree/main/packages/runtime-core#readme",
|
"homepage": "https://github.com/vuejs/core-vapor/tree/main/packages/runtime-core#readme",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@vue/shared": "3.3.8",
|
"@vue/shared": "3.3.8",
|
||||||
"@vue/reactivity": "3.3.8"
|
"@vue/reactivity": "3.3.8"
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/vuejs/core.git",
|
"url": "git+https://github.com/vuejs/core-vapor.git",
|
||||||
"directory": "packages/runtime-dom"
|
"directory": "packages/runtime-dom"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
@ -31,9 +31,9 @@
|
||||||
"author": "Evan You",
|
"author": "Evan You",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/vuejs/core/issues"
|
"url": "https://github.com/vuejs/core-vapor/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/vuejs/core/tree/main/packages/runtime-dom#readme",
|
"homepage": "https://github.com/vuejs/core-vapor/tree/main/packages/runtime-dom#readme",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@vue/shared": "3.3.8",
|
"@vue/shared": "3.3.8",
|
||||||
"@vue/runtime-core": "3.3.8",
|
"@vue/runtime-core": "3.3.8",
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
],
|
],
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/vuejs/core.git",
|
"url": "git+https://github.com/vuejs/core-vapor.git",
|
||||||
"directory": "packages/runtime-test"
|
"directory": "packages/runtime-test"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
@ -21,9 +21,9 @@
|
||||||
"author": "Evan You",
|
"author": "Evan You",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/vuejs/core/issues"
|
"url": "https://github.com/vuejs/core-vapor/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/vuejs/core/tree/main/packages/runtime-test#readme",
|
"homepage": "https://github.com/vuejs/core-vapor/tree/main/packages/runtime-test#readme",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@vue/shared": "3.3.8",
|
"@vue/shared": "3.3.8",
|
||||||
"@vue/runtime-core": "3.3.8"
|
"@vue/runtime-core": "3.3.8"
|
||||||
|
|
|
@ -0,0 +1,21 @@
|
||||||
|
The MIT License (MIT)
|
||||||
|
|
||||||
|
Copyright (c) 2018-present, Yuxi (Evan) You
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
in the Software without restriction, including without limitation the rights
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in
|
||||||
|
all copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||||
|
THE SOFTWARE.
|
|
@ -0,0 +1,4 @@
|
||||||
|
# @vue/runtime-vapor
|
||||||
|
|
||||||
|
> **Note**
|
||||||
|
> Work in progress. Do not use yet.
|
|
@ -0,0 +1,3 @@
|
||||||
|
test('basic', () => {
|
||||||
|
//
|
||||||
|
})
|
|
@ -0,0 +1,32 @@
|
||||||
|
{
|
||||||
|
"name": "@vue/runtime-vapor",
|
||||||
|
"version": "0.0.0",
|
||||||
|
"description": "@vue/runtime-vapor",
|
||||||
|
"main": "dist/runtime-vapor.cjs.js",
|
||||||
|
"files": [
|
||||||
|
"dist"
|
||||||
|
],
|
||||||
|
"buildOptions": {
|
||||||
|
"formats": [
|
||||||
|
"cjs"
|
||||||
|
],
|
||||||
|
"prod": false
|
||||||
|
},
|
||||||
|
"types": "dist/runtime-vapor.d.ts",
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git+https://github.com/vuejs/core-vapor.git",
|
||||||
|
"directory": "packages/runtime-vapor"
|
||||||
|
},
|
||||||
|
"keywords": [
|
||||||
|
"vue"
|
||||||
|
],
|
||||||
|
"author": "Evan You",
|
||||||
|
"license": "MIT",
|
||||||
|
"bugs": {
|
||||||
|
"url": "https://github.com/vuejs/core-vapor/issues"
|
||||||
|
},
|
||||||
|
"homepage": "https://github.com/vuejs/core-vapor/tree/dev/packages/runtime-vapor#readme",
|
||||||
|
"dependencies": {},
|
||||||
|
"devDependencies": {}
|
||||||
|
}
|
|
@ -0,0 +1 @@
|
||||||
|
export const foo = 'bar'
|
|
@ -19,7 +19,7 @@
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/vuejs/core.git",
|
"url": "git+https://github.com/vuejs/core-vapor.git",
|
||||||
"directory": "packages/server-renderer"
|
"directory": "packages/server-renderer"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
@ -28,9 +28,9 @@
|
||||||
"author": "Evan You",
|
"author": "Evan You",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/vuejs/core/issues"
|
"url": "https://github.com/vuejs/core-vapor/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/vuejs/core/tree/main/packages/server-renderer#readme",
|
"homepage": "https://github.com/vuejs/core-vapor/tree/main/packages/server-renderer#readme",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"vue": "3.3.8"
|
"vue": "3.3.8"
|
||||||
},
|
},
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/vuejs/core.git",
|
"url": "git+https://github.com/vuejs/core-vapor.git",
|
||||||
"directory": "packages/shared"
|
"directory": "packages/shared"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
@ -27,7 +27,7 @@
|
||||||
"author": "Evan You",
|
"author": "Evan You",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/vuejs/core/issues"
|
"url": "https://github.com/vuejs/core-vapor/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/vuejs/core/tree/main/packages/shared#readme"
|
"homepage": "https://github.com/vuejs/core-vapor/tree/main/packages/shared#readme"
|
||||||
}
|
}
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/vuejs/core.git"
|
"url": "git+https://github.com/vuejs/core-vapor.git"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"vue"
|
"vue"
|
||||||
|
@ -34,9 +34,9 @@
|
||||||
"author": "Evan You",
|
"author": "Evan You",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/vuejs/core/issues"
|
"url": "https://github.com/vuejs/core-vapor/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/vuejs/core/tree/main/packages/vue-compat#readme",
|
"homepage": "https://github.com/vuejs/core-vapor/tree/main/packages/vue-compat#readme",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/parser": "^7.23.3",
|
"@babel/parser": "^7.23.3",
|
||||||
"estree-walker": "^2.0.2",
|
"estree-walker": "^2.0.2",
|
||||||
|
|
|
@ -84,7 +84,7 @@
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/vuejs/core.git"
|
"url": "git+https://github.com/vuejs/core-vapor.git"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"vue"
|
"vue"
|
||||||
|
@ -92,9 +92,9 @@
|
||||||
"author": "Evan You",
|
"author": "Evan You",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/vuejs/core/issues"
|
"url": "https://github.com/vuejs/core-vapor/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/vuejs/core/tree/main/packages/vue#readme",
|
"homepage": "https://github.com/vuejs/core-vapor/tree/main/packages/vue#readme",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@vue/shared": "3.3.8",
|
"@vue/shared": "3.3.8",
|
||||||
"@vue/compiler-dom": "3.3.8",
|
"@vue/compiler-dom": "3.3.8",
|
||||||
|
|
|
@ -361,6 +361,8 @@ importers:
|
||||||
specifier: 3.3.8
|
specifier: 3.3.8
|
||||||
version: link:../shared
|
version: link:../shared
|
||||||
|
|
||||||
|
packages/runtime-vapor: {}
|
||||||
|
|
||||||
packages/server-renderer:
|
packages/server-renderer:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@vue/compiler-ssr':
|
'@vue/compiler-ssr':
|
||||||
|
|
Loading…
Reference in New Issue