Commit cb1e1f6 1 parent c52cf30 commit cb1e1f6 Copy full SHA for cb1e1f6
File tree 4 files changed +9
-10
lines changed
packages/no-trapping-shim
4 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 2
2
"name" : " @endo/no-trapping-shim" ,
3
3
"version" : " 0.1.0" ,
4
4
"private" : true ,
5
- "description" : null ,
5
+ "description" : " shim and ponyfill for no-trapping integrity level " ,
6
6
"keywords" : [],
7
7
"author" : " Endo contributors" ,
8
8
"license" : " Apache-2.0" ,
36
36
"test:xs" : " exit 0"
37
37
},
38
38
"devDependencies" : {
39
- "@endo/lockdown" : " workspace:^" ,
40
- "@endo/ses-ava" : " workspace:^" ,
41
39
"ava" : " ^6.1.3" ,
42
40
"c8" : " ^7.14.0" ,
43
41
"tsd" : " ^0.31.2" ,
Original file line number Diff line number Diff line change 1
- import test from '@endo/ses-ava/prepare-endo.js' ;
1
+ // Uses 'ava' rather than @endo/ses-ava to avoid worries about cyclic
2
+ // dependencies. We will need similar tests is higher level packages, in order
3
+ // to test compat with ses and ses-ava.import test from 'ava';
4
+ import test from 'ava' ;
2
5
import { ReflectPlus , ProxyPlus } from '../src/no-trapping-pony.js' ;
3
6
4
7
const { freeze, isFrozen } = Object ;
Original file line number Diff line number Diff line change 1
- import '../src/no-trapping-shim.js' ;
2
- // TODO make compat with ses and uncomment
3
- // import test from '@endo/ses-ava/prepare-endo.js';
4
- // instead of
1
+ // Uses 'ava' rather than @endo/ses-ava to avoid worries about cyclic
2
+ // dependencies. We will need similar tests is higher level packages, in order
3
+ // to test compat with ses and ses-ava.import test from 'ava';
5
4
import test from 'ava' ;
5
+ import '../src/no-trapping-shim.js' ;
6
6
7
7
const { freeze, isFrozen } = Object ;
8
8
Original file line number Diff line number Diff line change @@ -706,8 +706,6 @@ __metadata:
706
706
version : 0.0.0-use.local
707
707
resolution : " @endo/no-trapping-shim@workspace:packages/no-trapping-shim"
708
708
dependencies :
709
- " @endo/lockdown " : " workspace:^"
710
- " @endo/ses-ava " : " workspace:^"
711
709
ava : " npm:^6.1.3"
712
710
c8 : " npm:^7.14.0"
713
711
tsd : " npm:^0.31.2"
You can’t perform that action at this time.
0 commit comments