Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / facebookarchive/esprima issues and pull requests
#120 - Add entire test directory to NPM ignore
Pull Request -
State: closed - Opened by baweaver over 7 years ago
- 3 comments
#119 - Added Keywords to Package.json
Pull Request -
State: open - Opened by Th30 almost 8 years ago
- 2 comments
Labels: CLA Signed
#118 - Add tests to .npmignore
Pull Request -
State: closed - Opened by netei almost 9 years ago
- 2 comments
#116 - Added support of void elements
Pull Request -
State: closed - Opened by Kines about 9 years ago
- 6 comments
Labels: CLA Signed
#115 - Add support for `export type {} ...`
Pull Request -
State: closed - Opened by jeffmo over 9 years ago
Labels: CLA Signed
#114 - Propose: React JSX module syntax
Pull Request -
State: closed - Opened by teintinu over 9 years ago
- 4 comments
Labels: CLA Signed
#112 - ClassProperty initializer implemented.
Pull Request -
State: closed - Opened by tobich over 9 years ago
- 4 comments
Labels: CLA Signed
#110 - import typeof
Pull Request -
State: closed - Opened by jeffmo over 9 years ago
- 2 comments
Labels: CLA Signed
#108 - fix loc.end for JSXEmptyExpression
Pull Request -
State: closed - Opened by jenseng over 9 years ago
- 6 comments
#107 - Support commas in addition to semicolons in object interfaces
Pull Request -
State: closed - Opened by jeffmo over 9 years ago
- 2 comments
#106 - Merge jquery/harmony
Pull Request -
State: closed - Opened by zpao over 9 years ago
- 5 comments
#104 - Allow trailing commas after arguments/fn-params.
Pull Request -
State: closed - Opened by kaustubh-karkare over 9 years ago
- 4 comments
#103 - Support Flow's bounded polymorphism
Pull Request -
State: closed - Opened by gabelevi over 9 years ago
- 2 comments
#102 - Don't lex >>> inside types
Pull Request -
State: closed - Opened by gabelevi over 9 years ago
#97 - Merge upstream
Pull Request -
State: closed - Opened by zpao over 9 years ago
- 1 comment
#96 - Parse Flow type casts (expr: type)
Pull Request -
State: closed - Opened by gabelevi almost 10 years ago
#95 - Support namespace import type
Pull Request -
State: closed - Opened by gabelevi almost 10 years ago
#94 - Fix lost commits (2)
Pull Request -
State: closed - Opened by fkling almost 10 years ago
- 2 comments
#93 - Fix `import type from "foo";` ambiguity
Pull Request -
State: closed - Opened by jeffmo almost 10 years ago
- 1 comment
#92 - Add support for `import type` and `export <<type alias>>` Flow syntax
Pull Request -
State: closed - Opened by jeffmo almost 10 years ago
#89 - Cherry-pick lost commits
Pull Request -
State: closed - Opened by zpao almost 10 years ago
- 8 comments
#88 - Add some safeguard to the test generation script.
Pull Request -
State: closed - Opened by fkling almost 10 years ago
- 3 comments
#86 - Use sensible whitespace in fbtest generator.
Pull Request -
State: closed - Opened by zpao almost 10 years ago
- 7 comments
#85 - XJS -> JSX
Pull Request -
State: closed - Opened by zpao almost 10 years ago
- 8 comments
#82 - Allowing leading commas inside function parameters and expressions
Pull Request -
State: closed - Opened by fabiomcosta almost 10 years ago
- 4 comments
#80 - Allow destructuring pattern in arrow functions passed as arguments or on LHS
Pull Request -
State: closed - Opened by fkling almost 10 years ago
- 25 comments
#79 - Merge down updates from upstream
Pull Request -
State: closed - Opened by jeffmo almost 10 years ago
- 9 comments
#76 - Allow type parameter declaration on object methods
Pull Request -
State: closed - Opened by gabelevi almost 10 years ago
- 1 comment
#73 - Support declare var, declare function, declare class and declare module
Pull Request -
State: closed - Opened by gabelevi almost 10 years ago
#72 - Fix ES6 export parsing
Pull Request -
State: closed - Opened by gabelevi almost 10 years ago
- 8 comments
#71 - More type-related features
Pull Request -
State: closed - Opened by gabelevi about 10 years ago
- 1 comment
#70 - Overhaul AST for types
Pull Request -
State: closed - Opened by gabelevi about 10 years ago
#67 - Fix parsing of generic types
Pull Request -
State: closed - Opened by gabelevi about 10 years ago
- 1 comment
#65 - Intersection types and grouped types
Pull Request -
State: closed - Opened by gabelevi about 10 years ago
- 2 comments
#64 - Switch from nullable properties to nullable type annotation nodes
Pull Request -
State: closed - Opened by gabelevi about 10 years ago
- 4 comments
#62 - Parse object type indexer properties
Pull Request -
State: closed - Opened by gabelevi about 10 years ago
- 5 comments
#61 - Script to regen test fixture
Pull Request -
State: closed - Opened by gabelevi about 10 years ago
- 4 comments
#60 - Support rest parameter type annotations
Pull Request -
State: closed - Opened by gabelevi about 10 years ago
#59 - Parse interfaces
Pull Request -
State: closed - Opened by gabelevi about 10 years ago
#58 - Parsing Type Alias
Pull Request -
State: closed - Opened by gabelevi about 10 years ago
- 1 comment
#57 - Parse typeof X type annotations
Pull Request -
State: closed - Opened by gabelevi about 10 years ago
#56 - Support union type annotations in fb-esprima
Pull Request -
State: closed - Opened by gabelevi about 10 years ago
- 1 comment
#54 - Let bin scripts use the correct npm module for esprima.
Pull Request -
State: open - Opened by davidmccabe about 10 years ago
- 3 comments
Labels: CLA Signed
#53 - Update README to tell specifically about Esprima-FB
Pull Request -
State: closed - Opened by RReverser about 10 years ago
#51 - Add type annotations for ArrayPatterns and ObjectPatterns.
Pull Request -
State: closed - Opened by gabelevi about 10 years ago
- 3 comments
#49 - Fix duplicate property error for property name literals in class definitions
Pull Request -
State: closed - Opened by fkling about 10 years ago
- 7 comments
#45 - Support parsing async functions and await expressions
Pull Request -
State: closed - Opened by benjamn about 10 years ago
- 12 comments
#42 - Support future regular expression flags
Pull Request -
State: closed - Opened by mathiasbynens about 10 years ago
- 9 comments
#41 - "\r" in a comment is not a newline
Pull Request -
State: closed - Opened by gabelevi about 10 years ago
#39 - Scan > and < only as single char punctuators in XJSTag/Child
Pull Request -
State: closed - Opened by syranide over 10 years ago
- 4 comments
#36 - Reject orphaned > and } in XJSText
Pull Request -
State: closed - Opened by syranide over 10 years ago
- 12 comments
#33 - Allow object type annotations to be nullable.
Pull Request -
State: closed - Opened by cpojer over 10 years ago
#32 - Treat &... sequences that are not entities as regular text.
Pull Request -
State: closed - Opened by RReverser over 10 years ago
- 17 comments
#31 - Merge upstream/harmony
Pull Request -
State: closed - Opened by zpao over 10 years ago
#30 - Make sure to update lineStart when incrementing lineNumber in scanTemplate.
Pull Request -
State: closed - Opened by benjamn over 10 years ago
#29 - Port options.attachComment from master for leading/trailing comments.
Pull Request -
State: closed - Opened by benjamn over 10 years ago
- 2 comments
#28 - When consumeSemicolon fails to find a semicolon, don't consume anything.
Pull Request -
State: closed - Opened by benjamn over 10 years ago
- 2 comments
#27 - Small XJS Ast changes to match ast-types
Pull Request -
State: closed - Opened by gabelevi over 10 years ago
#26 - Regexp tokens are out of order (this shows the error not the fix)
Pull Request -
State: closed - Opened by lightsofapollo over 10 years ago
- 3 comments
#25 - `\r\n` in JSX text should be considered as single line separator
Pull Request -
State: closed - Opened by RReverser over 10 years ago
- 16 comments
#24 - Fix rest properties in function arguments
Pull Request -
State: closed - Opened by sebmarkbage over 10 years ago
#23 - Update to latest upstream/harmony
Pull Request -
State: closed - Opened by zpao over 10 years ago
- 3 comments
#22 - Object Rest/Spread Properties
Pull Request -
State: closed - Opened by sebmarkbage over 10 years ago
- 1 comment
#21 - Fixes for parsing JSX tokens array
Pull Request -
State: closed - Opened by RReverser over 10 years ago
- 1 comment
#20 - Add friendlier error for two adjacent elements
Pull Request -
State: closed - Opened by sophiebits over 10 years ago
- 4 comments
#19 - Do not unescape XHTML entities in XJSText tokens (moved to JSX)
Pull Request -
State: open - Opened by syranide over 10 years ago
- 2 comments
Labels: CLA Signed
#18 - XJSNamespacedName to replace namespace in XJSIdentifier token
Pull Request -
State: closed - Opened by syranide over 10 years ago
- 4 comments
#17 - Update
Pull Request -
State: closed - Opened by zpao over 10 years ago
- 2 comments
#16 - Exclude all tests from npm package.
Pull Request -
State: closed - Opened by hughsk over 10 years ago
- 7 comments
#15 - Fix ComprehensionBlock and prevent that from happening in the future.
Pull Request -
State: closed - Opened by asukhachev over 10 years ago
#14 - Fix ComprehensionBlock and prevent that from happening in the future.
Pull Request -
State: closed - Opened by asukhachev over 10 years ago
#13 - Wrapping/unwrapping handlers properly.
Pull Request -
State: closed - Opened by asukhachev over 10 years ago
#12 - Speed up the AST parsing with loc/range tracking.
Pull Request -
State: closed - Opened by asukhachev over 10 years ago
#11 - Bump npm version number
Pull Request -
State: closed - Opened by sophiebits almost 11 years ago
- 1 comment
#10 - Slightly improve error when forgetting `=` in attr
Pull Request -
State: closed - Opened by sophiebits almost 11 years ago
- 2 comments
#9 - Accept an unwrapped tag as an attribute value
Pull Request -
State: closed - Opened by sophiebits almost 11 years ago
- 4 comments
#8 - Ensure lexer expects XJS child after nested close
Pull Request -
State: closed - Opened by sophiebits almost 11 years ago
- 1 comment
#7 - Add support for XML/XJS identifier namespaces
Pull Request -
State: closed - Opened by syranide almost 11 years ago
- 10 comments
#6 - Allow dots in XJS identifiers <com.tag />
Pull Request -
State: closed - Opened by syranide almost 11 years ago
- 11 comments
#5 - Rename TypeAnnotation.isNullable to TypeAnnotation.nullable
Pull Request -
State: closed - Opened by benjamn about 11 years ago
- 1 comment
#4 - Simple fix to support IE8 (and earlier?), intended for React's JSXTransformer
Pull Request -
State: closed - Opened by syranide about 11 years ago
- 3 comments
#3 - Allow dot (.) in JSXIdentifier to allow for Javascript "namespacing"
Pull Request -
State: closed - Opened by jtmalinowski over 11 years ago
- 4 comments
#2 - Update lineStart when lineNumber is incremented in scanXJSText
Pull Request -
State: closed - Opened by benjamn over 11 years ago
- 1 comment
#1 - Don't pass parseParam to wrapTracking
Pull Request -
State: closed - Opened by benjamn over 11 years ago
- 5 comments