Home
last modified time | relevance | path

Searched refs:JSExportClause (Results 1 – 16 of 16) sorted by relevance

/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/language-javascript-0.7.1.0/src/Language/JavaScript/Parser/
H A DAST.hs40 , JSExportClause (..)
114 = JSExportFrom JSExportClause JSFromClause !JSSemi -- ^exports, module, semi
115 | JSExportLocals JSExportClause !JSSemi -- ^exports, autosemi
120 data JSExportClause type
121 = JSExportClause !JSAnnot !(JSCommaList JSExportSpecifier) !JSAnnot -- ^lb, specifiers, rb constructor
492 instance ShowStripped JSExportClause where
493 ss (JSExportClause _ xs _) = "JSExportClause (" ++ ss xs ++ ")"
H A DGrammar7.y1472 ExportClause :: { AST.JSExportClause }
1474 { AST.JSExportClause $1 AST.JSLNil $2 {- 'ExportClause1' -} }
1476 { AST.JSExportClause $1 $2 $3 {- 'ExportClause2' -} }
/dports/www/hs-hjsmin/hjsmin-0.2.0.4/_cabal_deps/language-javascript-0.7.0.0/src/Language/JavaScript/Parser/
H A DAST.hs40 , JSExportClause (..)
114 = JSExportFrom JSExportClause JSFromClause !JSSemi -- ^exports, module, semi
115 | JSExportLocals JSExportClause !JSSemi -- ^exports, autosemi
120 data JSExportClause type
121 = JSExportClause !JSAnnot !(JSCommaList JSExportSpecifier) !JSAnnot -- ^lb, specifiers, rb constructor
488 instance ShowStripped JSExportClause where
489 ss (JSExportClause _ xs _) = "JSExportClause (" ++ ss xs ++ ")"
H A DGrammar7.y1451 ExportClause :: { AST.JSExportClause }
1453 { AST.JSExportClause $1 AST.JSLNil $2 {- 'ExportClause1' -} }
1455 { AST.JSExportClause $1 $2 $3 {- 'ExportClause2' -} }
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/language-javascript-0.7.1.0/src/Language/JavaScript/Parser/
H A DAST.hs40 , JSExportClause (..)
114 = JSExportFrom JSExportClause JSFromClause !JSSemi -- ^exports, module, semi
115 | JSExportLocals JSExportClause !JSSemi -- ^exports, autosemi
120 data JSExportClause type
121 = JSExportClause !JSAnnot !(JSCommaList JSExportSpecifier) !JSAnnot -- ^lb, specifiers, rb constructor
492 instance ShowStripped JSExportClause where
493 ss (JSExportClause _ xs _) = "JSExportClause (" ++ ss xs ++ ")"
H A DGrammar7.y1472 ExportClause :: { AST.JSExportClause }
1474 { AST.JSExportClause $1 AST.JSLNil $2 {- 'ExportClause1' -} }
1476 { AST.JSExportClause $1 $2 $3 {- 'ExportClause2' -} }
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/language-javascript-0.7.0.0/src/Language/JavaScript/Parser/
H A DAST.hs40 , JSExportClause (..)
114 = JSExportFrom JSExportClause JSFromClause !JSSemi -- ^exports, module, semi
115 | JSExportLocals JSExportClause !JSSemi -- ^exports, autosemi
120 data JSExportClause type
121 = JSExportClause !JSAnnot !(JSCommaList JSExportSpecifier) !JSAnnot -- ^lb, specifiers, rb constructor
488 instance ShowStripped JSExportClause where
489 ss (JSExportClause _ xs _) = "JSExportClause (" ++ ss xs ++ ")"
H A DGrammar7.y1451 ExportClause :: { AST.JSExportClause }
1453 { AST.JSExportClause $1 AST.JSLNil $2 {- 'ExportClause1' -} }
1455 { AST.JSExportClause $1 $2 $3 {- 'ExportClause2' -} }
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/language-javascript-0.7.1.0/src/Language/JavaScript/Pretty/
H A DPrinter.hs336 instance RenderJS JSExportClause where
337 (|>) pacc (JSExportClause alb JSLNil arb) = pacc |> alb |> "{" |> arb |> "}"
338 (|>) pacc (JSExportClause alb s arb) = pacc |> alb |> "{" |> s |> arb |> "}"
/dports/www/hs-hjsmin/hjsmin-0.2.0.4/_cabal_deps/language-javascript-0.7.0.0/src/Language/JavaScript/Pretty/
H A DPrinter.hs332 instance RenderJS JSExportClause where
333 (|>) pacc (JSExportClause alb JSLNil arb) = pacc |> alb |> "{" |> arb |> "}"
334 (|>) pacc (JSExportClause alb s arb) = pacc |> alb |> "{" |> s |> arb |> "}"
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/language-javascript-0.7.1.0/src/Language/JavaScript/Pretty/
H A DPrinter.hs336 instance RenderJS JSExportClause where
337 (|>) pacc (JSExportClause alb JSLNil arb) = pacc |> alb |> "{" |> arb |> "}"
338 (|>) pacc (JSExportClause alb s arb) = pacc |> alb |> "{" |> s |> arb |> "}"
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/language-javascript-0.7.0.0/src/Language/JavaScript/Pretty/
H A DPrinter.hs332 instance RenderJS JSExportClause where
333 (|>) pacc (JSExportClause alb JSLNil arb) = pacc |> alb |> "{" |> arb |> "}"
334 (|>) pacc (JSExportClause alb s arb) = pacc |> alb |> "{" |> s |> arb |> "}"
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/language-javascript-0.7.0.0/src/Language/JavaScript/Process/
H A DMinify.hs329 instance MinifyJS JSExportClause where
330 fix a (JSExportClause _ x1 _) = JSExportClause emptyAnnot (fixEmpty x1) a
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/language-javascript-0.7.1.0/src/Language/JavaScript/Process/
H A DMinify.hs333 instance MinifyJS JSExportClause where
334 fix a (JSExportClause _ x1 _) = JSExportClause emptyAnnot (fixEmpty x1) a
/dports/www/hs-hjsmin/hjsmin-0.2.0.4/_cabal_deps/language-javascript-0.7.0.0/src/Language/JavaScript/Process/
H A DMinify.hs329 instance MinifyJS JSExportClause where
330 fix a (JSExportClause _ x1 _) = JSExportClause emptyAnnot (fixEmpty x1) a
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/language-javascript-0.7.1.0/src/Language/JavaScript/Process/
H A DMinify.hs333 instance MinifyJS JSExportClause where
334 fix a (JSExportClause _ x1 _) = JSExportClause emptyAnnot (fixEmpty x1) a