Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

module [@lasso/marko-taglib] is using deprecated features #20

Open
jasonfutch opened this issue Jun 19, 2019 · 5 comments
Open

module [@lasso/marko-taglib] is using deprecated features #20

jasonfutch opened this issue Jun 19, 2019 · 5 comments

Comments

@jasonfutch
Copy link

Running version 1.0.15 and receive the following warning.

The module [@lasso/marko-taglib] is using deprecated features.
Run with process.env.SHOW_MODULE_COMPLAINS=1 to see all warnings

When I enable SHOW_MODULE_COMPLAINS it shows the following error.

addNestedVariable is deprecated. Use tag parameters instead.
  at node_modules/@lasso/marko-taglib/taglib/lasso-resource-tag-transform.js:34:30
@jasonfutch
Copy link
Author

Any thoughts?

@manuel-di-iorio
Copy link

manuel-di-iorio commented Apr 22, 2020

The module [@lasso/marko-taglib] is using deprecated features.
Run with process.env.SHOW_MODULE_COMPLAINS=1 to see all warnings

marko 4.21.1
lasso 3.3.1
lasso-marko 2.4.9
@lasso/marko-taglib 1.0.15

When setting this process.env.SHOW_MODULE_COMPLAINS=1 (1 or 0, no difference)
it throws this red warning in the console:

WARNING!!
package-path - attribute path type is deprecated

@nelder
Copy link

nelder commented Jun 25, 2020

Same

@DanielVip3
Copy link

Still to today. It feels nonsense that after a year this deprecation warning hasn't been fixed. And nothing is said in marko's source code, where only a deprecation warning is called without saying what you should use instead.

@DanielVip3
Copy link

DanielVip3 commented Aug 25, 2020

I made a pull request to fix this issue: #23 .
You can install this lib from that repo itself, like this

npm i --save https://github.com/DanielVip3/lasso-marko-taglib/tarball/master

This library seems no longer mantained, so I don't think they'll ever accept them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants