A version of eval that helps you find syntax errors in generated code. For browsers and node.js
by Rich-HarrisJavaScript
Last 12 weeks · 0 commits
2 of 6 standards met
Repository: Rich-Harris/eval2. Description: A version of eval that helps you find syntax errors in generated code. For browsers and node.js Stars: 5, Forks: 1. Primary language: JavaScript. Languages: JavaScript (95.4%), HTML (4.6%). License: MIT. Open PRs: 0, open issues: 2. Last activity: 10y ago. Community health: 42%. Top contributors: Rich-Harris.
Hi, I'm using and wanted to write a plugin using and for importing Ractive components, but when trying to , it says: When forcing JSPM to treat the package as : Both times, the error is in this line. (Not quite, as this dependency is actually bundled into , but it traces back here) Note 1: I don't know whether to report that in ractivejs/rcu or in here, hope I did it correctly. Note 2: Do you by chance know of any loader plugin that does this automatically? Or of any way to use with JSPM?