Expected Behavior
The diff returns no result
Actual Behavior
In NodeResolve14-TypeScript, TS and JS output are not the same. The outputs are the same in NodeResolve13-TypeScript.
Additional Information
This is probably caused by the use of order: "post" as part of #1245. Both plugin-typescript and plugin-typescript2 require plugin-node-resolve be run before themselves.
Expected Behavior
The
diffreturns no resultActual Behavior
In NodeResolve14-TypeScript, TS and JS output are not the same. The outputs are the same in NodeResolve13-TypeScript.
Additional Information
This is probably caused by the use of
order: "post"as part of #1245. Both plugin-typescript and plugin-typescript2 require plugin-node-resolve be run before themselves.