@oribuild/api
Advanced tools
Comparing version 0.0.0-pre-alpha.3-50f5ea4 to 0.0.0-pre-alpha.3-51e6f40
@@ -26,3 +26,8 @@ type ConsoleErrorType = 'alreadyRunning' | 'unknownFailure'; | ||
interface CommonOptions { | ||
/** Documentation: https://esbuild.github.io/api/#sourcemap */ | ||
/** | ||
* Enables sourcemaps. Note that sourcemaps do not currently work for | ||
* sass/css modules. (https://github.com/microsoft/ori/issues/620) | ||
* Further documentation: https://esbuild.github.io/api/#sourcemap. | ||
*/ | ||
sourcemap?: 'none' | 'linked' | 'inline' | 'external' | 'inline-and-external'; | ||
/** Documentation: https://esbuild.github.io/api/#legal-comments */ | ||
@@ -29,0 +34,0 @@ /** Documentation: https://esbuild.github.io/api/#source-root */ |
{ | ||
"name": "@oribuild/api", | ||
"version": "0.0.0-pre-alpha.3-50f5ea4", | ||
"version": "0.0.0-pre-alpha.3-51e6f40", | ||
"type": "module", | ||
@@ -21,3 +21,3 @@ "types": "./lib/index.d.ts", | ||
"devDependencies": { | ||
"@jest/globals": "29.4.1", | ||
"@jest/globals": "29.5.0", | ||
"@oribuild/eslint-plugin-internal": "*", | ||
@@ -35,8 +35,8 @@ "@oribuild/scripts": "*", | ||
"optionalDependencies": { | ||
"oriservice-darwin-amd64": "0.0.0-pre-alpha.3-50f5ea4", | ||
"oriservice-darwin-arm64": "0.0.0-pre-alpha.3-50f5ea4", | ||
"oriservice-linux-amd64": "0.0.0-pre-alpha.3-50f5ea4", | ||
"oriservice-linux-arm64": "0.0.0-pre-alpha.3-50f5ea4", | ||
"oriservice-windows-amd64": "0.0.0-pre-alpha.3-50f5ea4", | ||
"oriservice-windows-arm64": "0.0.0-pre-alpha.3-50f5ea4" | ||
"oriservice-darwin-amd64": "0.0.0-pre-alpha.3-51e6f40", | ||
"oriservice-darwin-arm64": "0.0.0-pre-alpha.3-51e6f40", | ||
"oriservice-linux-amd64": "0.0.0-pre-alpha.3-51e6f40", | ||
"oriservice-linux-arm64": "0.0.0-pre-alpha.3-51e6f40", | ||
"oriservice-windows-amd64": "0.0.0-pre-alpha.3-51e6f40", | ||
"oriservice-windows-arm64": "0.0.0-pre-alpha.3-51e6f40" | ||
}, | ||
@@ -43,0 +43,0 @@ "scripts": { |
47410
839