Stop publishing .tsbuildinfo files (#281)

This commit is contained in:
Nick Guerrera 2022-02-24 14:00:03 -08:00 коммит произвёл GitHub
Родитель bdf94fa238
Коммит 6595b501ce
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
22 изменённых файлов: 87 добавлений и 7 удалений

Просмотреть файл

@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@cadl-lang/compiler",
"comment": "",
"type": "none"
}
],
"packageName": "@cadl-lang/compiler"
}

Просмотреть файл

@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@cadl-lang/openapi",
"comment": "",
"type": "none"
}
],
"packageName": "@cadl-lang/openapi"
}

Просмотреть файл

@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@cadl-lang/openapi3",
"comment": "",
"type": "none"
}
],
"packageName": "@cadl-lang/openapi3"
}

Просмотреть файл

@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@cadl-lang/rest",
"comment": "",
"type": "none"
}
],
"packageName": "@cadl-lang/rest"
}

Просмотреть файл

@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@cadl-lang/versioning",
"comment": "",
"type": "none"
}
],
"packageName": "@cadl-lang/versioning"
}

Просмотреть файл

@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "cadl-vscode",
"comment": "",
"type": "none"
}
],
"packageName": "cadl-vscode"
}

Просмотреть файл

@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "tmlanguage-generator",
"comment": "",
"type": "none"
}
],
"packageName": "tmlanguage-generator"
}

3
common/config/rush/pnpm-lock.yaml сгенерированный
Просмотреть файл

@ -4021,11 +4021,12 @@ packages:
eslint: 8.9.0
onigasm: 2.2.5
plist: 3.0.4
rimraf: 3.0.2
typescript: 4.5.5
dev: false
name: '@rush-temp/tmlanguage-generator'
resolution:
integrity: sha512-2je3B5fn3fEHMvKgJSbMMCOJPuKA7z1Hib9zlrHB0pUnU5WzpM+w3FS/RZ7RRtPQ5mHef0Uavmd2xq6k+Zo/xA==
integrity: sha512-nKdhYEUuUjOleZFdVjXKiIjOuWZ2DqlgoyCDcc6m+4LeDUNhf4M/2KnjaS61OCPkRjrnY5fNgVY2GxnnkV5YvQ==
tarball: file:projects/tmlanguage-generator.tgz
version: 0.0.0
file:projects/versioning.tgz:

Просмотреть файл

@ -83,7 +83,7 @@
]
},
"scripts": {
"clean": "rimraf ./dist ./dist-dev",
"clean": "rimraf ./dist ./dist-dev ./temp",
"build": "npm run compile && npm run rollup && npm run generate-tmlanguage && npm run generate-third-party-notices && npm run package-vsix",
"compile": "tsc -p .",
"watch": "tsc -p . --watch",

Просмотреть файл

@ -4,6 +4,7 @@
"compilerOptions": {
"outDir": "dist-dev",
"rootDir": ".",
"tsBuildInfoFile": "temp/tsconfig.tsbuildinfo",
"module": "CommonJS",
"skipLibCheck": true,
"types": ["node", "mocha"]

Просмотреть файл

@ -37,7 +37,7 @@
"!dist/test/**"
],
"scripts": {
"clean": "rimraf ./dist",
"clean": "rimraf ./dist ./temp",
"build": "npm run compile",
"compile": "tsc -p .",
"watch": "tsc -p . --watch",

Просмотреть файл

@ -3,6 +3,7 @@
"compilerOptions": {
"outDir": "dist",
"rootDir": ".",
"tsBuildInfoFile": "temp/tsconfig.tsbuildinfo",
"types": ["node", "mocha"]
},
"include": ["./**/*.ts"],

Просмотреть файл

@ -37,7 +37,7 @@
"node": ">=14.0.0"
},
"scripts": {
"clean": "rimraf ./dist",
"clean": "rimraf ./dist ./temp",
"build": "tsc -p .",
"watch": "tsc -p . --watch",
"test": "mocha",

Просмотреть файл

@ -4,6 +4,7 @@
"compilerOptions": {
"outDir": "dist",
"rootDir": ".",
"tsBuildInfoFile": "temp/tsconfig.tsbuildinfo",
"types": ["node", "mocha"]
},
"include": ["src/**/*.ts", "test/**/*.ts"]

Просмотреть файл

@ -23,7 +23,7 @@
"node": ">=14.0.0"
},
"scripts": {
"clean": "rimraf ./dist",
"clean": "rimraf ./dist ./temp",
"build": "tsc -p .",
"watch": "tsc -p . --watch",
"test": "mocha",

Просмотреть файл

@ -8,6 +8,7 @@
"compilerOptions": {
"outDir": "dist",
"rootDir": ".",
"tsBuildInfoFile": "temp/tsconfig.tsbuildinfo",
"types": ["node", "mocha"]
},
"include": ["src/**/*.ts", "test/**/*.ts"]

Просмотреть файл

@ -37,7 +37,7 @@
"node": ">=14.0.0"
},
"scripts": {
"clean": "rimraf ./dist",
"clean": "rimraf ./dist ./temp",
"build": "tsc -p .",
"watch": "tsc -p . --watch",
"test": "mocha",

Просмотреть файл

@ -4,6 +4,7 @@
"compilerOptions": {
"outDir": "dist",
"rootDir": ".",
"tsBuildInfoFile": "temp/tsconfig.tsbuildinfo",
"types": ["node", "mocha"]
},
"include": ["src/**/*.ts", "test/**/*.ts"]

Просмотреть файл

@ -22,6 +22,7 @@
"node": ">=14.0.0"
},
"scripts": {
"clean": "rimraf ./dist ./temp",
"build": "tsc -p .",
"watch": "tsc -p . --watch",
"lint": "eslint . --ext .ts --max-warnings=0",
@ -40,6 +41,7 @@
"@types/plist": "~3.0.2",
"@cadl-lang/eslint-config-cadl": "~0.1.0",
"eslint": "^8.7.0",
"rimraf": "~3.0.2",
"typescript": "~4.5.5"
}
}

Просмотреть файл

@ -3,6 +3,7 @@
"compilerOptions": {
"outDir": "dist",
"rootDir": "src",
"tsBuildInfoFile": "temp/tsconfig.tsbuildinfo",
"module": "CommonJS"
},
"include": ["src/**/*.ts"]

Просмотреть файл

@ -37,7 +37,7 @@
"node": ">=14.0.0"
},
"scripts": {
"clean": "rimraf ./dist",
"clean": "rimraf ./dist ./temp",
"build": "tsc -p .",
"watch": "tsc -p . --watch",
"test": "mocha",

Просмотреть файл

@ -4,6 +4,7 @@
"compilerOptions": {
"outDir": "dist",
"rootDir": ".",
"tsBuildInfoFile": "temp/tsconfig.tsbuildinfo",
"types": ["node", "mocha"]
},
"include": ["src/**/*.ts", "test/**/*.ts"]