-
Consider the following code
```ts
export enum ScriptKind {
Unknown = 0,
JS = 1,
JSX = 2,
TS = 3,
TSX = 4,
External = 5,
JSON = 6,
}
```
If a user tries to pass along the …
-
```
If you have a .proto that contains an enum, and a second proto that
contains a message that imports the first proto and references the enum
as "optional" and you use the detectMissing option, th…
-
```
If you have a .proto that contains an enum, and a second proto that
contains a message that imports the first proto and references the enum
as "optional" and you use the detectMissing option, th…
-
```
If you have a .proto that contains an enum, and a second proto that
contains a message that imports the first proto and references the enum
as "optional" and you use the detectMissing option, th…
-
```
What steps will reproduce the problem?
1. create an entity with an enumfield and @Enumerated(EnumType.STRING)
What is the expected output? What do you see instead?
Trying to read this filed will …
-
```
See http://groups.google.com/group/protobuf/browse_thread/thread/8f6e9ba3ee923b
db#
```
---
Original issue reported on code.google.com by `marc.gravell` on 23 Sep 2008 at 4:11
-
```
If you have a .proto that contains an enum, and a second proto that
contains a message that imports the first proto and references the enum
as "optional" and you use the detectMissing option, th…
-
At the moment, enum classes are generated in PHP this way :
```
class MyObject{
const __default = "Default Value";
const VAL1 = "value1";
const VAL2 = "value2";
}
```
This would be "nice to h…
-
Original proposal by @gcanti and discussion:
`no-unchecked-enums`
**Description**
every check involving a string (`=== string`) should be wrapped by an enum
**Example**
``` js
// bad
if (myvar ==…
-
```
What steps will reproduce the problem?
1. create an entity with an enumfield and @Enumerated(EnumType.STRING)
What is the expected output? What do you see instead?
Trying to read this filed will …