Jason Hartman

Results 29 issues of Jason Hartman

Using rule: `'header/header': [2, 'line', 'my header comment.']` with file: ```javascript // my header comment. console.log(1); ``` reports `incorrect header`. Changing rule to: `'header/header': [2, 'line', ' my header comment.']`...

build(client): use fluid-tsc for Node16 test builds - remove now stale tsc-multi configurations and replace all use with fluid-tsc. - enable ESM build for tree test - testing ESM is...

area: examples
area: framework
area: runtime
area: loader
area: driver
area: dds
area: build
area: dev experience
dependencies
area: dds: sharedstring
area: tests
area: dds: propertydds
area: odsp-driver
area: dds: tree
base: main

Rather than look at contents of technically unrelated dist files, look to see if any files exist that would be renamed.

area: build
status: stale
base: main

now that build tool recognizes tsc-mutli

base: main

better inspect complex ranges with || handle cross prerelease rejection in single range set refactor tests to see examples in table form

area: build
base: main

area: examples
dependencies
base: main

When javascript is scanned during finalize typescript-parser-wrapper can throw with tsconfig.json path mismatch. This particular situation was found when more than javascript was detected and was on a Windows agent....

CLI

fix(build-tools): restore some tsc dep checking fluid-build-tasks-tsc policy handler was searching for command line of exactly "tsc" which has been mostly abandoned since Node16+ESM pattern. Create a build database that...

area: examples
area: build
area: tests
base: main

overlay of proposed new "Jsonable" type over the existing one. There are breaks in client making this change that are not addressed. One common case is not allowing `undefined`, which...

area: runtime
public api change
base: main

from ESM build cleanups Continue supporting CommonJS watch except for devtool-example that had a mix of ESM+CJS and switch to support ESM

area: runtime
area: loader
base: main