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
Is your feature request related to a problem? Please describe.
Right now, break_eternity.js is included in this package by including the source code instead of using an npm package.
Describe the solution you'd like
The code can either stay the way as is (and also run prettier/other formatters on it), or break_eternity.js could be removed from the source.
Describe alternatives you've considered
N/A, see next section.
Additional context
(from README.md)
This was done in order to implement the saving/loading system using class-transformer and reflect-metadata, and you cannot import directly from break_eternity.js as the package targets a version of javascript (es5) that is not supported by class-transformer and reflect-metadata.
xShadowBlade
changed the title
[FEATURE] Update to break_eternity.js v2.1.0 and break_eternity.js in source code
[FEATURE] Break_eternity.js in source code
Sep 6, 2024
xShadowBlade
changed the title
[FEATURE] Break_eternity.js in source code
[FEATURE] break_eternity.js in source code
Sep 6, 2024
Is your feature request related to a problem? Please describe.
Right now,
break_eternity.js
is included in this package by including the source code instead of using an npm package.Describe the solution you'd like
The code can either stay the way as is (and also run prettier/other formatters on it), or break_eternity.js could be removed from the source.
Describe alternatives you've considered
N/A, see next section.
Additional context
(from README.md)
This was done in order to implement the saving/loading system using
class-transformer
andreflect-metadata
, and you cannot import directly frombreak_eternity.js
as the package targets a version of javascript (es5) that is not supported byclass-transformer
andreflect-metadata
.In addition,
reflect-metadata
doesn't work due to the nature ofesbuild
.If an alternative method exists that doesn't include the source code in this package, then I will revisit this.
The text was updated successfully, but these errors were encountered: