devtools-core icon indicating copy to clipboard operation
devtools-core copied to clipboard

Create Scope Bindings test cases

Open jasonLaster opened this issue 8 years ago • 0 comments

  • [ ] commonjs requires
  • [ ] async await
  • [ ] for / of
  • [ ] webpack imports
  • [ ] rollup imports (tree shaking)
  • [ ] try / catch
  • [ ] generatators

example test fixture: https://github.com/devtools-html/devtools-core/blob/master/packages/devtools-map-bindings/src/tests/fixtures/es5.js#L3 update scope bindings: https://github.com/devtools-html/devtools-core/blob/master/packages/devtools-map-bindings/src/tests/updateScopeBindings.js#L44 snapshot: https://github.com/devtools-html/devtools-core/blob/master/packages/devtools-map-bindings/src/tests/snapshots/updateScopeBindings.js.snap

jasonLaster avatar Jan 09 '18 21:01 jasonLaster