You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This templateloader.js file is not the same templateloader.js that exists in this repo under src/templateloader.js
My package.json contains "@accordproject/cicero-core": "^0.24.0", as a dependency
Expected Behavior
Should load files without using ergo-compiler's template loader
Current Behavior
Fails
Possible Solution
Update npmjs with version in this repo
Steps to Reproduce
Context (Environment)
Desktop
MacOS
Browser: [e.g. Chrome, Safari]
Version: 0.24.0
Detailed Description
Possible Implementation
The text was updated successfully, but these errors were encountered:
rmlearney-digicatapult
changed the title
npm version 0.24.0 contains code that is no longer in this repository
npmjs version 0.24.0 contains code that is no longer in this repository
Jan 6, 2025
rmlearney-digicatapult
changed the title
npmjs version 0.24.0 contains code that is no longer in this repository
npmjs version 0.24.0 is not the version contained in this repository
Jan 6, 2025
This is weird. @mttrbrts@dselman have y'all seen this before? Also the import statements are var declarations instead of const. Can this be pointing towards some old release of cicero-core?
Bug Report 🐛
Trying to reconstruct a template programmatically in Javascript:
Fails with version-respecting
.cto
files (now required in0.24.0
) because it looks for the file loader fromergo-compiler
.Examining the
templateloader.js
file innode_modules/@accordproject/cicero-core/lib/templateloader.js
the following can be seen in lines 26 and 27.This
templateloader.js
file is not the sametemplateloader.js
that exists in this repo undersrc/templateloader.js
My
package.json
contains"@accordproject/cicero-core": "^0.24.0",
as a dependencyExpected Behavior
Should load files without using
ergo-compiler
's template loaderCurrent Behavior
Fails
Possible Solution
Update npmjs with version in this repo
Steps to Reproduce
Context (Environment)
Desktop
Detailed Description
Possible Implementation
The text was updated successfully, but these errors were encountered: