vlang napi experiment #202
Annotations
11 errors
|
Run tsc:
apps/docs/src/pages/_app.tsx#L3
A top-level 'export' modifier cannot be used on value declarations in a CommonJS module when 'verbatimModuleSyntax' is enabled.
|
Run tsc:
apps/docs/src/pages/_app.tsx#L4
Cannot use JSX unless the '--jsx' flag is provided.
|
Run tsc:
apps/docs/src/pages/_meta.ts#L1
Type-only import of an ECMAScript module from a CommonJS module must have a 'resolution-mode' attribute.
|
Run tsc:
apps/docs/src/pages/_meta.ts#L17
ESM syntax is not allowed in a CommonJS module when 'verbatimModuleSyntax' is enabled.
|
Run tsc:
apps/docs/src/pages/documentation/_meta.ts#L1
Type-only import of an ECMAScript module from a CommonJS module must have a 'resolution-mode' attribute.
|
Run tsc:
apps/docs/src/pages/documentation/_meta.ts#L12
ESM syntax is not allowed in a CommonJS module when 'verbatimModuleSyntax' is enabled.
|
Run tsc:
apps/docs/src/pages/recipes/_meta.ts#L1
Type-only import of an ECMAScript module from a CommonJS module must have a 'resolution-mode' attribute.
|
Run tsc:
apps/docs/src/pages/recipes/_meta.ts#L9
ESM syntax is not allowed in a CommonJS module when 'verbatimModuleSyntax' is enabled.
|
Run tsc:
apps/docs/src/theme.config.tsx#L1
Type-only import of an ECMAScript module from a CommonJS module must have a 'resolution-mode' attribute.
|
Run tsc:
apps/docs/src/theme.config.tsx#L2
ESM syntax is not allowed in a CommonJS module when 'verbatimModuleSyntax' is enabled.
|
Loading