chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 12:38:42 +08:00
commit 2d485ba600
8326 changed files with 2641263 additions and 0 deletions
@@ -0,0 +1,15 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "Launch debug.js",
"stopOnEntry": true,
"program": "${workspaceFolder}/debug.js"
}
]
}
@@ -0,0 +1,15 @@
{
"search.exclude": {
"**/search-exclude/**": true
},
"files.exclude": {
"**/files-exclude/**": true
},
"editor.minimap.enabled": false, // see https://github.com/microsoft/vscode/issues/115747
"workbench.editor.languageDetection": true,
"typescript.disableAutomaticTypeAcquisition": true,
"json.schemaDownload.enable": false,
"npm.fetchOnlinePackageInfo": false,
"npm.autoDetect": "off",
"workbench.localHistory.enabled": false
}
@@ -0,0 +1,10 @@
function foo(): void {
var a = 1;
a = 1;
a = 1;
a = 1;
a = 1;
a = 1;
a = 1;
a = 1;
}
@@ -0,0 +1,30 @@
function bar(): void {
var a = 1;
a = 1;
a = 1;
a = 1;
a = 1;
a = 1;
a = 1;
a = 1;
a = 1;
a = 1;
a = 1;
a = 1;
a = 1;
a = 1;
a = 1;
a = 1;
a = 1;
a = 1;
a = 1;
a = 1;
a = 1;
a = 1;
a = 1;
a = 1;
a = 1;
a = 1;
a = 1;
a = 1;
}
@@ -0,0 +1,4 @@
{
}
@@ -0,0 +1,12 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
let y = 0;
let z = 1;
hello();
function hello() {
console.log('hello');
}
@@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
function farboo() {
return 42;
}
@@ -0,0 +1 @@
file
Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

File diff suppressed because it is too large Load Diff
@@ -0,0 +1,3 @@
// 1
// 2
// 3
@@ -0,0 +1 @@
file
@@ -0,0 +1 @@
Just a simple file...
Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

@@ -0,0 +1,53 @@
{
"cells": [
{
"cell_type": "markdown",
"source": [
"## Header"
],
"metadata": {}
},
{
"cell_type": "code",
"execution_count": 2,
"source": [
"print('hello 1')\n",
"print('hello 2')"
],
"outputs": [
{
"output_type": "stream",
"name": "stdout",
"text": [
"hello 1\n",
"hello 2\n"
]
}
],
"metadata": {}
}
],
"metadata": {
"interpreter": {
"hash": "815c6b7592bf74925ca002a1774bcf064bae9d6a27e7933fd9109275fb484258"
},
"kernelspec": {
"name": "python3",
"display_name": "Python 3.9.5 64-bit ('myvenv': venv)"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.5"
}
},
"nbformat": 4,
"nbformat_minor": 4
}