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
Issue is surfaced by CodeSandbox' typescript linter - just load the sandbox.
What is expected?
vue-template-compiler should accept modules with 0 or more of the following properties:
preTransformNode
transformNode
postTransformNode
genData
What is actually happening?
vue-template-compiler requires modules to have all transform functions and genData defined.
Ran into this while developing a custom template compiler module. It doesn't effect output or compiler functionality in any way, but it does impact developer experience.