Skip to content

Initial commit: oxc Angular compiler #9

Initial commit: oxc Angular compiler

Initial commit: oxc Angular compiler #9

Triggered via push January 29, 2026 13:42
Status Failure
Total duration 2m 50s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

12 errors
Format
Process completed with exit code 1.
test/factory.spec.ts > compileFactorySync > compiles factory with @SkipSelf dependency: napi/angular-compiler/test/factory.spec.ts#L144
TypeError: (0 , __vite_ssr_import_1__.compileFactorySync) is not a function ❯ test/factory.spec.ts:144:20
test/factory.spec.ts > compileFactorySync > compiles factory with @Self dependency: napi/angular-compiler/test/factory.spec.ts#L128
TypeError: (0 , __vite_ssr_import_1__.compileFactorySync) is not a function ❯ test/factory.spec.ts:128:20
test/factory.spec.ts > compileFactorySync > compiles invalid factory (deps_kind: Invalid): napi/angular-compiler/test/factory.spec.ts#L113
TypeError: (0 , __vite_ssr_import_1__.compileFactorySync) is not a function ❯ test/factory.spec.ts:113:20
test/factory.spec.ts > compileFactorySync > compiles inherited factory (deps_kind: None): napi/angular-compiler/test/factory.spec.ts#L98
TypeError: (0 , __vite_ssr_import_1__.compileFactorySync) is not a function ❯ test/factory.spec.ts:98:20
test/factory.spec.ts > compileFactorySync > compiles factory for NgModule: napi/angular-compiler/test/factory.spec.ts#L86
TypeError: (0 , __vite_ssr_import_1__.compileFactorySync) is not a function ❯ test/factory.spec.ts:86:20
test/factory.spec.ts > compileFactorySync > compiles factory for pipe: napi/angular-compiler/test/factory.spec.ts#L75
TypeError: (0 , __vite_ssr_import_1__.compileFactorySync) is not a function ❯ test/factory.spec.ts:75:20
test/factory.spec.ts > compileFactorySync > compiles factory for directive: napi/angular-compiler/test/factory.spec.ts#L64
TypeError: (0 , __vite_ssr_import_1__.compileFactorySync) is not a function ❯ test/factory.spec.ts:64:20
test/factory.spec.ts > compileFactorySync > compiles factory for component: napi/angular-compiler/test/factory.spec.ts#L51
TypeError: (0 , __vite_ssr_import_1__.compileFactorySync) is not a function ❯ test/factory.spec.ts:51:20
test/factory.spec.ts > compileFactorySync > compiles factory with dependencies: napi/angular-compiler/test/factory.spec.ts#L34
TypeError: (0 , __vite_ssr_import_1__.compileFactorySync) is not a function ❯ test/factory.spec.ts:34:20
test/factory.spec.ts > compileFactorySync > compiles simple factory with no dependencies: napi/angular-compiler/test/factory.spec.ts#L14
TypeError: (0 , __vite_ssr_import_1__.compileFactorySync) is not a function ❯ test/factory.spec.ts:14:20
Test
Process completed with exit code 101.