UNPKG
rollup-plugin-realm-uri
Version:
latest (2.0.0)
2.0.0
1.0.1
1.0.0
Import deduplicated references to intrinsic values using realm: scheme URIs
rollup-plugin-realm-uri
/
src
/
uri
/
targets.mjs
7 lines
(5 loc)
•
180 B
JavaScript
View Raw
1
2
3
4
5
6
7
export
const
TARGET_DESCRIPTOR
=
Symbol
(
'TARGET_DESCRIPTOR'
),
TARGET_GET
=
Symbol
(
'TARGET_GET'
),
TARGET_SET
=
Symbol
(
'TARGET_SET'
),
TARGET_VALUE
=
Symbol
(
'TARGET_VALUE'
);