direflow icon indicating copy to clipboard operation
direflow copied to clipboard

Legacy octal literals are not allowed in strict mode

Open orjank11 opened this issue 4 years ago • 1 comments

Legacy octal literals are not allowed in strict mode
SyntaxError: C:\Temp\134eeaf9dc82c31b\Client\node_modules\direflow-scripts\dist\main.js: Legacy octal literals are not allowed in strict mode (69:25)

We uses a GUID as versioning. Sometimes it will start using numbers in the folder structure.

To reproduce
Steps to reproduce the behavior:

  1. Put any number as in front of one of yours folders.
  2. npm run build

Expected behavior
My filestructure should be allowed to be named with GUID.

Additional context
Windows 10 IE 11 Teamcity Typescript

orjank11 avatar May 08 '20 11:05 orjank11

Hi @orjank11 Thank you for creating a well-structured bug report :+1:

We will look into this.

SimonHoiberg avatar May 08 '20 11:05 SimonHoiberg