Skip to content

Commit

Permalink
Try to retrigger the deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
TrickyPi committed Feb 10, 2024
1 parent dd3827b commit 767adf3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/javascript-api/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ const outputOptions = {
freeze,
indent,
noConflict,
reexportProtoFromExternal,
sanitizeFileName,
strict,
systemNullSetters,
Expand Down
7 changes: 7 additions & 0 deletions docs/repl/stores/options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,12 @@ export const useOptions = defineStore('options2', () => {
available: optionOutputPreserveModules.value,
name: 'output.preserveModulesRoot'
});
// const optionOutputReexportProtoFromExternal = getBoolean({
// available: () =>
// isInteropFormat.value && optionOutputExternalLiveBindings.value.value === false,
// defaultValue: true,
// name: 'output.reexportProtoFromExternal'
// });
const optionOutputSanitizeFileName = getBoolean({
available: alwaysTrue,
defaultValue: true,
Expand Down Expand Up @@ -444,6 +450,7 @@ export const useOptions = defineStore('options2', () => {
optionOutputPaths,
optionOutputPreserveModules,
optionOutputPreserveModulesRoot,
// optionOutputReexportProtoFromExternal,
optionOutputSourcemap,
optionOutputSourcemapFileNames,
optionOutputSanitizeFileName,
Expand Down

0 comments on commit 767adf3

Please sign in to comment.