diff --git a/.changeset/target-client-es2022.md b/.changeset/target-client-es2022.md index 823af5ed9c75..85ccdc5ca420 100644 --- a/.changeset/target-client-es2022.md +++ b/.changeset/target-client-es2022.md @@ -1,7 +1,6 @@ --- "@fluid-example/table-document": minor "@fluid-experimental/attributor": minor -"@fluid-experimental/data-object-base": minor "@fluid-experimental/data-objects": minor "@fluid-experimental/dds-interceptions": minor "@fluid-experimental/ink": minor diff --git a/.prettierignore b/.prettierignore index fa39da1cd9bf..23949fabd2d0 100644 --- a/.prettierignore +++ b/.prettierignore @@ -71,9 +71,6 @@ tools/api-markdown-documenter/src/test/snapshots/ # Generated oclif manifest files **/oclif.manifest.json -# es5 build output -packages/framework/data-object-base/es5 - # Test coverage reports **/coverage/* **/nyc/* diff --git a/PACKAGES.md b/PACKAGES.md index 35c8bc67088c..5ba8587483af 100644 --- a/PACKAGES.md +++ b/PACKAGES.md @@ -105,7 +105,7 @@ The dependencies between layers are enforced by the layer-check command._ | Packages | Layer Dependencies | | --- | --- | -| - [@fluid-experimental/data-objects](/experimental/framework/data-objects)
- [@fluid-experimental/property-changeset](/experimental/PropertyDDS/packages/property-changeset)
- [@fluid-experimental/property-common](/experimental/PropertyDDS/packages/property-common)
- [@fluid-experimental/property-dds](/experimental/PropertyDDS/packages/property-dds)
- [@fluid-experimental/property-properties](/experimental/PropertyDDS/packages/property-properties)
- [@fluid-experimental/last-edited](/experimental/framework/last-edited)
- [@fluidframework/agent-scheduler](/packages/framework/agent-scheduler)
- [@fluidframework/aqueduct](/packages/framework/aqueduct)
- [@fluid-experimental/attributor](/packages/framework/attributor)
- [@fluidframework/app-insights-logger](/packages/framework/client-logger/app-insights-logger)
- [@fluidframework/fluid-telemetry](/packages/framework/client-logger/fluid-telemetry)
- [@fluid-experimental/data-object-base](/packages/framework/data-object-base)
- [@fluid-experimental/dds-interceptions](/packages/framework/dds-interceptions)
- [@fluidframework/fluid-static](/packages/framework/fluid-static)
- [@fluid-experimental/oldest-client-observer](/packages/framework/oldest-client-observer)
- [@fluidframework/presence](/packages/framework/presence)
- [@fluid-internal/presence-definitions](/packages/framework/presence-definitions)
- [@fluid-internal/presence-runtime](/packages/framework/presence-runtime)
- [@fluidframework/quill-react](/packages/framework/quill-react)
- [@fluidframework/react](/packages/framework/react)
- [@fluidframework/request-handler](/packages/framework/request-handler)
- [@fluidframework/synthesize](/packages/framework/synthesize)
- [@fluidframework/tree-agent](/packages/framework/tree-agent)
- [@fluidframework/tree-agent-langchain](/packages/framework/tree-agent-langchain)
- [@fluidframework/tree-agent-ses](/packages/framework/tree-agent-ses)
- [@fluidframework/undo-redo](/packages/framework/undo-redo) | - [Core-Interfaces](#Core-Interfaces)
- [Driver-Definitions](#Driver-Definitions)
- [Container-Definitions](#Container-Definitions)
- [Core-Utils](#Core-Utils)
- [Client-Utils](#Client-Utils)
- [Telemetry-Utils](#Telemetry-Utils)
- [Loader](#Loader)
- [Runtime](#Runtime)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
  | +| - [@fluid-experimental/data-objects](/experimental/framework/data-objects)
- [@fluid-experimental/property-changeset](/experimental/PropertyDDS/packages/property-changeset)
- [@fluid-experimental/property-common](/experimental/PropertyDDS/packages/property-common)
- [@fluid-experimental/property-dds](/experimental/PropertyDDS/packages/property-dds)
- [@fluid-experimental/property-properties](/experimental/PropertyDDS/packages/property-properties)
- [@fluid-experimental/last-edited](/experimental/framework/last-edited)
- [@fluidframework/agent-scheduler](/packages/framework/agent-scheduler)
- [@fluidframework/aqueduct](/packages/framework/aqueduct)
- [@fluid-experimental/attributor](/packages/framework/attributor)
- [@fluidframework/app-insights-logger](/packages/framework/client-logger/app-insights-logger)
- [@fluidframework/fluid-telemetry](/packages/framework/client-logger/fluid-telemetry)
- [@fluid-experimental/dds-interceptions](/packages/framework/dds-interceptions)
- [@fluidframework/fluid-static](/packages/framework/fluid-static)
- [@fluid-experimental/oldest-client-observer](/packages/framework/oldest-client-observer)
- [@fluidframework/presence](/packages/framework/presence)
- [@fluid-internal/presence-definitions](/packages/framework/presence-definitions)
- [@fluid-internal/presence-runtime](/packages/framework/presence-runtime)
- [@fluidframework/quill-react](/packages/framework/quill-react)
- [@fluidframework/react](/packages/framework/react)
- [@fluidframework/request-handler](/packages/framework/request-handler)
- [@fluidframework/synthesize](/packages/framework/synthesize)
- [@fluidframework/tree-agent](/packages/framework/tree-agent)
- [@fluidframework/tree-agent-langchain](/packages/framework/tree-agent-langchain)
- [@fluidframework/tree-agent-ses](/packages/framework/tree-agent-ses)
- [@fluidframework/undo-redo](/packages/framework/undo-redo) | - [Core-Interfaces](#Core-Interfaces)
- [Driver-Definitions](#Driver-Definitions)
- [Container-Definitions](#Container-Definitions)
- [Core-Utils](#Core-Utils)
- [Client-Utils](#Client-Utils)
- [Telemetry-Utils](#Telemetry-Utils)
- [Loader](#Loader)
- [Runtime](#Runtime)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
  | ### Build diff --git a/biome.jsonc b/biome.jsonc index bcffc77c3325..a4303e0c09f8 100644 --- a/biome.jsonc +++ b/biome.jsonc @@ -86,9 +86,6 @@ // Generated oclif manifest files "!**/oclif.manifest.json", - // es5 build output - "!**/packages/framework/data-object-base/es5", - // Test coverage reports "!**/coverage/**/*", "!**/nyc/**/*", diff --git a/feeds/internal-build.txt b/feeds/internal-build.txt index f6d78ac6e4fb..fb9dbb10d80b 100644 --- a/feeds/internal-build.txt +++ b/feeds/internal-build.txt @@ -40,7 +40,6 @@ @fluidframework/fluid-static fluid-framework @fluid-experimental/dds-interceptions -@fluid-experimental/data-object-base @fluidframework/fluid-telemetry @fluidframework/app-insights-logger @fluid-experimental/attributor diff --git a/feeds/internal-test.txt b/feeds/internal-test.txt index 212fce573c3a..8057b62b160f 100644 --- a/feeds/internal-test.txt +++ b/feeds/internal-test.txt @@ -46,7 +46,6 @@ @fluidframework/fluid-static fluid-framework @fluid-experimental/dds-interceptions -@fluid-experimental/data-object-base @fluidframework/fluid-telemetry @fluidframework/app-insights-logger @fluid-experimental/attributor diff --git a/feeds/public.txt b/feeds/public.txt index 56b59b821f5a..9aa583636788 100644 --- a/feeds/public.txt +++ b/feeds/public.txt @@ -39,7 +39,6 @@ @fluidframework/fluid-static fluid-framework @fluid-experimental/dds-interceptions -@fluid-experimental/data-object-base @fluidframework/fluid-telemetry @fluidframework/app-insights-logger @fluid-experimental/attributor diff --git a/packages/framework/data-object-base/.gitignore b/packages/framework/data-object-base/.gitignore deleted file mode 100644 index d391d8091789..000000000000 --- a/packages/framework/data-object-base/.gitignore +++ /dev/null @@ -1,53 +0,0 @@ -# Compiled TypeScript and CSS -dist -lib -es5 - -# Babel -public/scripts/es5 - -# Logs -logs -*.log - -# Runtime data -pids -*.pid -*.seed - -# Directory for instrumented libs generated by jscoverage/JSCover -lib-cov - -# Coverage directory used by tools like istanbul -coverage - -# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) -.grunt -.cache-loader - -# node-waf configuration -.lock-wscript - -# Compiled binary addons (http://nodejs.org/api/addons.html) -build/Release - -# Dependency directory -# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git- -node_modules - -# Typings -typings - -# Debug log from npm -npm-debug.log - -# Code coverage -nyc -.nyc_output/ - -# Chart dependencies -**/charts/*.tgz - -# Generated modules -intel_modules/ -temp_modules/ diff --git a/packages/framework/data-object-base/.npmignore b/packages/framework/data-object-base/.npmignore deleted file mode 100644 index f518002fc4dd..000000000000 --- a/packages/framework/data-object-base/.npmignore +++ /dev/null @@ -1,7 +0,0 @@ -nyc -*.log -**/*.tsbuildinfo -src/test -dist/test -lib/test -**/_api-extractor-temp/** diff --git a/packages/framework/data-object-base/CHANGELOG.md b/packages/framework/data-object-base/CHANGELOG.md deleted file mode 100644 index 4828e6990d29..000000000000 --- a/packages/framework/data-object-base/CHANGELOG.md +++ /dev/null @@ -1,463 +0,0 @@ -# @fluidframework/data-object-base - -## 2.116.0 - -Dependency updates only. - -## 2.115.0 - -Dependency updates only. - -## 2.114.0 - -Dependency updates only. - -## 2.113.0 - -Dependency updates only. - -## 2.112.0 - -Dependency updates only. - -## 2.111.0 - -Dependency updates only. - -## 2.110.0 - -Dependency updates only. - -## 2.103.0 - -Dependency updates only. - -## 2.102.0 - -Dependency updates only. - -## 2.101.0 - -Dependency updates only. - -## 2.100.0 - -### Minor Changes - -- Node 22 is now the minimum supported Node.js version ([#27116](https://github.com/microsoft/FluidFramework/pull/27116)) [e8214d29663](https://github.com/microsoft/FluidFramework/commit/e8214d29663f5ee98d737daed82506a25d8de8d0) - - All Fluid Framework client packages now require Node.js 22 or later. This aligns with the standing Node upgrade policy as Node 20 reaches end-of-life on April 30, 2026. - -## 2.93.0 - -Dependency updates only. - -## 2.92.0 - -Dependency updates only. - -## 2.91.0 - -Dependency updates only. - -## 2.90.0 - -Dependency updates only. - -## 2.83.0 - -Dependency updates only. - -## 2.82.0 - -Dependency updates only. - -## 2.81.0 - -Dependency updates only. - -## 2.80.0 - -Dependency updates only. - -## 2.74.0 - -Dependency updates only. - -## 2.73.0 - -Dependency updates only. - -## 2.72.0 - -Dependency updates only. - -## 2.71.0 - -Dependency updates only. - -## 2.70.0 - -Dependency updates only. - -## 2.63.0 - -Dependency updates only. - -## 2.62.0 - -Dependency updates only. - -## 2.61.0 - -Dependency updates only. - -## 2.60.0 - -Dependency updates only. - -## 2.53.0 - -Dependency updates only. - -## 2.52.0 - -Dependency updates only. - -## 2.51.0 - -Dependency updates only. - -## 2.50.0 - -Dependency updates only. - -## 2.43.0 - -Dependency updates only. - -## 2.42.0 - -Dependency updates only. - -## 2.41.0 - -Dependency updates only. - -## 2.40.0 - -Dependency updates only. - -## 2.33.0 - -Dependency updates only. - -## 2.32.0 - -Dependency updates only. - -## 2.31.0 - -Dependency updates only. - -## 2.30.0 - -Dependency updates only. - -## 2.23.0 - -Dependency updates only. - -## 2.22.0 - -Dependency updates only. - -## 2.21.0 - -Dependency updates only. - -## 2.20.0 - -Dependency updates only. - -## 2.13.0 - -Dependency updates only. - -## 2.12.0 - -Dependency updates only. - -## 2.11.0 - -Dependency updates only. - -## 2.10.0 - -Dependency updates only. - -## 2.5.0 - -Dependency updates only. - -## 2.4.0 - -Dependency updates only. - -## 2.3.0 - -Dependency updates only. - -## 2.2.0 - -Dependency updates only. - -## 2.1.0 - -Dependency updates only. - -## 2.0.0-rc.5.0.0 - -### Minor Changes - -- Update to TypeScript 5.4 ([#21214](https://github.com/microsoft/FluidFramework/pull/21214)) [0e6256c722](https://github.com/microsoft/FluidFramework/commit/0e6256c722d8bf024f4325bf02547daeeb18bfa6) - - Update package implementations to use TypeScript 5.4.5. - -## 2.0.0-rc.4.0.0 - -Dependency updates only. - -## 2.0.0-rc.3.0.0 - -### Major Changes - -- Packages now use package.json "exports" and require modern module resolution [97d68aa06b](https://github.com/microsoft/FluidFramework/commit/97d68aa06bd5c022ecb026655814aea222a062ae) - - Fluid Framework packages have been updated to use the [package.json "exports" - field](https://nodejs.org/docs/latest-v18.x/api/packages.html#exports) to define explicit entry points for both - TypeScript types and implementation code. - - This means that using Fluid Framework packages require the following TypeScript settings in tsconfig.json: - - `"moduleResolution": "Node16"` with `"module": "Node16"` - - `"moduleResolution": "Bundler"` with `"module": "ESNext"` - - We recommend using Node16/Node16 unless absolutely necessary. That will produce transpiled JavaScript that is suitable - for use with modern versions of Node.js _and_ Bundlers. - [See the TypeScript documentation](https://www.typescriptlang.org/tsconfig#moduleResolution) for more information - regarding the module and moduleResolution options. - - **Node10 moduleResolution is not supported; it does not support Fluid Framework's API structuring pattern that is used - to distinguish stable APIs from those that are in development.** - -## 2.0.0-rc.2.0.0 - -### Minor Changes - -- data-object-base: LazyLoadedDataObject and LazyLoadedDataObjectFactory removed ([#19838](https://github.com/microsoft/FluidFramework/issues/19838)) [3bde9fc00b](https://github.com/microsoft/FluidFramework/commits/3bde9fc00bfb5271a88b0c20b94416add19d7a0a) - - LazyLoadedDataObject and LazyLoadedDataObjectFactory are not recommended for use and have been removed. - -- @fluidframework/data-object-base demoted to experimental status ([#19438](https://github.com/microsoft/FluidFramework/issues/19438)) [bbc812af86](https://github.com/microsoft/FluidFramework/commits/bbc812af8682c4cd1d6387d5708058c25a5c43a1) - - @fluidframework/data-object-base is now @fluid-experimental/data-object-base, and is not recommended for use in production. Prefer to use the data object classes from @fluidframework/aqueduct. - -- data-object-base: LazyLoadedDataObject and LazyLoadedDataObjectFactory deprecated ([#19482](https://github.com/microsoft/FluidFramework/issues/19482)) [c4c1e197cf](https://github.com/microsoft/FluidFramework/commits/c4c1e197cfdda1379b74b791dc1aef51aa3d7830) - - `LazyLoadedDataObject` and `LazyLoadedDataObjectFactory` have been deprecated and are not recommended for use. For lazy loading of data objects, prefer to defer dereferencing their handles. - -## 2.0.0-rc.1.0.0 - -Dependency updates only. - -## 2.0.0-internal.8.0.0 - -### Major Changes - -- data-object-base: Removed IFluidRouter from DataObject interfaces and classes [9a451d4946](https://github.com/microsoft/FluidFramework/commits/9a451d4946b5c51a52e4d1ab5bf51e7b285b0d74) - - The `IFluidRouter` property has been removed from a number of DataObject related classes: - - `PureDataObject` - - `LazyLoadedDataObject` - - `TestFluidObject` - - Please migrate to the new `entryPoint` pattern or use the relevant `request` method as necessary. - - See - [Removing-IFluidRouter.md](https://github.com/microsoft/FluidFramework/blob/main/packages/common/core-interfaces/Removing-IFluidRouter.md) - for more details. - -## 2.0.0-internal.7.4.0 - -Dependency updates only. - -## 2.0.0-internal.7.3.0 - -Dependency updates only. - -## 2.0.0-internal.7.2.0 - -Dependency updates only. - -## 2.0.0-internal.7.1.0 - -Dependency updates only. - -## 2.0.0-internal.7.0.0 - -### Major Changes - -- aqueduct: ContainerRuntimeFactory constructors have changed [871b3493dd](https://github.com/microsoft/FluidFramework/commits/871b3493dd0d7ea3a89be64998ceb6cb9021a04e) - - The following class constructors have been changed to allow for better flexible in arguments passed: - - `BaseContainerRuntimeFactory` - - `ContainerRuntimeFactoryWithDefaultDataStore` - - `RuntimeFactory` - - They now use a single object for constructor params. Example change to be made: - - ```ts - // Old - new BaseContainerRuntimeFactory( - myRegistryEntries, - myDependencyContainer, - myRequestHandlers, - myRuntimeOptions, - myProvideEntryPoint, - ); - - // New - new BaseContainerRuntimeFactory({ - registryEntries: myRegistryEntries, - dependencyContainer: myDependencyContainer, - requestHandlers: myRequestHandlers, - runtimeOptions: myRuntimeOptions, - provideEntryPoint: myProvideEntryPoint, - }); - ``` - -- DEPRECATED: container-runtime: requestHandlers are deprecated [871b3493dd](https://github.com/microsoft/FluidFramework/commits/871b3493dd0d7ea3a89be64998ceb6cb9021a04e) - - The concept of `requestHandlers` has been deprecated. Please migrate all usage of the following APIs to the new `entryPoint` pattern: - - `requestHandler` property in `ContainerRuntime.loadRuntime(...)` - - `RuntimeRequestHandler` - - `RuntimeRequestHandlerBuilder` - - `defaultFluidObjectRequestHandler(...)` - - `defaultRouteRequestHandler(...)` - - `mountableViewRequestHandler(...)` - - `buildRuntimeRequestHandler(...)` - - `createFluidObjectResponse(...)` - - `handleFromLegacyUri(...)` - - `rootDataStoreRequestHandler(...)` - - See [Removing-IFluidRouter.md](https://github.com/microsoft/FluidFramework/blob/main/packages/common/core-interfaces/Removing-IFluidRouter.md) for more details. - -- test-utils: provideEntryPoint is required [871b3493dd](https://github.com/microsoft/FluidFramework/commits/871b3493dd0d7ea3a89be64998ceb6cb9021a04e) - - The optional `provideEntryPoint` method has become required on a number of constructors. A value will need to be provided to the following classes: - - `BaseContainerRuntimeFactory` - - `RuntimeFactory` - - `ContainerRuntime` (constructor and `loadRuntime`) - - `FluidDataStoreRuntime` - - See [testContainerRuntimeFactoryWithDefaultDataStore.ts](https://github.com/microsoft/FluidFramework/tree/main/packages/test/test-utils/src/testContainerRuntimeFactoryWithDefaultDataStore.ts) for an example implemtation of `provideEntryPoint` for ContainerRuntime. - See [pureDataObjectFactory.ts](https://github.com/microsoft/FluidFramework/tree/main/packages/framework/aqueduct/src/data-object-factories/pureDataObjectFactory.ts#L83) for an example implementation of `provideEntryPoint` for DataStoreRuntime. - - Subsequently, various `entryPoint` and `getEntryPoint()` endpoints have become required. Please see [containerRuntime.ts](https://github.com/microsoft/FluidFramework/tree/main/packages/runtime/container-runtime/src/containerRuntime.ts) for example implementations of these APIs. - - For more details, see [Removing-IFluidRouter.md](https://github.com/microsoft/FluidFramework/blob/main/packages/common/core-interfaces/Removing-IFluidRouter.md) - -- Minimum TypeScript version now 5.1.6 [871b3493dd](https://github.com/microsoft/FluidFramework/commits/871b3493dd0d7ea3a89be64998ceb6cb9021a04e) - - The minimum supported TypeScript version for Fluid 2.0 clients is now 5.1.6. - -## 2.0.0-internal.6.4.0 - -Dependency updates only. - -## 2.0.0-internal.6.3.0 - -Dependency updates only. - -## 2.0.0-internal.6.2.0 - -### Minor Changes - -- Remove use of @fluidframework/common-definitions ([#16638](https://github.com/microsoft/FluidFramework/issues/16638)) [a8c81509c9](https://github.com/microsoft/FluidFramework/commits/a8c81509c9bf09cfb2092ebcf7265205f9eb6dbf) - - The **@fluidframework/common-definitions** package is being deprecated, so the following interfaces and types are now - imported from the **@fluidframework/core-interfaces** package: - - interface IDisposable - - interface IErrorEvent - - interface IErrorEvent - - interface IEvent - - interface IEventProvider - - interface ILoggingError - - interface ITaggedTelemetryPropertyType - - interface ITelemetryBaseEvent - - interface ITelemetryBaseLogger - - interface ITelemetryErrorEvent - - interface ITelemetryGenericEvent - - interface ITelemetryLogger - - interface ITelemetryPerformanceEvent - - interface ITelemetryProperties - - type ExtendEventProvider - - type IEventThisPlaceHolder - - type IEventTransformer - - type ReplaceIEventThisPlaceHolder - - type ReplaceIEventThisPlaceHolder - - type TelemetryEventCategory - - type TelemetryEventPropertyType - -## 2.0.0-internal.6.1.0 - -Dependency updates only. - -## 2.0.0-internal.6.0.0 - -### Major Changes - -- `initializeEntryPoint` will become required [8abce8cdb4](https://github.com/microsoft/FluidFramework/commits/8abce8cdb4e2832fb6405fb44e393bef03d5648a) - - The optional `initializeEntryPoint` method has been added to a number of constructors. **This method argument will become required in an upcoming release** and a value will need to be provided to the following classes: - - `BaseContainerRuntimeFactory` - - `ContainerRuntimeFactoryWithDefaultDataStore` - - `RuntimeFactory` - - `ContainerRuntime` (constructor and `loadRuntime`) - - `FluidDataStoreRuntime` - - For an example implementation of `initializeEntryPoint`, see [pureDataObjectFactory.ts](https://github.com/microsoft/FluidFramework/blob/main/packages/framework/aqueduct/src/data-object-factories/pureDataObjectFactory.ts#L84). - - This work will replace the request pattern. See [Removing-IFluidRouter.md](https://github.com/microsoft/FluidFramework/blob/main/packages/common/core-interfaces/Removing-IFluidRouter.md) for more info on this effort. - -- Upgraded typescript transpilation target to ES2020 [8abce8cdb4](https://github.com/microsoft/FluidFramework/commits/8abce8cdb4e2832fb6405fb44e393bef03d5648a) - - Upgraded typescript transpilation target to ES2020. This is done in order to decrease the bundle sizes of Fluid Framework packages. This has provided size improvements across the board for ex. Loader, Driver, Runtime etc. Reduced bundle sizes helps to load lesser code in apps and hence also helps to improve the perf.If any app wants to target any older versions of browsers with which this target version is not compatible, then they can use packages like babel to transpile to a older target. - -## 2.0.0-internal.5.4.0 - -Dependency updates only. - -## 2.0.0-internal.5.3.0 - -Dependency updates only. - -## 2.0.0-internal.5.2.0 - -Dependency updates only. - -## 2.0.0-internal.5.1.0 - -Dependency updates only. - -## 2.0.0-internal.5.0.0 - -Dependency updates only. - -## 2.0.0-internal.4.4.0 - -Dependency updates only. - -## 2.0.0-internal.4.1.0 - -Dependency updates only. diff --git a/packages/framework/data-object-base/LICENSE b/packages/framework/data-object-base/LICENSE deleted file mode 100644 index 60af0a6a40e9..000000000000 --- a/packages/framework/data-object-base/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -Copyright (c) Microsoft Corporation and contributors. All rights reserved. - -MIT License - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/packages/framework/data-object-base/README.md b/packages/framework/data-object-base/README.md deleted file mode 100644 index 03e89e5780ff..000000000000 --- a/packages/framework/data-object-base/README.md +++ /dev/null @@ -1,127 +0,0 @@ -# @fluid-experimental/data-object-base - -This is an experimental project that explores synchronous Fluid data object loading. - - - - - - -**IMPORTANT: This package is experimental.** -**Its APIs may change without notice.** - -**Do not use in production scenarios.** - -## Using Fluid Framework libraries - -When taking a dependency on a Fluid Framework library's public APIs, we recommend using a `^` (caret) version range, such as `^1.3.4`. -While Fluid Framework libraries may use different ranges with interdependencies between other Fluid Framework libraries, -library consumers should always prefer `^`. - -If using any of Fluid Framework's unstable APIs (for example, its `beta` APIs), we recommend using a more constrained version range, such as `~`. - -## Installation - -To get started, install the package by running the following command: - -```bash -npm i @fluid-experimental/data-object-base -``` - -## API Documentation - -API documentation for **@fluid-experimental/data-object-base** is available at . - - - - - - - - - - -## Minimum Client Requirements - -These are the platform requirements for the current version of Fluid Framework Client Packages. -These requirements err on the side of being too strict since within a major version they can be relaxed over time, but not made stricter. -For Long Term Support (LTS) versions this can require supporting these platforms for several years. - -It is likely that other configurations will work, but they are not supported: if they stop working, we do not consider that a bug. -If you would benefit from support for something not listed here, file an issue and the product team will evaluate your request. -When making such a request please include if the configuration already works (and thus the request is just that it becomes officially supported), or if changes are required to get it working. - -### Supported Runtimes - -- NodeJs ^22.22.2 except that we will drop support for it [when NodeJs 22 loses its upstream support on 2027-04-30](https://github.com/nodejs/release#release-schedule), and will support a newer LTS version of NodeJS at least 1 year before 22 is end-of-life. - - Running Fluid in a Node.js environment with the `--no-experimental-fetch` flag is not supported. -- Modern browsers supporting the es2022 standard library: in response to asks we can add explicit support for using babel to polyfill to target specific standards or runtimes (meaning we can avoid/remove use of things that don't polyfill robustly, but otherwise target modern standards). - -### Supported Tools - -- TypeScript 5.4: - - All [`strict`](https://www.typescriptlang.org/tsconfig) options are supported. - - [`strictNullChecks`](https://www.typescriptlang.org/tsconfig) is required. - - [Configuration options deprecated in 5.0](https://github.com/microsoft/TypeScript/issues/51909) are not supported. - - `exactOptionalPropertyTypes` is currently not fully supported. - If used, narrowing members of Fluid Framework types types using `in`, `Reflect.has`, `Object.hasOwn` or `Object.prototype.hasOwnProperty` should be avoided as they may incorrectly exclude `undefined` from the possible values in some cases. -- [webpack](https://webpack.js.org/) 5 - - We are not intending to be prescriptive about what bundler to use. - Other bundlers which can handle ES Modules should work, but webpack is the only one we actively test. - -### Module Resolution - -[`Node16`, `NodeNext`, or `Bundler`](https://www.typescriptlang.org/tsconfig#moduleResolution) resolution should be used with TypeScript compilerOptions to follow the [Node.js v12+ ESM Resolution and Loading algorithm](https://nodejs.github.io/nodejs.dev/en/api/v20/esm/#resolution-and-loading-algorithm). -Node10 resolution is not supported as it does not support Fluid Framework's API structuring pattern that is used to distinguish stable APIs from those that are in development. - -### Module Formats - -- ES Modules: - ES Modules are the preferred way to consume our client packages (including in NodeJs) and consuming our client packages from ES Modules is fully supported. -- CommonJs: - Consuming our client packages as CommonJs is supported only in NodeJS and only for the cases listed below. - This is done to accommodate some workflows without good ES Module support. - If you have a workflow you would like included in this list, file an issue. - Once this list of workflows motivating CommonJS support is empty, we may drop support for CommonJS one year after notice of the change is posted here. - - - Testing with Jest (which lacks [stable ESM support](https://jestjs.io/docs/ecmascript-modules) due to [unstable APIs in NodeJs](https://github.com/nodejs/node/issues/37648)) - -## Contribution Guidelines - -There are many ways to [contribute](https://github.com/microsoft/FluidFramework/blob/main/CONTRIBUTING.md) to Fluid. - -- Participate in Q&A in our [GitHub Discussions](https://github.com/microsoft/FluidFramework/discussions). -- [Submit bugs](https://github.com/microsoft/FluidFramework/issues) and help us verify fixes as they are checked in. -- Review the [source code changes](https://github.com/microsoft/FluidFramework/pulls). -- [Contribute bug fixes](https://github.com/microsoft/FluidFramework/blob/main/CONTRIBUTING.md). - -Detailed instructions for working in the repo can be found in the [Wiki](https://github.com/microsoft/FluidFramework/blob/main/docs/content/Home.md). - -This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). -For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments. - -This project may contain Microsoft trademarks or logos for Microsoft projects, products, or services. -Use of these trademarks or logos must follow Microsoft’s [Trademark & Brand Guidelines](https://www.microsoft.com/trademarks). -Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. - -## Help - -Not finding what you're looking for in this README? -Check out [fluidframework.com](https://fluidframework.com/docs/). - -Still not finding what you're looking for? -Please [file an issue](https://github.com/microsoft/FluidFramework/blob/main/docs/content/Contributing/Submitting-Bugs-and-Feature-Requests.md). - -Thank you! - -## Trademark - -This project may contain Microsoft trademarks or logos for Microsoft projects, products, or services. - -Use of these trademarks or logos must follow Microsoft's [Trademark & Brand Guidelines](https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks/usage/general). - -Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. - - - - diff --git a/packages/framework/data-object-base/api-extractor/api-extractor-lint-bundle.json b/packages/framework/data-object-base/api-extractor/api-extractor-lint-bundle.json deleted file mode 100644 index 3ae7ad05c80a..000000000000 --- a/packages/framework/data-object-base/api-extractor/api-extractor-lint-bundle.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json", - "extends": "/../../../common/build/build-common/api-extractor-lint.json", - "mainEntryPointFilePath": "/lib/index.d.ts" -} diff --git a/packages/framework/data-object-base/api-extractor/api-extractor-lint-index.cjs.json b/packages/framework/data-object-base/api-extractor/api-extractor-lint-index.cjs.json deleted file mode 100644 index 4321254a1b6c..000000000000 --- a/packages/framework/data-object-base/api-extractor/api-extractor-lint-index.cjs.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json", - "extends": "/../../../common/build/build-common/api-extractor-lint.entrypoint.json", - "mainEntryPointFilePath": "/dist/index.d.ts" -} diff --git a/packages/framework/data-object-base/api-extractor/api-extractor-lint-index.esm.json b/packages/framework/data-object-base/api-extractor/api-extractor-lint-index.esm.json deleted file mode 100644 index 16c64c9ea622..000000000000 --- a/packages/framework/data-object-base/api-extractor/api-extractor-lint-index.esm.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json", - "extends": "/../../../common/build/build-common/api-extractor-lint.entrypoint.json", - "mainEntryPointFilePath": "/lib/index.d.ts" -} diff --git a/packages/framework/data-object-base/api-extractor/api-extractor-model.json b/packages/framework/data-object-base/api-extractor/api-extractor-model.json deleted file mode 100644 index 03dde247d47e..000000000000 --- a/packages/framework/data-object-base/api-extractor/api-extractor-model.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json", - "extends": "/../../../common/build/build-common/api-extractor-model.esm.json" -} diff --git a/packages/framework/data-object-base/api-extractor/api-extractor-report.json b/packages/framework/data-object-base/api-extractor/api-extractor-report.json deleted file mode 100644 index e614419388af..000000000000 --- a/packages/framework/data-object-base/api-extractor/api-extractor-report.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json", - "extends": "/../../../common/build/build-common/api-extractor-report-base.esm.json", - "mainEntryPointFilePath": "/lib/index.d.ts" -} diff --git a/packages/framework/data-object-base/api-report/data-object-base.alpha.api.md b/packages/framework/data-object-base/api-report/data-object-base.alpha.api.md deleted file mode 100644 index cf5b68fa86e7..000000000000 --- a/packages/framework/data-object-base/api-report/data-object-base.alpha.api.md +++ /dev/null @@ -1,7 +0,0 @@ -## Alpha API Report File for "@fluid-experimental/data-object-base" - -> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/). - -```ts - -``` diff --git a/packages/framework/data-object-base/api-report/data-object-base.beta.api.md b/packages/framework/data-object-base/api-report/data-object-base.beta.api.md deleted file mode 100644 index d999da6e4921..000000000000 --- a/packages/framework/data-object-base/api-report/data-object-base.beta.api.md +++ /dev/null @@ -1,7 +0,0 @@ -## Beta API Report File for "@fluid-experimental/data-object-base" - -> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/). - -```ts - -``` diff --git a/packages/framework/data-object-base/api-report/data-object-base.public.api.md b/packages/framework/data-object-base/api-report/data-object-base.public.api.md deleted file mode 100644 index 1868b9eb05d3..000000000000 --- a/packages/framework/data-object-base/api-report/data-object-base.public.api.md +++ /dev/null @@ -1,7 +0,0 @@ -## Public API Report File for "@fluid-experimental/data-object-base" - -> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/). - -```ts - -``` diff --git a/packages/framework/data-object-base/eslint.config.mts b/packages/framework/data-object-base/eslint.config.mts deleted file mode 100644 index 31ab53eaf484..000000000000 --- a/packages/framework/data-object-base/eslint.config.mts +++ /dev/null @@ -1,18 +0,0 @@ -/*! - * Copyright (c) Microsoft Corporation and contributors. All rights reserved. - * Licensed under the MIT License. - */ - -import type { Linter } from "eslint"; -import { strict } from "@fluidframework/eslint-config-fluid/flat.mts"; - -const config: Linter.Config[] = [ - ...strict, - { - rules: { - "@typescript-eslint/strict-boolean-expressions": "off", - }, - }, -]; - -export default config; diff --git a/packages/framework/data-object-base/package.json b/packages/framework/data-object-base/package.json deleted file mode 100644 index 2d389b49aa6c..000000000000 --- a/packages/framework/data-object-base/package.json +++ /dev/null @@ -1,92 +0,0 @@ -{ - "name": "@fluid-experimental/data-object-base", - "version": "3.0.0", - "description": "Data object base for synchronously and lazily loaded object scenarios", - "homepage": "https://fluidframework.com", - "repository": { - "type": "git", - "url": "https://github.com/microsoft/FluidFramework.git", - "directory": "packages/framework/data-object-base" - }, - "license": "MIT", - "author": "Microsoft and contributors", - "sideEffects": false, - "type": "module", - "exports": { - ".": { - "import": { - "types": "./lib/index.d.ts", - "default": "./lib/index.js" - }, - "require": { - "types": "./dist/index.d.ts", - "default": "./dist/index.js" - } - } - }, - "main": "lib/index.js", - "types": "lib/index.d.ts", - "files": [ - "dist/**/*", - "!dist/test/**", - "lib/**/*", - "es5/**/*" - ], - "scripts": { - "build": "fluid-build . --task build", - "build:api-reports": "api-extractor run --local --config api-extractor/api-extractor-report.json", - "build:compile": "fluid-build . --task compile", - "build:docs": "api-extractor run --local --config api-extractor/api-extractor-model.json", - "build:esnext": "tsc --project ./tsconfig.json", - "check:are-the-types-wrong": "attw --pack . --profile node16", - "check:biome": "biome check .", - "check:exports": "concurrently \"npm:check:exports:*\"", - "check:exports:bundle-release-tags": "api-extractor run --config api-extractor/api-extractor-lint-bundle.json", - "check:exports:cjs:index": "api-extractor run --config api-extractor/api-extractor-lint-index.cjs.json", - "check:exports:esm:index": "api-extractor run --config api-extractor/api-extractor-lint-index.esm.json", - "check:format": "npm run check:biome", - "ci:build:api-reports": "api-extractor run --config api-extractor/api-extractor-report.json", - "ci:build:docs": "api-extractor run --config api-extractor/api-extractor-model.json", - "clean": "rimraf --glob dist lib es5 \"**/*.tsbuildinfo\" \"**/*.build.log\" _api-extractor-temp", - "eslint": "eslint --quiet --format stylish src", - "eslint:fix": "eslint --quiet --format stylish src --fix --fix-type problem,suggestion,layout", - "format": "npm run format:biome", - "format:biome": "biome check . --write", - "lint": "fluid-build . --task lint", - "lint:fix": "fluid-build . --task eslint:fix --task format", - "tsc": "fluid-tsc commonjs --project ./tsconfig.cjs.json && copyfiles -f ../../../common/build/build-common/src/cjs/package.json ./dist" - }, - "dependencies": { - "@fluid-internal/client-utils": "workspace:~", - "@fluidframework/container-definitions": "workspace:~", - "@fluidframework/container-runtime": "workspace:~", - "@fluidframework/container-runtime-definitions": "workspace:~", - "@fluidframework/core-interfaces": "workspace:~", - "@fluidframework/core-utils": "workspace:~", - "@fluidframework/datastore": "workspace:~", - "@fluidframework/datastore-definitions": "workspace:~", - "@fluidframework/request-handler": "workspace:~", - "@fluidframework/runtime-definitions": "workspace:~", - "@fluidframework/runtime-utils": "workspace:~", - "@fluidframework/shared-object-base": "workspace:~" - }, - "devDependencies": { - "@arethetypeswrong/cli": "^0.18.5", - "@biomejs/biome": "~2.4.5", - "@fluid-tools/build-cli": "catalog:buildTools", - "@fluidframework/build-common": "^2.0.3", - "@fluidframework/build-tools": "catalog:buildTools", - "@fluidframework/eslint-config-fluid": "catalog:eslint", - "@microsoft/api-extractor": "7.58.1", - "@types/node": "catalog:types", - "concurrently": "^10.0.3", - "copyfiles": "^2.4.1", - "eslint": "catalog:eslint", - "jiti": "^2.6.1", - "rimraf": "^6.1.3", - "typescript": "~5.4.5" - }, - "typeValidation": { - "disabled": true - } -} diff --git a/packages/framework/data-object-base/src/index.ts b/packages/framework/data-object-base/src/index.ts deleted file mode 100644 index a7856cf7f0b7..000000000000 --- a/packages/framework/data-object-base/src/index.ts +++ /dev/null @@ -1,13 +0,0 @@ -/*! - * Copyright (c) Microsoft Corporation and contributors. All rights reserved. - * Licensed under the MIT License. - */ - -/** - * The view interfaces provide a generic way for objects to expose their - * rendering capabilities to consumers. - * - * @packageDocumentation - */ - -export { RuntimeFactory, type RuntimeFactoryProps } from "./runtimeFactory.js"; diff --git a/packages/framework/data-object-base/src/runtimeFactory.ts b/packages/framework/data-object-base/src/runtimeFactory.ts deleted file mode 100644 index 2939bb39fad5..000000000000 --- a/packages/framework/data-object-base/src/runtimeFactory.ts +++ /dev/null @@ -1,72 +0,0 @@ -/*! - * Copyright (c) Microsoft Corporation and contributors. All rights reserved. - * Licensed under the MIT License. - */ - -import type { - IContainerContext, - IRuntime, -} from "@fluidframework/container-definitions/internal"; -import { loadContainerRuntime } from "@fluidframework/container-runtime/internal"; -import type { IContainerRuntime } from "@fluidframework/container-runtime-definitions/internal"; -import type { FluidObject } from "@fluidframework/core-interfaces"; -import type { - IFluidDataStoreFactory, - NamedFluidDataStoreRegistryEntries, -} from "@fluidframework/runtime-definitions/internal"; -import { RuntimeFactoryHelper } from "@fluidframework/runtime-utils/internal"; - -const defaultStoreId = ""; - -/** - * {@link RuntimeFactory} construction properties. - * @internal - */ -export interface RuntimeFactoryProps { - defaultStoreFactory: IFluidDataStoreFactory; - storeFactories: IFluidDataStoreFactory[]; - provideEntryPoint: (runtime: IContainerRuntime) => Promise; -} - -/** - * @internal - */ -export class RuntimeFactory extends RuntimeFactoryHelper { - private readonly registry: NamedFluidDataStoreRegistryEntries; - - private readonly defaultStoreFactory: IFluidDataStoreFactory; - private readonly provideEntryPoint: (runtime: IContainerRuntime) => Promise; - - public constructor(props: RuntimeFactoryProps) { - super(); - - this.defaultStoreFactory = props.defaultStoreFactory; - this.provideEntryPoint = props.provideEntryPoint; - const storeFactories = props.storeFactories ?? [this.defaultStoreFactory]; - - this.registry = ( - storeFactories.includes(this.defaultStoreFactory) - ? storeFactories - : [...storeFactories, this.defaultStoreFactory] - ).map((factory) => [factory.type, factory]) as NamedFluidDataStoreRegistryEntries; - } - - public async instantiateFirstTime(runtime: IContainerRuntime): Promise { - const dataStore = await runtime.createDataStore(this.defaultStoreFactory.type); - await dataStore.trySetAlias(defaultStoreId); - } - - public async preInitialize( - context: IContainerContext, - existing: boolean, - ): Promise { - const runtime = await loadContainerRuntime({ - context, - registryEntries: this.registry, - existing, - provideEntryPoint: this.provideEntryPoint, - }); - - return runtime; - } -} diff --git a/packages/framework/data-object-base/tsconfig.cjs.json b/packages/framework/data-object-base/tsconfig.cjs.json deleted file mode 100644 index 773d0806da58..000000000000 --- a/packages/framework/data-object-base/tsconfig.cjs.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - // This config must be used in a "type": "commonjs" environment. (Use fluid-tsc commonjs.) - "extends": "./tsconfig.json", - "compilerOptions": { - "outDir": "./dist", - }, -} diff --git a/packages/framework/data-object-base/tsconfig.json b/packages/framework/data-object-base/tsconfig.json deleted file mode 100644 index e85d4daca746..000000000000 --- a/packages/framework/data-object-base/tsconfig.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "extends": "../../../common/build/build-common/tsconfig.node16.json", - "compilerOptions": { - "rootDir": "./src", - "outDir": "./lib", - "exactOptionalPropertyTypes": false, - }, - "include": ["src/**/*"], - "exclude": ["src/test/**/*"], -} diff --git a/packages/framework/data-object-base/tsdoc.json b/packages/framework/data-object-base/tsdoc.json deleted file mode 100644 index ecb918da5cb8..000000000000 --- a/packages/framework/data-object-base/tsdoc.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json", - "extends": ["../../../common/build/build-common/tsdoc-base.json"] -} diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 174e775cdd73..5eae6cd5fdf9 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -11424,88 +11424,6 @@ importers: specifier: ~5.4.5 version: 5.4.5 - packages/framework/data-object-base: - dependencies: - '@fluid-internal/client-utils': - specifier: workspace:~ - version: link:../../common/client-utils - '@fluidframework/container-definitions': - specifier: workspace:~ - version: link:../../common/container-definitions - '@fluidframework/container-runtime': - specifier: workspace:~ - version: link:../../runtime/container-runtime - '@fluidframework/container-runtime-definitions': - specifier: workspace:~ - version: link:../../runtime/container-runtime-definitions - '@fluidframework/core-interfaces': - specifier: workspace:~ - version: link:../../common/core-interfaces - '@fluidframework/core-utils': - specifier: workspace:~ - version: link:../../common/core-utils - '@fluidframework/datastore': - specifier: workspace:~ - version: link:../../runtime/datastore - '@fluidframework/datastore-definitions': - specifier: workspace:~ - version: link:../../runtime/datastore-definitions - '@fluidframework/request-handler': - specifier: workspace:~ - version: link:../request-handler - '@fluidframework/runtime-definitions': - specifier: workspace:~ - version: link:../../runtime/runtime-definitions - '@fluidframework/runtime-utils': - specifier: workspace:~ - version: link:../../runtime/runtime-utils - '@fluidframework/shared-object-base': - specifier: workspace:~ - version: link:../../dds/shared-object-base - devDependencies: - '@arethetypeswrong/cli': - specifier: ^0.18.5 - version: 0.18.5 - '@biomejs/biome': - specifier: ~2.4.5 - version: 2.4.5 - '@fluid-tools/build-cli': - specifier: catalog:buildTools - version: 0.67.0(@types/node@22.19.17)(supports-color@10.2.2) - '@fluidframework/build-common': - specifier: ^2.0.3 - version: 2.0.3 - '@fluidframework/build-tools': - specifier: catalog:buildTools - version: 0.67.0(@types/node@22.19.17)(supports-color@10.2.2) - '@fluidframework/eslint-config-fluid': - specifier: catalog:eslint - version: 14.0.0(@typescript-eslint/utils@8.66.0)(eslint@9.39.1)(supports-color@10.2.2)(typescript@5.4.5) - '@microsoft/api-extractor': - specifier: 7.58.1 - version: 7.58.1(patch_hash=949a26f6cec9ac4e37522f178b8e4982136ccfeb8c6d0835130ef2aa6788f4fa)(@types/node@22.19.17) - '@types/node': - specifier: ~22.19.17 - version: 22.19.17 - concurrently: - specifier: ^10.0.3 - version: 10.0.3 - copyfiles: - specifier: ^2.4.1 - version: 2.4.1 - eslint: - specifier: catalog:eslint - version: 9.39.1(jiti@2.6.1)(supports-color@10.2.2) - jiti: - specifier: ^2.6.1 - version: 2.6.1 - rimraf: - specifier: ^6.1.3 - version: 6.1.3 - typescript: - specifier: ~5.4.5 - version: 5.4.5 - packages/framework/dds-interceptions: dependencies: '@fluidframework/core-utils': diff --git a/server/gitrest/.prettierignore b/server/gitrest/.prettierignore index 0a3747411533..30dcc2d74323 100644 --- a/server/gitrest/.prettierignore +++ b/server/gitrest/.prettierignore @@ -62,9 +62,6 @@ tools/api-markdown-documenter/src/test/snapshots/ # Generated oclif manifest files **/oclif.manifest.json -# es5 build output -packages/framework/data-object-base/es5 - # Test coverage reports **/coverage/* **/nyc/* diff --git a/server/historian/.prettierignore b/server/historian/.prettierignore index 0a3747411533..30dcc2d74323 100644 --- a/server/historian/.prettierignore +++ b/server/historian/.prettierignore @@ -62,9 +62,6 @@ tools/api-markdown-documenter/src/test/snapshots/ # Generated oclif manifest files **/oclif.manifest.json -# es5 build output -packages/framework/data-object-base/es5 - # Test coverage reports **/coverage/* **/nyc/* diff --git a/server/routerlicious/.prettierignore b/server/routerlicious/.prettierignore index de514edc75f0..4f016d55313c 100644 --- a/server/routerlicious/.prettierignore +++ b/server/routerlicious/.prettierignore @@ -62,9 +62,6 @@ tools/api-markdown-documenter/src/test/snapshots/ # Generated oclif manifest files **/oclif.manifest.json -# es5 build output -packages/framework/data-object-base/es5 - # Test coverage reports **/coverage/* **/nyc/*