Project

General

Profile

Actions

Bug #95046

closed

Build/composer/ is picked up by grunt build

Added by Benjamin Franzke over 2 years ago. Updated over 2 years ago.

Status:
Closed
Priority:
Should have
Category:
Miscellaneous
Target version:
Start date:
2021-08-31
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

https://review.typo3.org/c/Packages/TYPO3.CMS/+/69174 added a composer/ directory which may contain `*.ts` files once `composer install` has been executed.
Therefore typescript will try to compile and warn about invalid files (as some tests contain typoscript ts files):

grunt tsconfig exec:ts copy:ts_files terser:typescript
Running "tsconfig" task

Running "exec:ts" (exec) task
composer/public/typo3/sysext/fluid/Tests/Functional/Fixtures/Extensions/fluid_test/Configuration/TypoScript/Basic.ts:1:8 - error TS1005: ';' expected.

1 config {
         ~

composer/public/typo3/sysext/fluid/Tests/Functional/Fixtures/Extensions/fluid_test/Configuration/TypoScript/Basic.ts:7:21 - error TS1161: Unterminated regular expression literal.

7     absRefPrefix = /

composer/public/typo3/sysext/fluid/Tests/Functional/Fixtures/Extensions/fluid_test/Configuration/TypoScript/Basic.ts:16:16 - error TS1005: ';' expected.

16 lib.viewConfig {
                  ~

composer/public/typo3/sysext/fluid/Tests/Functional/Fixtures/Extensions/fluid_test/Configuration/TypoScript/Basic.ts:17:23 - error TS1005: ';' expected.

17     templateRootPaths {

Actions #1

Updated by Gerrit Code Review over 2 years ago

  • Status changed from New to Under Review

Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/70830

Actions #2

Updated by Benjamin Franzke over 2 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #3

Updated by Benni Mack over 2 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF