Jason Hartman

Results 29 issues of Jason Hartman

implements #23 - add support for differentation of output by outDir (does not detect if tsconfig.json outDir matches an override) - add option to override top level properties in package.json...

With module: Node16 the type property of package.json determines how .js files are interpreted. `"type": "module"` -> ESM `"type": "commonjs"` or not present -> CommonJS tsc only enters full ESM...

getDefaultTscTaskDependencies was ineffective and is now removed. eslint with ts processing does not require build first. Instead of requiring that tsc is run for the projects listed in lint config,...

area: build
base: main

+ fix pending lint defects

area: framework
base: main

experimental packages are free to experiment with export paths and thus imports need not be restricted.

area: build
base: main

For tsc dependency checks limit dependencies to those within a workspace. With special exception for repo release groups (mostly restored historical check). Add a filter function when acquiring possible predecessors....

area: build
base: main

typescript builds against `odsp-client` must use `/beta` import spec path to import `@beta` APIs. Correct use within examples including mismatched `TokenResponse` import.

area: examples
dependencies
base: main

typescript builds against `odsp-client` must use `/beta` import spec path to import `@beta` APIs. Correct use within examples including mismatched `TokenResponse` import.

[AB#8288](https://dev.azure.com/fluidframework/235294da-091d-4c29-84fc-cdfc3d90890b/_workitems/edit/8288)

area: framework
base: main

- routerlicious-urlresolver - remove dup lint settings - fluid-static - remove extra mocha args - container-runtime - correct coverage config

area: framework
area: runtime
base: main