Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / shapesecurity/shift-codegen-js issues and pull requests

#100 - export more utilities necessary for custom formatters

Pull Request - State: closed - Opened by bakkot over 2 years ago

#99 - switch CI to github action

Pull Request - State: closed - Opened by bakkot over 2 years ago

#98 - Bump ajv from 6.10.0 to 6.12.6

Pull Request - State: closed - Opened by dependabot[bot] almost 3 years ago - 1 comment
Labels: dependencies

#97 - Bump lodash from 4.17.15 to 4.17.21

Pull Request - State: closed - Opened by dependabot[bot] over 3 years ago - 1 comment
Labels: dependencies

#96 - Version 8.0.0

Pull Request - State: closed - Opened by elijms about 4 years ago

#95 - update location of CLA check script in .travis.yml

Pull Request - State: closed - Opened by michaelficarra over 4 years ago

#94 - track let-ness of calls

Pull Request - State: closed - Opened by bakkot over 4 years ago

#93 - Bump lodash from 4.17.15 to 4.17.19

Pull Request - State: closed - Opened by dependabot[bot] over 4 years ago - 1 comment
Labels: dependencies

#92 - Emit dotAll flag for regexps

Pull Request - State: closed - Opened by bakkot over 4 years ago

#91 - Version 7.0.2

Pull Request - State: closed - Opened by bakkot over 4 years ago

#90 - handle for((let[0]);;); correctly

Pull Request - State: closed - Opened by bakkot over 4 years ago

#89 - Fails to parenthesize init in `for((let[0]);;);`

Issue - State: closed - Opened by bakkot over 4 years ago

#88 - Performance improvement to fix #87

Pull Request - State: closed - Opened by jsoverson over 4 years ago - 4 comments

#87 - Performance: degradation linked to generated source size & targeting es2015

Issue - State: closed - Opened by jsoverson over 4 years ago - 2 comments

#86 - Bump acorn from 6.1.1 to 6.4.1

Pull Request - State: closed - Opened by dependabot[bot] over 4 years ago - 1 comment
Labels: dependencies

#85 - Version 7.0.0

Pull Request - State: closed - Opened by bakkot almost 5 years ago

#84 - Shift reducer version out of sync

Issue - State: closed - Opened by geelen almost 5 years ago - 3 comments

#83 - Bump js-yaml from 3.12.0 to 3.13.1

Pull Request - State: closed - Opened by dependabot[bot] about 5 years ago
Labels: dependencies

#82 - Bump lodash from 4.17.11 to 4.17.15

Pull Request - State: closed - Opened by dependabot[bot] about 5 years ago
Labels: dependencies

#81 - Bump eslint-utils from 1.3.1 to 1.4.3

Pull Request - State: closed - Opened by dependabot[bot] about 5 years ago
Labels: dependencies

#80 - Bump mixin-deep from 1.3.1 to 1.3.2

Pull Request - State: closed - Opened by dependabot[bot] about 5 years ago
Labels: dependencies

#79 - Update es2018 features

Pull Request - State: closed - Opened by Shilpi3 over 5 years ago

#78 - v6.0.0

Pull Request - State: closed - Opened by Protryon almost 6 years ago

#77 - rm babel-eslint dep

Pull Request - State: closed - Opened by bakkot about 6 years ago

#76 - rm unused dependencies

Issue - State: closed - Opened by aladdin-add about 6 years ago - 1 comment

#75 - ES2017 support

Pull Request - State: closed - Opened by bakkot about 6 years ago

#74 - Maintenance tasks

Pull Request - State: closed - Opened by bakkot about 6 years ago

#73 - Add surrogate pair support, fixes #69

Pull Request - State: closed - Opened by Protryon about 6 years ago

#72 - Prevent minimal-codegen from creating HTML comments. #68

Pull Request - State: closed - Opened by Protryon about 6 years ago - 2 comments

#71 - Add CodeGenWithLocation

Pull Request - State: closed - Opened by bakkot over 6 years ago - 2 comments

#70 - Add shift-parser-expectations

Pull Request - State: closed - Opened by bakkot over 6 years ago

#69 - Does not handle surrogate pairs correctly

