@vscode/wasm-wasi
Advanced tools
Comparing version 1.0.0-pre.2 to 1.0.0
@@ -1,2 +0,2 @@ | ||
/// <reference path="../../typings/webAssemblyCommon.d.ts" /> | ||
/// <reference path="../../typings/webAssemblyCommon.d.ts" preserve="true" /> | ||
import * as v1 from './v1'; | ||
@@ -3,0 +3,0 @@ /** |
@@ -6,3 +6,3 @@ "use strict"; | ||
*--------------------------------------------------------------------------------------------*/ | ||
/// <reference path="../../typings/webAssemblyCommon.d.ts" /> | ||
/// <reference path="../../typings/webAssemblyCommon.d.ts" preserve="true"/> | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
@@ -9,0 +9,0 @@ if (k2 === undefined) k2 = k; |
@@ -1,2 +0,2 @@ | ||
/// <reference path="../../typings/webAssemblyCommon.d.ts" /> | ||
/// <reference path="../../typings/webAssemblyCommon.d.ts" preserve="true" /> | ||
import { Event, Extension, ExtensionContext, Pseudoterminal, Uri } from 'vscode'; | ||
@@ -3,0 +3,0 @@ export interface Environment { |
@@ -6,3 +6,3 @@ "use strict"; | ||
*--------------------------------------------------------------------------------------------*/ | ||
/// <reference path="../../typings/webAssemblyCommon.d.ts" /> | ||
/// <reference path="../../typings/webAssemblyCommon.d.ts" preserve="true"/> | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -9,0 +9,0 @@ exports.Wasm = exports.Filetype = exports.OpenFlags = exports.PseudoterminalState = void 0; |
@@ -31,3 +31,4 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.main = exports.Options = void 0; | ||
exports.Options = void 0; | ||
exports.main = main; | ||
const paths = __importStar(require("node:path")); | ||
@@ -155,5 +156,4 @@ const fs = __importStar(require("node:fs/promises")); | ||
} | ||
exports.main = main; | ||
if (module === require.main) { | ||
main().then((exitCode) => process.exitCode = exitCode).catch((error) => { process.exitCode = 1; console.error(error); }); | ||
} |
{ | ||
"name": "@vscode/wasm-wasi", | ||
"version": "1.0.0-pre.2", | ||
"version": "1.0.0", | ||
"description": "An API facade for the WASM WASI CORE VS Code extension", | ||
"engines": { | ||
"node": ">=20.9.0", | ||
"node": ">=20.14.0", | ||
"vscode": "^1.88.0" | ||
@@ -8,0 +8,0 @@ }, |
@@ -9,2 +9,6 @@ # WASM WASI Core API | ||
### 1.0.0 | ||
First stable version of the wasm-wasi Core API facade. | ||
### 0.11.0 | ||
@@ -11,0 +15,0 @@ |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
39537
0
64