删除 node_modules

This commit is contained in:
2025-06-22 17:27:35 +08:00
parent ebcd00ed99
commit 912d2d4a12
3852 changed files with 0 additions and 1061355 deletions

View File

@@ -1 +0,0 @@
module.exports = require('@vue/compiler-sfc')

View File

@@ -1 +0,0 @@
export * from '@vue/compiler-sfc'

View File

@@ -1 +0,0 @@
export * from '@vue/compiler-sfc'

View File

@@ -1 +0,0 @@
export * from '@vue/compiler-sfc'

View File

@@ -1,3 +0,0 @@
module.exports = require('@vue/compiler-sfc')
require('./register-ts.js')

View File

@@ -1,3 +0,0 @@
export * from '@vue/compiler-sfc'
import './register-ts.js'

View File

@@ -1,4 +0,0 @@
{
"main": "index.js",
"module": "index.mjs"
}

View File

@@ -1,3 +0,0 @@
if (typeof require !== 'undefined') {
require('@vue/compiler-sfc').registerTS(() => require('typescript'))
}