Issue - State: closed - Opened by bakkot over 6 years ago

#68 - Does not avoid HTML comments

Issue - State: closed - Opened by bakkot over 6 years ago - 1 comment

#67 - Lint

Pull Request - State: closed - Opened by bakkot over 6 years ago

#66 - Node to string index mappings

Issue - State: closed - Opened by mightyiam over 6 years ago - 2 comments

#65 - Version 5.0.5

Pull Request - State: closed - Opened by bakkot about 7 years ago

#64 - Parenthesize sequence expressions in arguments lists

Pull Request - State: closed - Opened by bakkot about 7 years ago

#63 - `a((0,1))` codegens as `a(0,1)`

Issue - State: closed - Opened by bakkot about 7 years ago

#62 - fixes #61: only use scientific notation on >= 3 zeros

Pull Request - State: closed - Opened by michaelficarra over 7 years ago - 1 comment

#61 - 3285377520 codegens as 328537752e1

Issue - State: closed - Opened by bakkot over 7 years ago

#60 - Update authors

Pull Request - State: closed - Opened by disnet over 7 years ago

#59 - Version 5.0.4

Pull Request - State: closed - Opened by bakkot over 7 years ago

#58 - Parenthesize 'let' in the LHS of for-in

Pull Request - State: closed - Opened by bakkot over 7 years ago

#57 - Drops necessary parentheses in `for ((let[a]) in {});`

Issue - State: closed - Opened by bakkot over 7 years ago

#56 - Version 5.0.3

Pull Request - State: closed - Opened by bakkot over 7 years ago

#55 - CodeGenWithLocation

Issue - State: closed - Opened by bakkot over 7 years ago
Labels: enhancement

#54 - 'in' in braced arrow bodies in ForStatement inits is not parenthesized

Issue - State: closed - Opened by lydell over 7 years ago - 3 comments

#53 - `in` in YieldExpression in ForStatement is not parenthesized

Issue - State: closed - Opened by bakkot over 7 years ago - 1 comment

#52 - Parenthesize exponential expressions properly

Pull Request - State: closed - Opened by bakkot about 8 years ago

#51 - `(-a) ** b` codegens as `-a ** b`

Issue - State: closed - Opened by bakkot about 8 years ago - 2 comments

#50 - Fix #42: codegen 'a/i' as 'a/i', not 'a/ i'

Pull Request - State: closed - Opened by bakkot about 8 years ago

#49 - Fixes #48: parenthesize 'in' in YieldExpressions in ForStatement inits

Pull Request - State: closed - Opened by bakkot about 8 years ago - 2 comments

#47 - Mark containsIn on concise arrow bodies

Pull Request - State: closed - Opened by bakkot over 8 years ago - 1 comment

#45 - Slightly prettier export locals

Pull Request - State: closed - Opened by bakkot over 8 years ago

#44 - Codegen doesn't properly handle newlines in directives

Issue - State: closed - Opened by bakkot over 8 years ago

#43 - ForOfStatement doesn't add parentheses around rhs groups

Issue - State: closed - Opened by bakkot over 8 years ago - 1 comment

#42 - Minimal codegen inserts extraneous space in `a/i`

Issue - State: closed - Opened by bakkot over 8 years ago

#41 - Codegen can insert comments

Issue - State: closed - Opened by bakkot over 8 years ago

#40 - Hex literals codegen with extraneous ., sometimes

Issue - State: closed - Opened by bakkot over 8 years ago

#39 - fixes #38: invalid "negative" numeric string PropertyNames

Pull Request - State: closed - Opened by michaelficarra over 8 years ago - 2 comments

#38 - Invalid output for negative numeric object properties

Issue - State: closed - Opened by dfreeman over 8 years ago - 1 comment

#37 - update supported node.js versions

Pull Request - State: closed - Opened by michaelficarra over 8 years ago

#36 - do not print *default* for exported nameless class declarations

Pull Request - State: closed - Opened by bakkot over 8 years ago

#35 - `export default class{}` prints *default*

Issue - State: closed - Opened by bakkot over 8 years ago

#34 - add semicolon after ExportFrom with no module specifier

Pull Request - State: closed - Opened by bakkot over 8 years ago

