Comparing version 0.0.0-pre-alpha.15-2024072910-8d0b73e to 0.0.0-pre-alpha.15-2024073008-232333d
@@ -27,2 +27,16 @@ export type EsbuildDrop = string; | ||
export declare const EsbuildPlatforNeutral: EsbuildPlatform; | ||
export type EsbuildTarget = string; | ||
export declare const EsbuildTargetDefault: EsbuildTarget; | ||
export declare const EsbuildTargetESNext: EsbuildTarget; | ||
export declare const EsbuildTargetES5: EsbuildTarget; | ||
export declare const EsbuildTargetES2015: EsbuildTarget; | ||
export declare const EsbuildTargetES2016: EsbuildTarget; | ||
export declare const EsbuildTargetES2017: EsbuildTarget; | ||
export declare const EsbuildTargetES2018: EsbuildTarget; | ||
export declare const EsbuildTargetES2019: EsbuildTarget; | ||
export declare const EsbuildTargetES2020: EsbuildTarget; | ||
export declare const EsbuildTargetES2021: EsbuildTarget; | ||
export declare const EsbuildTargetES2022: EsbuildTarget; | ||
export declare const EsbuildTargetES2023: EsbuildTarget; | ||
export declare const EsbuildTargetES2024: EsbuildTarget; | ||
/** | ||
@@ -348,2 +362,7 @@ * subset of build options we plumb through to the js surface. | ||
/** | ||
* Target environment for the generated JavaScript code (default es2021) | ||
* Documentation: https://esbuild.github.io/api/#target | ||
*/ | ||
target?: 'esnext' | 'es5' | 'es2015' | 'es2016' | 'es2017' | 'es2018' | 'es2019' | 'es2020' | 'es2021' | 'es2022' | 'es2023' | 'es2024'; | ||
/** | ||
* Whether to enable tree-shaking | ||
@@ -350,0 +369,0 @@ * Documentation: https://esbuild.github.io/api/#tree-shaking |
@@ -24,2 +24,15 @@ // Code generated by tygo. DO NOT EDIT. | ||
export const EsbuildPlatforNeutral = "neutral"; | ||
export const EsbuildTargetDefault = "default"; | ||
export const EsbuildTargetESNext = "esnext"; | ||
export const EsbuildTargetES5 = "es5"; | ||
export const EsbuildTargetES2015 = "es2015"; | ||
export const EsbuildTargetES2016 = "es2016"; | ||
export const EsbuildTargetES2017 = "es2017"; | ||
export const EsbuildTargetES2018 = "es2018"; | ||
export const EsbuildTargetES2019 = "es2019"; | ||
export const EsbuildTargetES2020 = "es2020"; | ||
export const EsbuildTargetES2021 = "es2021"; | ||
export const EsbuildTargetES2022 = "es2022"; | ||
export const EsbuildTargetES2023 = "es2023"; | ||
export const EsbuildTargetES2024 = "es2024"; | ||
////////// | ||
@@ -26,0 +39,0 @@ // source: testsync.go |
@@ -19,3 +19,3 @@ { | ||
"sideEffects": false, | ||
"version": "0.0.0-pre-alpha.15-2024072910-8d0b73e", | ||
"version": "0.0.0-pre-alpha.15-2024073008-232333d", | ||
"exports": { | ||
@@ -54,8 +54,8 @@ ".": { | ||
"optionalDependencies": { | ||
"oribuild-darwin-amd64": "0.0.0-pre-alpha.15-2024072910-8d0b73e", | ||
"oribuild-darwin-arm64": "0.0.0-pre-alpha.15-2024072910-8d0b73e", | ||
"oribuild-linux-amd64": "0.0.0-pre-alpha.15-2024072910-8d0b73e", | ||
"oribuild-linux-arm64": "0.0.0-pre-alpha.15-2024072910-8d0b73e", | ||
"oribuild-windows-amd64": "0.0.0-pre-alpha.15-2024072910-8d0b73e", | ||
"oribuild-windows-arm64": "0.0.0-pre-alpha.15-2024072910-8d0b73e" | ||
"oribuild-darwin-amd64": "0.0.0-pre-alpha.15-2024073008-232333d", | ||
"oribuild-darwin-arm64": "0.0.0-pre-alpha.15-2024073008-232333d", | ||
"oribuild-linux-amd64": "0.0.0-pre-alpha.15-2024073008-232333d", | ||
"oribuild-linux-arm64": "0.0.0-pre-alpha.15-2024073008-232333d", | ||
"oribuild-windows-amd64": "0.0.0-pre-alpha.15-2024073008-232333d", | ||
"oribuild-windows-arm64": "0.0.0-pre-alpha.15-2024073008-232333d" | ||
}, | ||
@@ -62,0 +62,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
AI-detected possible typosquat
Supply chain riskAI has identified this package as a potential typosquat of a more popular package. This suggests that the package may be intentionally mimicking another package's name, description, or other metadata.
Found 1 instance in 1 package
340693
9275
6