Class: Esbuild::BuildResult::Metafile::Output
- Inherits:
-
Struct
- Object
- Struct
- Esbuild::BuildResult::Metafile::Output
- Defined in:
- lib/esbuild/build_result.rb
Defined Under Namespace
Classes: Input
Instance Attribute Summary collapse
-
#entry_point ⇒ Object
Returns the value of attribute entry_point.
-
#exports ⇒ Object
Returns the value of attribute exports.
-
#imports ⇒ Object
Returns the value of attribute imports.
-
#inputs ⇒ Object
Returns the value of attribute inputs.
Instance Method Summary collapse
-
#initialize(hash) ⇒ Output
constructor
A new instance of Output.
Constructor Details
Instance Attribute Details
#entry_point ⇒ Object
Returns the value of attribute entry_point
29 30 31 |
# File 'lib/esbuild/build_result.rb', line 29 def entry_point @entry_point end |
#exports ⇒ Object
Returns the value of attribute exports
29 30 31 |
# File 'lib/esbuild/build_result.rb', line 29 def exports @exports end |
#imports ⇒ Object
Returns the value of attribute imports
29 30 31 |
# File 'lib/esbuild/build_result.rb', line 29 def imports @imports end |
#inputs ⇒ Object
Returns the value of attribute inputs
29 30 31 |
# File 'lib/esbuild/build_result.rb', line 29 def inputs @inputs end |