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
When building an app using fp-ts, we get a lot of warnings because of misplaced PURE comments in a few files.
The lib works, it's just distracting to see this everytime :)
../../.yarn/cache/fp-ts-npm-2.16.3-31e1c8b029-24f071a4a6.zip/node_modules/fp-ts/es6/IOEither.js (656:0) A comment
"/*#__PURE__*/"
in "../../.yarn/cache/fp-ts-npm-2.16.3-31e1c8b029-24f071a4a6.zip/node_modules/fp-ts/es6/IOEither.js" contains an annotation that Rollup cannot interpret due to the position of the comment. The comment will be removed to avoid issues.
../../.yarn/cache/fp-ts-npm-2.16.3-31e1c8b029-24f071a4a6.zip/node_modules/fp-ts/es6/ReaderIO.js (23:20) A comment
"/*#__PURE__*/"
in "../../.yarn/cache/fp-ts-npm-2.16.3-31e1c8b029-24f071a4a6.zip/node_modules/fp-ts/es6/ReaderIO.js" contains an annotation that Rollup cannot interpret due to the position of the comment. The comment will be removed to avoid issues.
../../.yarn/cache/fp-ts-npm-2.16.3-31e1c8b029-24f071a4a6.zip/node_modules/fp-ts/es6/ReaderEither.js (624:0) A comment
"/*#__PURE__*/"
in "../../.yarn/cache/fp-ts-npm-2.16.3-31e1c8b029-24f071a4a6.zip/node_modules/fp-ts/es6/ReaderEither.js" contains an annotation that Rollup cannot interpret due to the position of the comment. The comment will be removed to avoid issues.
../../.yarn/cache/fp-ts-npm-2.16.3-31e1c8b029-24f071a4a6.zip/node_modules/fp-ts/es6/ReaderTask.js (28:22) A comment
"/*#__PURE__*/"
in "../../.yarn/cache/fp-ts-npm-2.16.3-31e1c8b029-24f071a4a6.zip/node_modules/fp-ts/es6/ReaderTask.js" contains an annotation that Rollup cannot interpret due to the position of the comment. The comment will be removed to avoid issues.
../../.yarn/cache/fp-ts-npm-2.16.3-31e1c8b029-24f071a4a6.zip/node_modules/fp-ts/es6/ReaderTaskEither.js (26:28) A comment
"/*#__PURE__*/"
in "../../.yarn/cache/fp-ts-npm-2.16.3-31e1c8b029-24f071a4a6.zip/node_modules/fp-ts/es6/ReaderTaskEither.js" contains an annotation that Rollup cannot interpret due to the position of the comment. The comment will be removed to avoid issues.
../../.yarn/cache/fp-ts-npm-2.16.3-31e1c8b029-24f071a4a6.zip/node_modules/fp-ts/es6/ReaderTaskEither.js (87:27) A comment
"/*#__PURE__*/"
in "../../.yarn/cache/fp-ts-npm-2.16.3-31e1c8b029-24f071a4a6.zip/node_modules/fp-ts/es6/ReaderTaskEither.js" contains an annotation that Rollup cannot interpret due to the position of the comment. The comment will be removed to avoid issues.
../../.yarn/cache/fp-ts-npm-2.16.3-31e1c8b029-24f071a4a6.zip/node_modules/fp-ts/es6/ReaderTaskEither.js (92:26) A comment
"/*#__PURE__*/"
in "../../.yarn/cache/fp-ts-npm-2.16.3-31e1c8b029-24f071a4a6.zip/node_modules/fp-ts/es6/ReaderTaskEither.js" contains an annotation that Rollup cannot interpret due to the position of the comment. The comment will be removed to avoid issues.
../../.yarn/cache/fp-ts-npm-2.16.3-31e1c8b029-24f071a4a6.zip/node_modules/fp-ts/es6/ReaderTaskEither.js (991:0) A comment
"/*#__PURE__*/"
in "../../.yarn/cache/fp-ts-npm-2.16.3-31e1c8b029-24f071a4a6.zip/node_modules/fp-ts/es6/ReaderTaskEither.js" contains an annotation that Rollup cannot interpret due to the position of the comment. The comment will be removed to avoid issues.
../../.yarn/cache/fp-ts-npm-2.16.3-31e1c8b029-24f071a4a6.zip/node_modules/fp-ts/es6/StateReaderTaskEither.js (773:0) A comment
"/*#__PURE__*/"
in "../../.yarn/cache/fp-ts-npm-2.16.3-31e1c8b029-24f071a4a6.zip/node_modules/fp-ts/es6/StateReaderTaskEither.js" contains an annotation that Rollup cannot interpret due to the position of the comment. The comment will be removed to avoid issues.
../../.yarn/cache/fp-ts-npm-2.16.3-31e1c8b029-24f071a4a6.zip/node_modules/fp-ts/es6/TaskThese.js (69:26) A comment
"/*#__PURE__*/"
in "../../.yarn/cache/fp-ts-npm-2.16.3-31e1c8b029-24f071a4a6.zip/node_modules/fp-ts/es6/TaskThese.js" contains an annotation that Rollup cannot interpret due to the position of the comment. The comment will be removed to avoid issues.
../../.yarn/cache/fp-ts-npm-2.16.3-31e1c8b029-24f071a4a6.zip/node_modules/fp-ts/es6/TaskEither.js (962:0) A comment
"/*#__PURE__*/"
in "../../.yarn/cache/fp-ts-npm-2.16.3-31e1c8b029-24f071a4a6.zip/node_modules/fp-ts/es6/TaskEither.js" contains an annotation that Rollup cannot interpret due to the position of the comment. The comment will be removed to avoid issues.
The text was updated successfully, but these errors were encountered:
When building an app using
fp-ts
, we get a lot of warnings because of misplaced PURE comments in a few files.The lib works, it's just distracting to see this everytime :)
The text was updated successfully, but these errors were encountered: