Skip to content

Instantly share code, notes, and snippets.

@warner
Created March 17, 2020 05:13
Show Gist options
  • Save warner/dfde9f05c3d80497ac9aa2c72493506a to your computer and use it in GitHub Desktop.
Save warner/dfde9f05c3d80497ac9aa2c72493506a to your computer and use it in GitHub Desktop.
failing import of 'tap' under SES-0.7.3
import tap from 'tap';
import { lockdown } from 'ses';
lockdown({ noTameError: true });
console.log('did lockdown()');
import './install-ses.js';
import './import-tap.js';
console.log('success');
{
"dependencies": {
"ses": "^0.7.3"
},
"devDependencies": {
"esm": "^3.2.25",
"tap": "^14.10.6"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment