Release v1.0.0-pre.8 (#69) #171
ci.yml
on: push
check-code-formatting
12s
test
18s
Annotations
10 errors
test:
src/utils/date_utils.ts#L1
Relative import paths need explicit file extensions in ECMAScript imports when '--moduleResolution' is 'node16' or 'nodenext'. Did you mean './logger.js'?
|
test:
tests/action_validator.test.ts#L35
An async function or method in ES5/ES3 requires the 'Promise' constructor. Make sure you have a declaration for the 'Promise' constructor or include 'ES2015' in your '--lib' option.
|
test:
tests/action_validator.test.ts#L51
'Promise' only refers to a type, but is being used as a value here. Do you need to change your target library? Try changing the 'lib' compiler option to es2015 or later.
|
test:
tests/action_validator.test.ts#L51
Parameter 'resolve' implicitly has an 'any' type.
|
test:
tests/action_validator.test.ts#L52
Cannot find name 'setTimeout'.
|
test:
src/utils/logger.ts#L8
Relative import paths need explicit file extensions in ECMAScript imports when '--moduleResolution' is 'node16' or 'nodenext'. Did you mean '../common/environment.js'?
|
test:
src/utils/logger.ts#L9
Relative import paths need explicit file extensions in ECMAScript imports when '--moduleResolution' is 'node16' or 'nodenext'. Did you mean '../common/plugin.js'?
|
test:
src/utils/logger.ts#L20
Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.
|
test:
src/utils/action_validator.ts#L16
Cannot find name 'GameActionEventArgs'.
|
test:
src/utils/action_validator.ts#L30
Cannot find name 'GameActionEventArgs'.
|