Add Credentials and PermissionedDomain tx Support #5714
nodejs.yml
on: pull_request
Matrix: build
Matrix: lint
Matrix: test
Matrix: typescript-check
Annotations
12 errors
build (18.12)
Process completed with exit code 1.
|
typescript-check (18.12):
src/containers/shared/components/Transaction/PermissionedDomainDelete/Simple.tsx#L2
Module '"xrpl"' has no exported member 'PermissionedDomainDelete'.
|
typescript-check (18.12):
src/containers/shared/components/Transaction/PermissionedDomainSet/Simple.tsx#L2
Module '"xrpl"' has no exported member 'PermissionedDomainSet'.
|
typescript-check (18.12):
src/containers/shared/components/Transaction/index.ts#L10
'"./CredentialCreate"' has no exported member named 'CredentialAcceptTransaction'. Did you mean 'CredentialCreateTransaction'?
|
typescript-check (18.12):
src/containers/shared/components/Transaction/index.ts#L11
'"./CredentialDelete"' has no exported member named 'CredentialAcceptTransaction'. Did you mean 'CredentialDeleteTransaction'?
|
typescript-check (18.12):
src/containers/shared/components/Transaction/CredentialAccept/types.ts#L1
'types.ts' cannot be compiled under '--isolatedModules' because it is considered a global script file. Add an import, export, or an empty 'export {}' statement to make it a module.
|
typescript-check (18.12):
src/containers/shared/components/Transaction/CredentialCreate/types.ts#L1
'types.ts' cannot be compiled under '--isolatedModules' because it is considered a global script file. Add an import, export, or an empty 'export {}' statement to make it a module.
|
typescript-check (18.12):
src/containers/shared/components/Transaction/PermissionedDomainDelete/TableDetail.tsx#L2
Module '"xrpl"' has no exported member 'PermissionedDomainDelete'.
|
typescript-check (18.12):
src/containers/shared/components/Transaction/PermissionedDomainDelete/types.ts#L1
'types.ts' cannot be compiled under '--isolatedModules' because it is considered a global script file. Add an import, export, or an empty 'export {}' statement to make it a module.
|
typescript-check (18.12):
src/containers/shared/components/Transaction/PermissionedDomainDelete/test/CredentialCreateSimple.test.tsx#L1
'CredentialCreateSimple.test.tsx' cannot be compiled under '--isolatedModules' because it is considered a global script file. Add an import, export, or an empty 'export {}' statement to make it a module.
|
typescript-check (18.12):
src/containers/shared/components/Transaction/PermissionedDomainSet/TableDetail.tsx#L2
Module '"xrpl"' has no exported member 'PermissionedDomainSet'.
|
test (18.12)
Process completed with exit code 1.
|