js-routes 2.2.9 → 2.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +15 -3
- data/Readme.md +16 -15
- data/lib/js_routes/configuration.rb +7 -5
- data/lib/js_routes/generators/base.rb +6 -1
- data/lib/js_routes/generators/middleware.rb +2 -3
- data/lib/js_routes/generators/webpacker.rb +2 -1
- data/lib/js_routes/instance.rb +21 -6
- data/lib/js_routes/middleware.rb +5 -4
- data/lib/js_routes/route.rb +7 -3
- data/lib/js_routes/types.rb +10 -0
- data/lib/js_routes/utils.rb +18 -0
- data/lib/js_routes/version.rb +1 -1
- data/lib/js_routes.rb +12 -4
- data/lib/routes.d.ts +7 -6
- data/lib/routes.js +19 -18
- data/lib/routes.ts +33 -27
- data/lib/tasks/js_routes.rake +4 -2
- metadata +12 -145
- data/.document +0 -5
- data/.eslintrc.js +0 -15
- data/.github/workflows/ci.yml +0 -36
- data/.gitignore +0 -65
- data/.nvmrc +0 -1
- data/.rspec +0 -1
- data/Appraisals +0 -17
- data/Gemfile +0 -9
- data/Rakefile +0 -37
- data/VERSION_2_UPGRADE.md +0 -66
- data/bin/tapioca +0 -27
- data/gemfiles/rails50_sprockets_3.gemfile +0 -8
- data/gemfiles/rails51_sprockets_3.gemfile +0 -8
- data/gemfiles/rails52_sprockets_3.gemfile +0 -8
- data/gemfiles/rails70_sprockets_4.gemfile +0 -8
- data/js-routes.gemspec +0 -42
- data/package.json +0 -38
- data/sorbet/config +0 -4
- data/sorbet/rbi/annotations/.gitattributes +0 -1
- data/sorbet/rbi/annotations/actionpack.rbi +0 -428
- data/sorbet/rbi/annotations/actionview.rbi +0 -75
- data/sorbet/rbi/annotations/activesupport.rbi +0 -421
- data/sorbet/rbi/annotations/railties.rbi +0 -61
- data/sorbet/rbi/gems/.gitattributes +0 -1
- data/sorbet/rbi/gems/actionpack@7.0.4.1.rbi +0 -303
- data/sorbet/rbi/gems/actionview@7.0.4.1.rbi +0 -8
- data/sorbet/rbi/gems/activesupport@7.0.4.1.rbi +0 -16424
- data/sorbet/rbi/gems/appraisal@2.4.1.rbi +0 -584
- data/sorbet/rbi/gems/builder@3.2.4.rbi +0 -8
- data/sorbet/rbi/gems/bump@0.10.0.rbi +0 -168
- data/sorbet/rbi/gems/byebug@11.1.3.rbi +0 -3606
- data/sorbet/rbi/gems/coderay@1.1.3.rbi +0 -3426
- data/sorbet/rbi/gems/concurrent-ruby@1.2.0.rbi +0 -11570
- data/sorbet/rbi/gems/crass@1.0.6.rbi +0 -8
- data/sorbet/rbi/gems/diff-lcs@1.5.0.rbi +0 -1083
- data/sorbet/rbi/gems/erubi@1.12.0.rbi +0 -145
- data/sorbet/rbi/gems/i18n@1.12.0.rbi +0 -2296
- data/sorbet/rbi/gems/libv8-node@16.10.0.0.rbi +0 -8
- data/sorbet/rbi/gems/loofah@2.19.1.rbi +0 -8
- data/sorbet/rbi/gems/method_source@1.0.0.rbi +0 -272
- data/sorbet/rbi/gems/mini_racer@0.6.3.rbi +0 -224
- data/sorbet/rbi/gems/minitest@5.17.0.rbi +0 -1457
- data/sorbet/rbi/gems/netrc@0.11.0.rbi +0 -158
- data/sorbet/rbi/gems/nokogiri@1.14.0.rbi +0 -8
- data/sorbet/rbi/gems/parallel@1.24.0.rbi +0 -280
- data/sorbet/rbi/gems/prettier_print@1.2.1.rbi +0 -951
- data/sorbet/rbi/gems/prism@0.24.0.rbi +0 -29744
- data/sorbet/rbi/gems/pry-byebug@3.10.1.rbi +0 -1150
- data/sorbet/rbi/gems/pry@0.14.2.rbi +0 -10075
- data/sorbet/rbi/gems/racc@1.6.2.rbi +0 -150
- data/sorbet/rbi/gems/rack-test@2.0.2.rbi +0 -8
- data/sorbet/rbi/gems/rack@2.2.6.2.rbi +0 -5585
- data/sorbet/rbi/gems/rails-dom-testing@2.0.3.rbi +0 -8
- data/sorbet/rbi/gems/rails-html-sanitizer@1.5.0.rbi +0 -8
- data/sorbet/rbi/gems/railties@7.0.4.1.rbi +0 -1959
- data/sorbet/rbi/gems/rake@13.0.6.rbi +0 -3072
- data/sorbet/rbi/gems/rbi@0.1.9.rbi +0 -3006
- data/sorbet/rbi/gems/rspec-core@3.12.0.rbi +0 -10868
- data/sorbet/rbi/gems/rspec-expectations@3.12.2.rbi +0 -8100
- data/sorbet/rbi/gems/rspec-mocks@3.12.3.rbi +0 -5299
- data/sorbet/rbi/gems/rspec-support@3.12.0.rbi +0 -1611
- data/sorbet/rbi/gems/rspec@3.12.0.rbi +0 -82
- data/sorbet/rbi/gems/spoom@1.2.4.rbi +0 -3777
- data/sorbet/rbi/gems/sprockets-rails@3.4.2.rbi +0 -14
- data/sorbet/rbi/gems/sprockets@4.2.0.rbi +0 -8
- data/sorbet/rbi/gems/syntax_tree@6.2.0.rbi +0 -23136
- data/sorbet/rbi/gems/tapioca@0.12.0.rbi +0 -3510
- data/sorbet/rbi/gems/thor@1.2.1.rbi +0 -3956
- data/sorbet/rbi/gems/tzinfo@2.0.5.rbi +0 -5914
- data/sorbet/rbi/gems/yard-sorbet@0.8.1.rbi +0 -428
- data/sorbet/rbi/gems/yard@0.9.34.rbi +0 -18332
- data/sorbet/rbi/gems/zeitwerk@2.6.8.rbi +0 -8
- data/sorbet/rbi/todo.rbi +0 -31
- data/sorbet/tapioca/config.yml +0 -13
- data/sorbet/tapioca/require.rb +0 -4
- data/spec/dummy/app/assets/config/manifest.js +0 -2
- data/spec/dummy/app/assets/javascripts/.gitkeep +0 -0
- data/spec/dummy/config/routes.rb +0 -55
- data/spec/js_routes/default_serializer_spec.rb +0 -31
- data/spec/js_routes/module_types/amd_spec.rb +0 -35
- data/spec/js_routes/module_types/cjs_spec.rb +0 -15
- data/spec/js_routes/module_types/dts/routes.spec.d.ts +0 -115
- data/spec/js_routes/module_types/dts/test.spec.ts +0 -56
- data/spec/js_routes/module_types/dts_spec.rb +0 -126
- data/spec/js_routes/module_types/esm_spec.rb +0 -45
- data/spec/js_routes/module_types/nil_spec.rb +0 -87
- data/spec/js_routes/module_types/umd_spec.rb +0 -85
- data/spec/js_routes/options_spec.rb +0 -508
- data/spec/js_routes/rails_routes_compatibility_spec.rb +0 -473
- data/spec/js_routes/route_specification_spec.rb +0 -37
- data/spec/js_routes/zzz_sprockets_spec.rb +0 -152
- data/spec/spec_helper.rb +0 -135
- data/spec/support/routes.rb +0 -81
- data/spec/tsconfig.json +0 -4
- data/tsconfig.json +0 -28
- data/yarn.lock +0 -2457
@@ -1,145 +0,0 @@
|
|
1
|
-
# typed: true
|
2
|
-
|
3
|
-
# DO NOT EDIT MANUALLY
|
4
|
-
# This is an autogenerated file for types exported from the `erubi` gem.
|
5
|
-
# Please instead update this file by running `bin/tapioca gem erubi`.
|
6
|
-
|
7
|
-
# source://erubi//lib/erubi.rb#3
|
8
|
-
module Erubi
|
9
|
-
class << self
|
10
|
-
def h(_arg0); end
|
11
|
-
end
|
12
|
-
end
|
13
|
-
|
14
|
-
# source://erubi//lib/erubi.rb#54
|
15
|
-
class Erubi::Engine
|
16
|
-
# Initialize a new Erubi::Engine. Options:
|
17
|
-
# +:bufval+ :: The value to use for the buffer variable, as a string (default <tt>'::String.new'</tt>).
|
18
|
-
# +:bufvar+ :: The variable name to use for the buffer variable, as a string.
|
19
|
-
# +:chain_appends+ :: Whether to chain <tt><<</t> calls to the buffer variable. Offers better
|
20
|
-
# performance, but can cause issues when the buffer variable is reassigned during
|
21
|
-
# template rendering (default +false+).
|
22
|
-
# +:ensure+ :: Wrap the template in a begin/ensure block restoring the previous value of bufvar.
|
23
|
-
# +:escapefunc+ :: The function to use for escaping, as a string (default: <tt>'::Erubi.h'</tt>).
|
24
|
-
# +:escape+ :: Whether to make <tt><%=</tt> escape by default, and <tt><%==</tt> not escape by default.
|
25
|
-
# +:escape_html+ :: Same as +:escape+, with lower priority.
|
26
|
-
# +:filename+ :: The filename for the template.
|
27
|
-
# the resulting source code. Note this may cause problems if you are wrapping the resulting
|
28
|
-
# source code in other code, because the magic comment only has an effect at the beginning of
|
29
|
-
# the file, and having the magic comment later in the file can trigger warnings.
|
30
|
-
# +:freeze_template_literals+ :: Whether to suffix all literal strings for template code with <tt>.freeze</tt>
|
31
|
-
# (default: +true+ on Ruby 2.1+, +false+ on Ruby 2.0 and older).
|
32
|
-
# Can be set to +false+ on Ruby 2.3+ when frozen string literals are enabled
|
33
|
-
# in order to improve performance.
|
34
|
-
# +:literal_prefix+ :: The prefix to output when using escaped tag delimiters (default <tt>'<%'</tt>).
|
35
|
-
# +:literal_postfix+ :: The postfix to output when using escaped tag delimiters (default <tt>'%>'</tt>).
|
36
|
-
# +:outvar+ :: Same as +:bufvar+, with lower priority.
|
37
|
-
# +:postamble+ :: The postamble for the template, by default returns the resulting source code.
|
38
|
-
# +:preamble+ :: The preamble for the template, by default initializes the buffer variable.
|
39
|
-
# +:regexp+ :: The regexp to use for scanning.
|
40
|
-
# +:src+ :: The initial value to use for the source code, an empty string by default.
|
41
|
-
# +:trim+ :: Whether to trim leading and trailing whitespace, true by default.
|
42
|
-
#
|
43
|
-
# @return [Engine] a new instance of Engine
|
44
|
-
#
|
45
|
-
# source://erubi//lib/erubi.rb#94
|
46
|
-
def initialize(input, properties = T.unsafe(nil)); end
|
47
|
-
|
48
|
-
# The variable name used for the buffer variable.
|
49
|
-
#
|
50
|
-
# source://erubi//lib/erubi.rb#65
|
51
|
-
def bufvar; end
|
52
|
-
|
53
|
-
# The filename of the template, if one was given.
|
54
|
-
#
|
55
|
-
# source://erubi//lib/erubi.rb#62
|
56
|
-
def filename; end
|
57
|
-
|
58
|
-
# The frozen ruby source code generated from the template, which can be evaled.
|
59
|
-
#
|
60
|
-
# source://erubi//lib/erubi.rb#59
|
61
|
-
def src; end
|
62
|
-
|
63
|
-
private
|
64
|
-
|
65
|
-
# Add ruby code to the template
|
66
|
-
#
|
67
|
-
# source://erubi//lib/erubi.rb#226
|
68
|
-
def add_code(code); end
|
69
|
-
|
70
|
-
# Add the given ruby expression result to the template,
|
71
|
-
# escaping it based on the indicator given and escape flag.
|
72
|
-
#
|
73
|
-
# source://erubi//lib/erubi.rb#235
|
74
|
-
def add_expression(indicator, code); end
|
75
|
-
|
76
|
-
# Add the result of Ruby expression to the template
|
77
|
-
#
|
78
|
-
# source://erubi//lib/erubi.rb#244
|
79
|
-
def add_expression_result(code); end
|
80
|
-
|
81
|
-
# Add the escaped result of Ruby expression to the template
|
82
|
-
#
|
83
|
-
# source://erubi//lib/erubi.rb#249
|
84
|
-
def add_expression_result_escaped(code); end
|
85
|
-
|
86
|
-
# Add the given postamble to the src. Can be overridden in subclasses
|
87
|
-
# to make additional changes to src that depend on the current state.
|
88
|
-
#
|
89
|
-
# source://erubi//lib/erubi.rb#255
|
90
|
-
def add_postamble(postamble); end
|
91
|
-
|
92
|
-
# Add raw text to the template. Modifies argument if argument is mutable as a memory optimization.
|
93
|
-
# Must be called with a string, cannot be called with nil (Rails's subclass depends on it).
|
94
|
-
#
|
95
|
-
# source://erubi//lib/erubi.rb#213
|
96
|
-
def add_text(text); end
|
97
|
-
|
98
|
-
# Raise an exception, as the base engine class does not support handling other indicators.
|
99
|
-
#
|
100
|
-
# @raise [ArgumentError]
|
101
|
-
#
|
102
|
-
# source://erubi//lib/erubi.rb#261
|
103
|
-
def handle(indicator, code, tailch, rspace, lspace); end
|
104
|
-
|
105
|
-
# Make sure that any current expression has been terminated.
|
106
|
-
# The default is to terminate all expressions, but when
|
107
|
-
# the chain_appends option is used, expressions may not be
|
108
|
-
# terminated.
|
109
|
-
#
|
110
|
-
# source://erubi//lib/erubi.rb#289
|
111
|
-
def terminate_expression; end
|
112
|
-
|
113
|
-
# Make sure the buffer variable is the target of the next append
|
114
|
-
# before yielding to the block. Mark that the buffer is the target
|
115
|
-
# of the next append after the block executes.
|
116
|
-
#
|
117
|
-
# This method should only be called if the block will result in
|
118
|
-
# code where << will append to the bufvar.
|
119
|
-
#
|
120
|
-
# source://erubi//lib/erubi.rb#271
|
121
|
-
def with_buffer; end
|
122
|
-
end
|
123
|
-
|
124
|
-
# The default regular expression used for scanning.
|
125
|
-
#
|
126
|
-
# source://erubi//lib/erubi.rb#56
|
127
|
-
Erubi::Engine::DEFAULT_REGEXP = T.let(T.unsafe(nil), Regexp)
|
128
|
-
|
129
|
-
# source://erubi//lib/erubi.rb#17
|
130
|
-
Erubi::FREEZE_TEMPLATE_LITERALS = T.let(T.unsafe(nil), TrueClass)
|
131
|
-
|
132
|
-
# source://erubi//lib/erubi.rb#15
|
133
|
-
Erubi::MATCH_METHOD = T.let(T.unsafe(nil), Symbol)
|
134
|
-
|
135
|
-
# source://erubi//lib/erubi.rb#8
|
136
|
-
Erubi::RANGE_FIRST = T.let(T.unsafe(nil), Integer)
|
137
|
-
|
138
|
-
# source://erubi//lib/erubi.rb#9
|
139
|
-
Erubi::RANGE_LAST = T.let(T.unsafe(nil), Integer)
|
140
|
-
|
141
|
-
# source://erubi//lib/erubi.rb#16
|
142
|
-
Erubi::SKIP_DEFINED_FOR_INSTANCE_VARIABLE = T.let(T.unsafe(nil), TrueClass)
|
143
|
-
|
144
|
-
# source://erubi//lib/erubi.rb#4
|
145
|
-
Erubi::VERSION = T.let(T.unsafe(nil), String)
|