#33 - No semicolon is inserted after `export {}`

Issue - State: closed - Opened by bakkot over 8 years ago - 1 comment

#32 - parenthesize class heritage appropriately

Pull Request - State: closed - Opened by bakkot over 8 years ago

#31 - Class heritage is not parenthesized

Issue - State: closed - Opened by bakkot over 8 years ago

#30 - Immediately-invoked arrow expressions do not get sufficient parentheses

Issue - State: closed - Opened by bakkot almost 9 years ago - 1 comment

#29 - expose generators to allow subclassing

Pull Request - State: closed - Opened by bakkot almost 9 years ago

#28 - Prettier printing

Pull Request - State: closed - Opened by bakkot almost 9 years ago - 10 comments

#27 - Add pretty option

Pull Request - State: closed - Opened by krisselden about 9 years ago - 7 comments

#26 - code formatting options

Issue - State: closed - Opened by drom over 9 years ago - 4 comments
Labels: enhancement

#24 - fixes #23: parenthesise for-of bindings starting with let

Pull Request - State: closed - Opened by michaelficarra over 9 years ago

#23 - bindings starting with `let` are not parenthesised in ForOfStatement init

Issue - State: closed - Opened by michaelficarra over 9 years ago
Labels: bug

#21 - TypeError: Cannot call method 'emit' of undefined

Issue - State: closed - Opened by tolmasky over 9 years ago - 1 comment
Labels: question

#20 - changes necessary to support updated ES6 spec

Pull Request - State: closed - Opened by michaelficarra over 9 years ago - 1 comment

#19 - fix UnknownDirective code generation

Pull Request - State: closed - Opened by michaelficarra almost 10 years ago

#18 - support infinity

Pull Request - State: closed - Opened by ikarienator almost 10 years ago

#17 - fixes precedence in for in loop

Pull Request - State: closed - Opened by ikarienator almost 10 years ago

#16 - added cla check

Pull Request - State: closed - Opened by jsoverson almost 10 years ago

#15 - numbers between 0 and 1 (exclusive) should drop leading 0

Issue - State: closed - Opened by michaelficarra almost 10 years ago - 2 comments
Labels: enhancement

#14 - `(null++)++` is generated into `null++ ++`

Issue - State: closed - Opened by ikarienator almost 10 years ago - 1 comment
Labels: invalid

#13 - `(1+2)=3` is generated as `1+2=3`

Issue - State: closed - Opened by ikarienator almost 10 years ago - 1 comment
Labels: bug

#12 - added note on impossibly nested IfStatements

Pull Request - State: closed - Opened by jsoverson almost 10 years ago - 1 comment

#11 - fixes #10: add LiteralInfinityExpression support

Pull Request - State: closed - Opened by michaelficarra almost 10 years ago

#10 - add LiteralInfinityExpression support

Issue - State: closed - Opened by michaelficarra almost 10 years ago
Labels: bug

#9 - fixes #8: parenthesise low-precedence expressions on left of assignment ...

Pull Request - State: closed - Opened by shekyan almost 10 years ago

#8 - parenthesise low-precedence expressions on left of assignment expression

Issue - State: closed - Opened by michaelficarra almost 10 years ago - 1 comment
Labels: bug

#7 - fixes #6: codegen fails for string-kinded property names

Pull Request - State: closed - Opened by michaelficarra almost 10 years ago

#6 - Object literals with property keys containing spaces unsupported

Issue - State: closed - Opened by sufianrhazi almost 10 years ago - 2 comments
Labels: bug

#5 - lexicographically order reduce* methods in CodeGen class

Pull Request - State: closed - Opened by michaelficarra almost 10 years ago

#4 - added .travis.yml

Pull Request - State: closed - Opened by jsoverson almost 10 years ago

#3 - Source maps

Issue - State: open - Opened by conradz almost 10 years ago - 3 comments
Labels: enhancement

#2 - add note to README about handling of impossibly nested IfStatements

Issue - State: closed - Opened by michaelficarra almost 10 years ago
Labels: enhancement

#1 - Fix tests.

Pull Request - State: closed - Opened by ikarienator almost 10 years ago